Searched refs:txq_reclaim (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | pxa168_eth.c | 710 static int txq_reclaim(struct net_device *dev, int force) in txq_reclaim() function 1138 txq_reclaim(dev, 1); in txq_deinit() 1259 txq_reclaim(dev, 0); in pxa168_rx_poll()
|
D | mv643xx_eth.c | 1044 static int txq_reclaim(struct tx_queue *txq, int budget, int force) in txq_reclaim() function 2107 txq_reclaim(txq, txq->tx_ring_size, 1); in txq_deinit() 2194 txq_reclaim(txq, txq->tx_ring_size, 1); in handle_link_event() 2270 work_done += txq_reclaim(mp->txq + queue, work_tbd, 0); in mv643xx_eth_poll()
|