gem5
|
#include <dist_packet.hh>
Public Attributes | |
MsgType | msgType |
The msg type field is valid for all header packets. More... | |
Tick | sendTick |
unsigned | simLength |
Length used for modeling timing in the simulator. More... | |
union { | |
Tick sendDelay | |
Tick syncRepeat | |
}; | |
union { | |
unsigned dataPacketLength | |
Actual length of the simulated Ethernet packet. More... | |
struct { | |
ReqType needCkpt | |
ReqType needStopSync | |
ReqType needExit | |
} | |
}; | |
Definition at line 79 of file dist_packet.hh.
union { ... } |
union { ... } |
unsigned DistHeaderPkt::Header::dataPacketLength |
Actual length of the simulated Ethernet packet.
(from EthPacketData::length).
Definition at line 103 of file dist_packet.hh.
Referenced by DistIface::packetOut(), and TCPIface::recvPacket().
MsgType DistHeaderPkt::Header::msgType |
The msg type field is valid for all header packets.
Definition at line 87 of file dist_packet.hh.
Referenced by DistIface::packetOut(), TCPIface::recvHeader(), DistIface::recvThreadFunc(), DistIface::SyncNode::run(), DistIface::SyncSwitch::run(), and TCPIface::sendCmd().
ReqType DistHeaderPkt::Header::needCkpt |
Definition at line 105 of file dist_packet.hh.
Referenced by DistIface::recvThreadFunc(), DistIface::SyncNode::run(), and DistIface::SyncSwitch::run().
ReqType DistHeaderPkt::Header::needExit |
Definition at line 107 of file dist_packet.hh.
Referenced by DistIface::recvThreadFunc(), DistIface::SyncNode::run(), and DistIface::SyncSwitch::run().
ReqType DistHeaderPkt::Header::needStopSync |
Definition at line 106 of file dist_packet.hh.
Referenced by DistIface::recvThreadFunc(), DistIface::SyncNode::run(), and DistIface::SyncSwitch::run().
Tick DistHeaderPkt::Header::sendDelay |
Definition at line 95 of file dist_packet.hh.
Referenced by DistIface::packetOut(), and DistIface::recvThreadFunc().
Tick DistHeaderPkt::Header::sendTick |
Definition at line 88 of file dist_packet.hh.
Referenced by DistIface::packetOut(), DistIface::recvThreadFunc(), DistIface::SyncNode::run(), and DistIface::SyncSwitch::run().
unsigned DistHeaderPkt::Header::simLength |
Length used for modeling timing in the simulator.
(from EthPacketData::simLength).
Definition at line 93 of file dist_packet.hh.
Referenced by DistIface::packetOut(), and TCPIface::recvPacket().
Tick DistHeaderPkt::Header::syncRepeat |
Definition at line 96 of file dist_packet.hh.
Referenced by DistIface::recvThreadFunc(), DistIface::SyncNode::run(), and DistIface::SyncSwitch::run().