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

/gem5/src/mem/ruby/network/garnet2.0/
H A DNetworkInterface.hh73 void init_net_ptr(GarnetNetwork *net_ptr) { m_net_ptr = net_ptr; } function in class:NetworkInterface
H A DRouter.hh83 void init_net_ptr(GarnetNetwork* net_ptr) function in class:Router
H A DGarnetNetwork.cc89 router->init_net_ptr(this);
97 ni->init_net_ptr(this);
/gem5/src/mem/ruby/network/simple/
H A DSwitch.hh79 void init_net_ptr(SimpleNetwork* net_ptr) { m_network_ptr = net_ptr; } function in class:Switch
H A DSimpleNetwork.cc56 s->init_net_ptr(this);

Completed in 8 milliseconds