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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dpxa168_eth.c710 * txq_reclaim - Free the tx desc data for completed descriptors
713 static int txq_reclaim(struct net_device *dev, int force) function
897 txq_reclaim(dev, 1);
1121 txq_reclaim(dev, 1);
1240 * We call txq_reclaim every time since in NAPI interupts are disabled
1244 txq_reclaim(dev, 0);
H A Dmv643xx_eth.c925 static int txq_reclaim(struct tx_queue *txq, int budget, int force) function
2027 txq_reclaim(txq, txq->tx_ring_size, 1);
2108 txq_reclaim(txq, txq->tx_ring_size, 1);
2186 work_done += txq_reclaim(mp->txq + queue, work_tbd, 0);

Completed in 131 milliseconds