Searched refs:txq_reclaim (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/marvell/ |
D | pxa168_eth.c | 696 static int txq_reclaim(struct net_device *dev, int force) in txq_reclaim() function 1119 txq_reclaim(dev, 1); in txq_deinit() 1236 txq_reclaim(dev, 0); in pxa168_rx_poll()
|
D | mv643xx_eth.c | 1056 static int txq_reclaim(struct tx_queue *txq, int budget, int force) in txq_reclaim() function 2126 txq_reclaim(txq, txq->tx_ring_size, 1); in txq_deinit() 2213 txq_reclaim(txq, txq->tx_ring_size, 1); in handle_link_event() 2289 work_done += txq_reclaim(mp->txq + queue, work_tbd, 0); in mv643xx_eth_poll()
|