Searched refs:tbd_last (Results 1 – 3 of 3) sorted by relevance
648 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()
464 tx_ring->tbd_last = tx_ring->tbd_first + in e1000g_alloc_tx_descriptors()688 tx_ring->tbd_last = NULL; in e1000g_free_tx_descriptors()
702 struct e1000_tx_desc *tbd_last; member