Searched refs:next_txbd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
H A D | gianfar.c | 1775 static inline struct txbd8 *next_txbd(struct txbd8 *bdp, struct txbd8 *base, in next_txbd() function 1914 txbdp_tstamp = txbdp = next_txbd(txbdp, base, in gfar_start_xmit() 1929 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit() 1996 tx_queue->cur_tx = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit() 2023 txbdp = next_txbd(txbdp_start, base, tx_queue->tx_ring_size); in gfar_start_xmit() 2025 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit() 2036 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit() 2233 next = next_txbd(bdp, base, tx_ring_size); in gfar_clean_tx_ring() 2256 bdp = next_txbd(bdp, base, tx_ring_size); in gfar_clean_tx_ring() 2263 bdp = next_txbd(bd in gfar_clean_tx_ring() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/ |
H A D | gianfar.c | 1742 static inline struct txbd8 *next_txbd(struct txbd8 *bdp, struct txbd8 *base, in next_txbd() function 1881 txbdp_tstamp = txbdp = next_txbd(txbdp, base, in gfar_start_xmit() 1896 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit() 1964 tx_queue->cur_tx = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit() 1991 txbdp = next_txbd(txbdp_start, base, tx_queue->tx_ring_size); in gfar_start_xmit() 1993 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit() 2004 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit() 2197 next = next_txbd(bdp, base, tx_ring_size); in gfar_clean_tx_ring() 2220 bdp = next_txbd(bdp, base, tx_ring_size); in gfar_clean_tx_ring() 2227 bdp = next_txbd(bd in gfar_clean_tx_ring() [all...] |
Completed in 7 milliseconds