Lines Matching refs:txbd8
1088 struct txbd8 *txbdp; in free_skb_tx_queue()
1172 sizeof(struct txbd8) * priv->total_tx_ring_size + in free_skb_resources()
1312 struct txbd8 *txbdp; in gfar_init_bds()
1378 sizeof(struct txbd8)) + in gfar_alloc_skb_resources()
1391 addr += sizeof(struct txbd8) * tx_queue->tx_ring_size; in gfar_alloc_skb_resources()
1392 vaddr += sizeof(struct txbd8) * tx_queue->tx_ring_size; in gfar_alloc_skb_resources()
1758 static inline struct txbd8 *skip_txbd(struct txbd8 *bdp, int stride, in skip_txbd()
1759 struct txbd8 *base, int ring_size) in skip_txbd()
1761 struct txbd8 *new_bd = bdp + stride; in skip_txbd()
1766 static inline struct txbd8 *next_txbd(struct txbd8 *bdp, struct txbd8 *base, in next_txbd()
1800 struct txbd8 *txbdp, *txbdp_start, *base, *txbdp_tstamp = NULL; in gfar_start_xmit()
2188 struct txbd8 *bdp, *next = NULL; in gfar_clean_tx_ring()
2189 struct txbd8 *lbdp = NULL; in gfar_clean_tx_ring()
2190 struct txbd8 *base = tx_queue->tx_bd_base; in gfar_clean_tx_ring()