Searched refs:tbd_next (Results 1 – 3 of 3) sorted by relevance
634 next_desc = tx_ring->tbd_next; in e1000g_fill_tx_ring()860 tx_ring->tbd_next = next_desc; in e1000g_fill_tx_ring()933 tx_ring->tbd_next = tx_ring->tbd_first; in e1000g_tx_setup()1660 sw_tdt = tx_ring->tbd_next - tx_ring->tbd_first; in e1000g_82547_tx_move_tail_work()1747 desc = tx_ring->tbd_next; in e1000g_flush_tx_ring()1748 if (tx_ring->tbd_next == tx_ring->tbd_last) in e1000g_flush_tx_ring()1749 tx_ring->tbd_next = tx_ring->tbd_first; in e1000g_flush_tx_ring()1751 tx_ring->tbd_next++; in e1000g_flush_tx_ring()1761 (uint32_t)(tx_ring->tbd_next - tx_ring->tbd_first)); in e1000g_flush_tx_ring()
705 struct e1000_tx_desc *tbd_next; member
2174 tx_ring->tbd_next = tx_ring->tbd_first; in e1000g_tx_clean()