Searched refs:tc_tail (Results 1 – 3 of 3) sorted by relevance
423 uint32_t tc_tail; in rge_send_recycle() local429 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()
445 uint32_t tc_tail; member
332 rgep->tc_tail = 0; in rge_reinit_send_ring()