Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/freescale/
Dgianfar.c2292 static inline struct txbd8 *next_txbd(struct txbd8 *bdp, struct txbd8 *base, in next_txbd() function
2397 txbdp_tstamp = txbdp = next_txbd(txbdp, base, in gfar_start_xmit()
2414 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit()
2524 tx_queue->cur_tx = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit()
2551 txbdp = next_txbd(txbdp_start, base, tx_queue->tx_ring_size); in gfar_start_xmit()
2553 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit()
2564 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit()
2701 next = next_txbd(bdp, base, tx_ring_size); in gfar_clean_tx_ring()
2724 bdp = next_txbd(bdp, base, tx_ring_size); in gfar_clean_tx_ring()
2731 bdp = next_txbd(bdp, base, tx_ring_size); in gfar_clean_tx_ring()