Searched refs:tc_tail (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_rxtx.c423 uint32_t tc_tail; local
429 tc_tail = rgep->tc_tail;
430 if (tc_head == tc_tail)
434 tc_tail = LAST(tc_tail, RGE_SEND_SLOTS);
435 hw_sbd_p = &rgep->tx_ring[tc_tail];
436 if (tc_tail == tc_head) {
456 rgep->tc_next = NEXT(tc_tail, RGE_SEND_SLOTS);
652 rgep->tc_tail
[all...]
H A Drge.h445 uint32_t tc_tail; member in struct:rge
H A Drge_main.c332 rgep->tc_tail = 0;

Completed in 79 milliseconds