Searched refs:DistEtherLink (Results 1 - 6 of 6) sorted by relevance

/gem5/src/dev/net/
H A Ddist_etherlink.cc73 DistEtherLink::DistEtherLink(const Params *p) function in class:DistEtherLink
76 DPRINTF(DistEthernet,"DistEtherLink::DistEtherLink() "
86 warn("DistEtherLink(): sync_repeat is %lu and linkdelay is %lu",
103 DistEtherLink::~DistEtherLink()
112 DistEtherLink::getPort(const std::string &if_name, PortID idx)
120 DistEtherLink::serialize(CheckpointOut &cp) const
128 DistEtherLink
[all...]
H A Ddist_etherlink.hh56 #include "params/DistEtherLink.hh"
64 class DistEtherLink : public SimObject class in inherits:SimObject
79 DistEtherLink *parent;
87 Link(const std::string &name, DistEtherLink *p,
124 TxLink(const std::string &name, DistEtherLink *p,
164 RxLink(const std::string &name, DistEtherLink *p,
217 DistEtherLink(const Params *p);
218 ~DistEtherLink();
H A DEthernet.py68 class DistEtherLink(SimObject): class in inherits:SimObject
69 type = 'DistEtherLink'
/gem5/configs/dist/
H A Dsw.py50 switch.portlink = [DistEtherLink(speed = options.ethernet_linkspeed,
/gem5/configs/example/arm/
H A Ddist_bigLITTLE.py109 system.etherlink = DistEtherLink(speed = options.ethernet_linkspeed,
/gem5/configs/common/
H A DFSConfig.py696 self.etherlink = DistEtherLink(speed = linkspeed,
710 fatal("Don't know how to connect DistEtherLink to this system")

Completed in 7 milliseconds