Lines Matching refs:flit
63 // instantiating the NI flit buffers
143 NetworkInterface::incrementStats(flit *t_flit)
173 * them up and if the flit is a tail, the NI inserts the corresponding message
210 /*********** Check the incoming flit link **********/
212 flit *t_flit = inNetLink->consumeLink();
216 // If a tail flit is received, enqueue into the protocol buffers if
226 // this flit in the NI
229 // Update stats and delete flit pointer
233 // No space available- Place tail flit in stall queue and set
235 // update and flit pointer deletion will occur upon unstall.
243 // Non-tail flit. Send back a credit but not VC free signal.
246 // Update stats and delete flit pointer.
274 NetworkInterface::sendCredit(flit *t_flit, bool is_free)
289 flit *stallFlit = *stallIter;
336 // This is expressed in terms of bytes/cycle or the flit size
391 flit *fl = new flit(i, vc, vnet, route, num_flits, new_msg_ptr,
432 * cycle, and the downstream output vc associated with this flit has buffers
473 // Just removing the flit
474 flit *t_flit = m_ni_out_vcs[vc]->getTopFlit();