Home
last modified time | relevance | path

Searched refs:tc_next (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_info.c159 new_link->tc_next = new_link; in tlm_new_job_stats()
165 new_link->tc_next = next_link; in tlm_new_job_stats()
167 prev_link->tc_next = new_link; in tlm_new_job_stats()
204 link = link->tc_next; in tlm_ref_job_stats()
238 link = link->tc_next; in tlm_un_ref_job_stats()
288 if (link->tc_next == link->tc_prev && in tlm_un_ref()
289 link->tc_next == link) { in tlm_un_ref()
296 new_top = link->tc_next; in tlm_un_ref()
298 next = link->tc_next; in tlm_un_ref()
300 prev->tc_next = next; in tlm_un_ref()
[all …]
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_rxtx.c406 ASSERT(next != rgep->tc_next); in rge_send_claim()
428 tc_head = rgep->tc_next; in rge_send_recycle()
456 rgep->tc_next = NEXT(tc_tail, RGE_SEND_SLOTS); in rge_send_recycle()
457 n = rgep->tc_next - tc_head; in rge_send_recycle()
458 if (rgep->tc_next < tc_head) in rge_send_recycle()
H A Drge.h443 uint32_t tc_next; /* current tx recycle index */ member
H A Drge_main.c331 rgep->tc_next = 0; in rge_reinit_send_ring()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_send.c118 for (n = 0, slot = srp->tc_next; slot != *srp->cons_index_p; in bge_recycle_ring()
150 srp->tc_next = slot; in bge_recycle_ring()
229 if (*srp->cons_index_p == srp->tc_next) in bge_recycle()
H A Dbge_impl.h558 uint64_t tc_next; /* next slot to recycle */ member
H A Dbge_kstats.c424 (knp++)->value.ui64 = bgep->send[0].tc_next; in bge_driverinfo_update()
H A Dbge_main2.c196 srp->tc_next = 0; in bge_reinit_send_ring()
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_xmit.c490 ep->te_common.tc_next = NULL; in av1394_it_ixl_bld_data()
506 cmd_next = cmd->tc_next; in av1394_it_ixl_destroy_data()
580 bp->tb_common.tc_next = &ep->te_common; in av1394_it_ixl_complete_buf()
589 bp->tb_common.tc_next = &nextbp->tb_common; in av1394_it_ixl_complete_buf2()
631 ep->te_common.tc_next = &bp->tb_common; in av1394_it_ixl_complete_empty_cip()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_tx.c181 slot = srp->tc_next; in nge_tx_recycle()
248 srp->tc_next = slot; in nge_tx_recycle()
251 ASSERT(srp->tc_next == NEXT_INDEX(srp->tx_next, srp->tx_free, nslots)); in nge_tx_recycle()
H A Dnge_kstats.c189 (knp++)->value.ui64 = ngep->send->tc_next; in nge_debuginfo_update()
H A Dnge.h564 uint32_t tc_next; /* next slot to recycle */ member
H A Dnge_main.c585 srp->tc_next = 0; in nge_reinit_send_ring()
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm.h158 struct tlm_chain_link *tc_next; /* next blob of statistics */ member
/illumos-gate/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_isoch.h144 struct av1394_it_ixl_common_s *tc_next; /* next in the list */ member