Home
last modified time | relevance | path

Searched refs:tx_curr_desc_q (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c205 int tx_curr_desc_q, tx_used_desc_q; member
636 tx_curr_desc = pep->tx_curr_desc_q; in eth_port_start()
1106 pep->tx_curr_desc_q = 0; in txq_init()
1121 BUG_ON(pep->tx_used_desc_q != pep->tx_curr_desc_q); in txq_deinit()
1217 tx_desc_curr = pep->tx_curr_desc_q; in eth_alloc_tx_desc_index()
1218 pep->tx_curr_desc_q = (tx_desc_curr + 1) % pep->tx_ring_size; in eth_alloc_tx_desc_index()
1219 BUG_ON(pep->tx_curr_desc_q == pep->tx_used_desc_q); in eth_alloc_tx_desc_index()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c205 int tx_curr_desc_q, tx_used_desc_q; member
636 tx_curr_desc = pep->tx_curr_desc_q; in eth_port_start()
1105 pep->tx_curr_desc_q = 0; in txq_init()
1120 BUG_ON(pep->tx_used_desc_q != pep->tx_curr_desc_q); in txq_deinit()
1216 tx_desc_curr = pep->tx_curr_desc_q; in eth_alloc_tx_desc_index()
1217 pep->tx_curr_desc_q = (tx_desc_curr + 1) % pep->tx_ring_size; in eth_alloc_tx_desc_index()
1218 BUG_ON(pep->tx_curr_desc_q == pep->tx_used_desc_q); in eth_alloc_tx_desc_index()

Completed in 6 milliseconds