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

/gem5/src/mem/ruby/network/garnet2.0/
H A DSwitchAllocator.hh55 int get_vnet (int invc);
H A DNetworkInterface.hh71 int get_vnet(int vc);
H A Dflit.hh57 int get_vnet() { return m_vnet; } function in class:flit
H A DSwitchAllocator.cc290 int vnet = get_vnet(invc);
345 int outvc = m_output_unit[outport]->select_free_vc(get_vnet(invc));
371 SwitchAllocator::get_vnet(int invc) function in class:SwitchAllocator
H A DNetworkInterface.cc145 int vnet = t_flit->get_vnet();
213 int vnet = t_flit->get_vnet();
290 int vnet = stallFlit->get_vnet();
451 int t_vnet = get_vnet(vc);
490 NetworkInterface::get_vnet(int vc) function in class:NetworkInterface

Completed in 9 milliseconds