Home
last modified time | relevance | path

Searched refs:txbd8 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/freescale/
Dgianfar.h513 struct txbd8 struct
959 struct txbd8 *tx_bd_base;
960 struct txbd8 *cur_tx;
969 struct txbd8 *dirty_tx;
1267 static inline void gfar_clear_txbd_status(struct txbd8 *bdp) in gfar_clear_txbd_status()
Dgianfar.c1093 struct txbd8 *txbdp; in free_skb_tx_queue()
1177 sizeof(struct txbd8) * priv->total_tx_ring_size + in free_skb_resources()
1317 struct txbd8 *txbdp; in gfar_init_bds()
1383 sizeof(struct txbd8)) + in gfar_alloc_skb_resources()
1396 addr += sizeof(struct txbd8) * tx_queue->tx_ring_size; in gfar_alloc_skb_resources()
1397 vaddr += sizeof(struct txbd8) * tx_queue->tx_ring_size; in gfar_alloc_skb_resources()
1763 static inline struct txbd8 *skip_txbd(struct txbd8 *bdp, int stride, in skip_txbd()
1764 struct txbd8 *base, int ring_size) in skip_txbd()
1766 struct txbd8 *new_bd = bdp + stride; in skip_txbd()
1771 static inline struct txbd8 *next_txbd(struct txbd8 *bdp, struct txbd8 *base, in next_txbd()
[all …]