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

/linux-master/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c693 * txq_reclaim - Free the tx desc data for completed descriptors
696 static int txq_reclaim(struct net_device *dev, int force) function
1119 txq_reclaim(dev, 1);
1232 * We call txq_reclaim every time since in NAPI interupts are disabled
1236 txq_reclaim(dev, 0);
H A Dmv643xx_eth.c1057 static int txq_reclaim(struct tx_queue *txq, int budget, int force) function
2127 txq_reclaim(txq, txq->tx_ring_size, 1);
2214 txq_reclaim(txq, txq->tx_ring_size, 1);
2290 work_done += txq_reclaim(mp->txq + queue, work_tbd, 0);

Completed in 120 milliseconds