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

/gem5/src/dev/net/
H A Detherdevice.hh41 #include "params/EtherDevBase.hh"
120 * The Python object hierarchy includes the EtherDevBase class which
126 class EtherDevBase : public EtherDevice class in inherits:EtherDevice
129 EtherDevBase(const EtherDevBaseParams *params) function in class:EtherDevBase
H A DEthernet.py191 class EtherDevBase(EtherDevice): class in inherits:EtherDevice
192 type = 'EtherDevBase'
215 class NSGigE(EtherDevBase):
244 class Sinic(EtherDevBase):
H A Dsinic.hh49 class Base : public EtherDevBase
H A Dns_gige.hh121 class NSGigE : public EtherDevBase
H A Dsinic.cc83 : EtherDevBase(p), rxEnable(false), txEnable(false),
150 return EtherDevBase::getPort(if_name, idx);
H A Dns_gige.cc100 : EtherDevBase(p), ioEnable(false),
181 return EtherDevBase::getPort(if_name, idx);

Completed in 27 milliseconds