|
gem5
v21.0.1.0
|
Model for a receive link. More...
#include <dist_etherlink.hh>
Public Member Functions | |
| RxLink (const std::string &name, DistEtherLink *p, Tick delay, EtherDump *d) | |
| ~RxLink () | |
| void | setDistInt (DistIface *m) |
| Register our dist interface to talk to the peer gem5 processes. More... | |
| const EventFunctionWrapper * | doneEvent () const |
| Done events will be scheduled by DistIface (so we need the accessor) More... | |
Public Member Functions inherited from DistEtherLink::Link | |
| Link (const std::string &name, DistEtherLink *p, EtherDump *d, Event *e) | |
| ~Link () | |
| const std::string | name () const |
| bool | busy () const |
| void | setLocalInt (LocalIface *i) |
| void | serialize (CheckpointOut &cp) const override |
| Serialize an object. More... | |
| void | unserialize (CheckpointIn &cp) override |
| Unserialize an object. More... | |
Public Member Functions inherited from Serializable | |
| Serializable () | |
| virtual | ~Serializable () |
| void | serializeSection (CheckpointOut &cp, const char *name) const |
| Serialize an object into a new section. More... | |
| void | serializeSection (CheckpointOut &cp, const std::string &name) const |
| void | unserializeSection (CheckpointIn &cp, const char *name) |
| Unserialize an a child object. More... | |
| void | unserializeSection (CheckpointIn &cp, const std::string &name) |
Protected Member Functions | |
| void | rxDone () |
| Receive done callback method. More... | |
Protected Attributes | |
| Tick | linkDelay |
| Transmission delay for the simulated Ethernet link. More... | |
| EventFunctionWrapper | _doneEvent |
Protected Attributes inherited from DistEtherLink::Link | |
| std::string | objName |
| DistEtherLink * | parent |
| LocalIface * | localIface |
| EtherDump * | dump |
| DistIface * | distIface |
| Event * | event |
| EthPacketPtr | packet |
Additional Inherited Members | |
Static Public Member Functions inherited from Serializable | |
| static const std::string & | currentSection () |
| Gets the fully-qualified name of the active section. More... | |
| static void | serializeAll (const std::string &cpt_dir) |
| Serializes all the SimObjects. More... | |
| static void | unserializeGlobals (CheckpointIn &cp) |
Model for a receive link.
Definition at line 149 of file dist_etherlink.hh.
|
inline |
Definition at line 166 of file dist_etherlink.hh.
References rxDone().
|
inline |
Definition at line 170 of file dist_etherlink.hh.
|
inline |
Done events will be scheduled by DistIface (so we need the accessor)
Definition at line 179 of file dist_etherlink.hh.
References _doneEvent.
Referenced by DistEtherLink::init().
|
protected |
Receive done callback method.
Called from doneEvent.
Definition at line 153 of file dist_etherlink.cc.
References DDUMP, DistEtherLink::distIface, DPRINTF, Stats::dump(), DistEtherLink::localIface, DistIface::packetIn(), and EtherInt::sendPacket().
Referenced by RxLink().
| void DistEtherLink::RxLink::setDistInt | ( | DistIface * | m | ) |
Register our dist interface to talk to the peer gem5 processes.
Definition at line 146 of file dist_etherlink.cc.
References DistEtherLink::Link::distIface, and ArmISA::m.
Referenced by DistEtherLink::LocalIface::LocalIface().
|
protected |
Definition at line 162 of file dist_etherlink.hh.
Referenced by doneEvent().
|
protected |
Transmission delay for the simulated Ethernet link.
Definition at line 156 of file dist_etherlink.hh.