Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/marvell/
Dpxa168_eth.c1237 int tx_desc_curr; in eth_alloc_tx_desc_index() local
1239 tx_desc_curr = pep->tx_curr_desc_q; in eth_alloc_tx_desc_index()
1240 pep->tx_curr_desc_q = (tx_desc_curr + 1) % pep->tx_ring_size; in eth_alloc_tx_desc_index()
1244 return tx_desc_curr; in eth_alloc_tx_desc_index()