Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c648 if (descriptor == tx_ring->tbd_last) in e1000g_fill_tx_ring()
710 if (descriptor == tx_ring->tbd_last) in e1000g_fill_tx_ring()
758 if (next_desc == tx_ring->tbd_last) in e1000g_fill_tx_ring()
815 if (descriptor == tx_ring->tbd_last) in e1000g_fill_tx_ring()
1077 if (descriptor > tx_ring->tbd_last) in e1000g_recycle()
1088 if (descriptor == tx_ring->tbd_last) in e1000g_recycle()
H A De1000g_alloc.c464 tx_ring->tbd_last = tx_ring->tbd_first + in e1000g_alloc_tx_descriptors()
688 tx_ring->tbd_last = NULL; in e1000g_free_tx_descriptors()
H A De1000g_sw.h702 struct e1000_tx_desc *tbd_last; member