Home
last modified time | relevance | path

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

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