gem5
|
#include <pktfifo.hh>
Public Member Functions | |
PacketFifoEntry () | |
PacketFifoEntry (const PacketFifoEntry &s) | |
PacketFifoEntry (EthPacketPtr p, uint64_t n) | |
void | clear () |
void | serialize (const std::string &base, CheckpointOut &cp) const |
void | unserialize (const std::string &base, CheckpointIn &cp) |
Public Attributes | |
EthPacketPtr | packet |
uint64_t | number |
unsigned | slack |
int | priv |
Definition at line 44 of file pktfifo.hh.
|
inline |
Definition at line 51 of file pktfifo.hh.
References clear().
|
inline |
Definition at line 56 of file pktfifo.hh.
|
inline |
Definition at line 61 of file pktfifo.hh.
|
inline |
Definition at line 66 of file pktfifo.hh.
References number, packet, priv, and slack.
Referenced by PacketFifoEntry().
void PacketFifoEntry::serialize | ( | const std::string & | base, |
CheckpointOut & | cp | ||
) | const |
Definition at line 69 of file pktfifo.cc.
References paramOut(), and SparcISA::priv.
void PacketFifoEntry::unserialize | ( | const std::string & | base, |
CheckpointIn & | cp | ||
) |
Definition at line 78 of file pktfifo.cc.
References paramIn(), and SparcISA::priv.
Referenced by PacketFifo::unserialize().
uint64_t PacketFifoEntry::number |
Definition at line 47 of file pktfifo.hh.
Referenced by clear(), and PacketFifo::push().
EthPacketPtr PacketFifoEntry::packet |
Definition at line 46 of file pktfifo.hh.
Referenced by clear(), and PacketFifo::push().
int PacketFifoEntry::priv |
Definition at line 49 of file pktfifo.hh.
Referenced by clear().
unsigned PacketFifoEntry::slack |
Definition at line 48 of file pktfifo.hh.
Referenced by clear().