Searched refs:EtherBus (Results 1 - 3 of 3) sorted by relevance

/gem5/src/dev/net/
H A Detherbus.cc48 #include "params/EtherBus.hh"
53 EtherBus::EtherBus(const Params *p) function in class:EtherBus
61 EtherBus::txDone()
85 EtherBus::getPort(const std::string &if_name, PortID idx)
91 EtherBus::send(EtherInt *sndr, EthPacketPtr &pkt)
111 EtherBus *
114 return new EtherBus(this);
H A Detherbus.hh39 #include "params/EtherBus.hh"
45 class EtherBus : public SimObject class in inherits:SimObject
61 EtherBus(const Params *p);
62 virtual ~EtherBus() {}
H A DEthernet.py86 class EtherBus(SimObject): class in inherits:SimObject
87 type = 'EtherBus'

Completed in 6 milliseconds