Lines Matching refs:base
1735 struct txbd8 *base, int ring_size)
1739 return (new_bd >= (base + ring_size)) ? (new_bd - ring_size) : new_bd;
1742 static inline struct txbd8 *next_txbd(struct txbd8 *bdp, struct txbd8 *base,
1745 return skip_txbd(bdp, 1, base, ring_size);
1776 struct txbd8 *txbdp, *txbdp_start, *base, *txbdp_tstamp = NULL;
1787 base = tx_queue->tx_bd_base;
1881 txbdp_tstamp = txbdp = next_txbd(txbdp, base,
1896 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size);
1964 tx_queue->cur_tx = next_txbd(txbdp, base, tx_queue->tx_ring_size);
1991 txbdp = next_txbd(txbdp_start, base, tx_queue->tx_ring_size);
1993 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size);
2004 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size);
2155 struct txbd8 *base = tx_queue->tx_bd_base;
2187 lbdp = skip_txbd(bdp, nr_txbds - 1, base, tx_ring_size);
2197 next = next_txbd(bdp, base, tx_ring_size);
2220 bdp = next_txbd(bdp, base, tx_ring_size);
2227 bdp = next_txbd(bdp, base, tx_ring_size);