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

/gem5/src/mem/ruby/network/garnet2.0/
H A DOutVcState.hh46 inline bool has_credit() { return (m_credit_count > 0); } function in class:OutVcState
H A DSwitchAllocator.cc292 bool has_credit = false; local
305 has_credit = true;
308 has_credit = m_output_unit[outport]->has_credit(outvc);
312 if (!has_outvc || !has_credit)
H A DOutputUnit.cc89 OutputUnit::has_credit(int out_vc) function in class:OutputUnit
92 return m_outvc_state[out_vc]->has_credit();
H A DOutputUnit.hh60 bool has_credit(int out_vc);
H A DNetworkInterface.cc448 m_out_vc_state[vc]->has_credit()) {

Completed in 9 milliseconds