Lines Matching refs:txbd8
1097 struct txbd8 *txbdp;
1181 sizeof(struct txbd8) * priv->total_tx_ring_size +
1321 struct txbd8 *txbdp;
1387 sizeof(struct txbd8)) +
1400 addr += sizeof(struct txbd8) * tx_queue->tx_ring_size;
1401 vaddr += sizeof(struct txbd8) * tx_queue->tx_ring_size;
1767 static inline struct txbd8 *skip_txbd(struct txbd8 *bdp, int stride,
1768 struct txbd8 *base, int ring_size)
1770 struct txbd8 *new_bd = bdp + stride;
1775 static inline struct txbd8 *next_txbd(struct txbd8 *bdp, struct txbd8 *base,
1809 struct txbd8 *txbdp, *txbdp_start, *base, *txbdp_tstamp = NULL;
2189 struct txbd8 *bdp, *next = NULL;
2190 struct txbd8 *lbdp = NULL;
2191 struct txbd8 *base = tx_queue->tx_bd_base;