Home
last modified time | relevance | path

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

/drivers/net/ethernet/freescale/
Dgianfar.c1782 unsigned int nr_frags, nr_txbds, bytes_sent, fcb_len = 0; in gfar_start_xmit() local
1816 nr_txbds = nr_frags + 2; in gfar_start_xmit()
1818 nr_txbds = nr_frags + 1; in gfar_start_xmit()
1821 if (nr_txbds > tx_queue->num_txbdfree) { in gfar_start_xmit()
1973 tx_queue->num_txbdfree -= (nr_txbds); in gfar_start_xmit()
2159 int frags = 0, nr_txbds = 0; in gfar_clean_tx_ring() local
2183 nr_txbds = frags + 2; in gfar_clean_tx_ring()
2185 nr_txbds = frags + 1; in gfar_clean_tx_ring()
2187 lbdp = skip_txbd(bdp, nr_txbds - 1, base, tx_ring_size); in gfar_clean_tx_ring()
2241 tx_queue->num_txbdfree += nr_txbds; in gfar_clean_tx_ring()