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

/gem5/src/dev/net/
H A Detherswitch.hh103 struct PortFifoEntry : public Serializable struct in class:EtherSwitch::Interface
105 PortFifoEntry(EthPacketPtr pkt, Tick recv_tick, unsigned id) function in struct:EtherSwitch::Interface::PortFifoEntry
112 ~PortFifoEntry()
126 bool operator() (const PortFifoEntry& lhs,
127 const PortFifoEntry& rhs) const
135 std::set<PortFifoEntry, EntryOrder> fifo;
H A Detherswitch.cc304 EtherSwitch::Interface::PortFifoEntry::serialize(CheckpointOut &cp) const
312 EtherSwitch::Interface::PortFifoEntry::unserialize(CheckpointIn &cp)
343 PortFifoEntry entry(nullptr, 0, 0);

Completed in 6 milliseconds