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

/gem5/src/dev/net/
H A Detherswitch.cc53 interfaces.push_back(interface);
59 for (auto it : interfaces)
62 interfaces.clear();
69 panic_if(idx < 0 || idx >= interfaces.size(), "index out of bounds");
70 return *interfaces.at(idx);
148 for (auto it : parent->interfaces)
263 for (auto it : interfaces)
271 for (auto it : interfaces)
H A Detherswitch.hh187 // all interfaces of the switch
188 std::vector<Interface*> interfaces; member in class:EtherSwitch
189 // table that maps MAC address to interfaces
/gem5/ext/sst/
H A DExtSlave.hh48 #include <core/interfaces/simpleMem.h>

Completed in 7 milliseconds