Lines Matching refs:base
1768 struct txbd8 *base, int ring_size)
1772 return (new_bd >= (base + ring_size)) ? (new_bd - ring_size) : new_bd;
1775 static inline struct txbd8 *next_txbd(struct txbd8 *bdp, struct txbd8 *base,
1778 return skip_txbd(bdp, 1, base, ring_size);
1809 struct txbd8 *txbdp, *txbdp_start, *base, *txbdp_tstamp = NULL;
1820 base = tx_queue->tx_bd_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);
2191 struct txbd8 *base = tx_queue->tx_bd_base;
2223 lbdp = skip_txbd(bdp, nr_txbds - 1, base, 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);