Lines Matching refs:next_txbd
1775 static inline struct txbd8 *next_txbd(struct txbd8 *bdp, struct txbd8 *base,
1914 txbdp_tstamp = txbdp = next_txbd(txbdp, base,
1929 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size);
1996 tx_queue->cur_tx = next_txbd(txbdp, base, tx_queue->tx_ring_size);
2023 txbdp = next_txbd(txbdp_start, base, tx_queue->tx_ring_size);
2025 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size);
2036 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size);
2233 next = next_txbd(bdp, base, tx_ring_size);
2256 bdp = next_txbd(bdp, base, tx_ring_size);
2263 bdp = next_txbd(bdp, base, tx_ring_size);