Searched refs:next_txbd (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/freescale/ |
| H A D | gianfar.c | 1720 static inline struct txbd8 *next_txbd(struct txbd8 *bdp, struct txbd8 *base, in next_txbd() function 1859 txbdp_tstamp = txbdp = next_txbd(txbdp, base, in gfar_start_xmit() 1874 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit() 1942 tx_queue->cur_tx = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit() 1969 txbdp = next_txbd(txbdp_start, base, tx_queue->tx_ring_size); in gfar_start_xmit() 1971 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit() 1982 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit() 2152 next = next_txbd(bdp, base, tx_ring_size); in gfar_clean_tx_ring() 2176 bdp = next_txbd(bdp, base, tx_ring_size); in gfar_clean_tx_ring() 2183 bdp = next_txbd(bdp, base, tx_ring_size); in gfar_clean_tx_ring()
|