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

/gem5/src/dev/net/
H A Dns_gige.cc51 #include "params/NSGigE.hh"
97 // NSGigE PCI Device
99 NSGigE::NSGigE(Params *p) function in class:NSGigE
144 NSGigE::~NSGigE()
153 NSGigE::writeConfig(PacketPtr pkt)
177 NSGigE::getPort(const std::string &if_name, PortID idx)
189 NSGigE::read(PacketPtr pkt)
411 NSGigE
[all...]
H A Dns_gige.hh47 #include "params/NSGigE.hh"
121 class NSGigE : public EtherDevBase class in inherits:EtherDevBase
337 NSGigE(Params *params);
338 ~NSGigE();
366 NSGigE *dev;
369 NSGigEInt(const std::string &name, NSGigE *d)
H A DEthernet.py215 class NSGigE(EtherDevBase): class in inherits:EtherDevBase
216 type = 'NSGigE'
/gem5/configs/common/
H A DFSConfig.py84 ethernet = NSGigE(pci_bus=0, pci_dev=1, pci_func=0)
401 ethernet = NSGigE(pci_bus=0, pci_dev=1, pci_func=0)
/gem5/src/dev/arm/
H A DRealView.py53 from m5.objects.Ethernet import NSGigE, IGbE_igb, IGbE_e1000

Completed in 19 milliseconds