Searched refs:PortFifo (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/net/
H A Detherswitch.hh122 class PortFifo : public Serializable class in class:EtherSwitch::Interface
142 PortFifo(const std::string &name, int max) function in class:EtherSwitch::Interface::PortFifo
144 ~PortFifo() {}
174 PortFifo outputFifo;
H A Detherswitch.cc77 EtherSwitch::Interface::PortFifo::push(EthPacketPtr ptr, unsigned senderId)
109 EtherSwitch::Interface::PortFifo::pop()
121 EtherSwitch::Interface::PortFifo::clear()
321 EtherSwitch::Interface::PortFifo::serialize(CheckpointOut &cp) const
334 EtherSwitch::Interface::PortFifo::unserialize(CheckpointIn &cp)

Completed in 10 milliseconds