Searched refs:m_out_vc_state (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/ruby/network/garnet2.0/
H A DNetworkInterface.cc81 m_out_vc_state.push_back(new OutVcState(i, m_net_ptr));
87 deletePointers(m_out_vc_state);
256 m_out_vc_state[t_credit->get_vc()]->increment_credit();
258 m_out_vc_state[t_credit->get_vc()]->setState(IDLE_, curCycle());
399 m_out_vc_state[vc]->setState(ACTIVE_, curCycle());
414 if (m_out_vc_state[(vnet*m_vc_per_vnet) + delta]->isInState(
448 m_out_vc_state[vc]->has_credit()) {
472 m_out_vc_state[vc]->decrement_credit();
H A DNetworkInterface.hh82 std::vector<OutVcState *> m_out_vc_state; member in class:NetworkInterface

Completed in 6 milliseconds