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

/gem5/src/dev/net/
H A Di8254xGBe.hh51 #include "params/IGbE.hh"
56 class IGbE : public EtherDevice class in inherits:EtherDevice
234 IGbE *igbe;
269 DescCache(IGbE *i, const std::string n, int s);
362 RxDescCache(IGbE *i, std::string n, int s);
441 TxDescCache(IGbE *i, std::string n, int s);
518 IGbE(const Params *params);
519 ~IGbE();
546 IGbE *dev;
549 IGbEInt(const std::string &name, IGbE *
[all...]
H A Di8254xGBe.cc53 #include "params/IGbE.hh"
60 IGbE::IGbE(const Params *p) function in class:IGbE
130 IGbE::~IGbE()
136 IGbE::init()
143 IGbE::getPort(const std::string &if_name, PortID idx)
151 IGbE::writeConfig(PacketPtr pkt)
170 IGbE::read(PacketPtr pkt)
358 IGbE
[all...]
H A DEthernet.py138 class IGbE(EtherDevice): class in inherits:EtherDevice
139 # Base class for two IGbE adapters listed above
140 type = 'IGbE'
177 class IGbE_e1000(IGbE):
184 class IGbE_igb(IGbE):

Completed in 11 milliseconds