Searched refs:EtherDevice (Results 1 - 5 of 5) sorted by relevance

/gem5/src/dev/net/
H A Detherdevice.hh42 #include "params/EtherDevice.hh"
47 class EtherDevice : public PciDevice class in inherits:PciDevice
51 EtherDevice(const Params *params) function in class:EtherDevice
126 class EtherDevBase : public EtherDevice
130 : EtherDevice(params)
H A DEthernet.py132 class EtherDevice(PciDevice): class in inherits:PciDevice
133 type = 'EtherDevice'
138 class IGbE(EtherDevice):
191 class EtherDevBase(EtherDevice):
H A Detherdevice.cc37 EtherDevice::regStats()
H A Di8254xGBe.hh56 class IGbE : public EtherDevice
H A Di8254xGBe.cc61 : EtherDevice(p), etherInt(NULL), cpa(NULL),
147 return EtherDevice::getPort(if_name, idx);

Completed in 17 milliseconds