Searched refs:next_txbd (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/freescale/ |
| D | gianfar.c | 1766 static inline struct txbd8 *next_txbd(struct txbd8 *bdp, struct txbd8 *base, in next_txbd() function 1913 txbdp_tstamp = txbdp = next_txbd(txbdp, base, in gfar_start_xmit() 1928 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit() 1995 tx_queue->cur_tx = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit() 2022 txbdp = next_txbd(txbdp_start, base, tx_queue->tx_ring_size); in gfar_start_xmit() 2024 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit() 2035 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit() 2228 next = next_txbd(bdp, base, tx_ring_size); in gfar_clean_tx_ring() 2251 bdp = next_txbd(bdp, base, tx_ring_size); in gfar_clean_tx_ring() 2258 bdp = next_txbd(bdp, base, tx_ring_size); in gfar_clean_tx_ring()
|