Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/marvell/
Dpxa168_eth.c710 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()
Dmv643xx_eth.c1076 static int txq_reclaim(struct tx_queue *txq, int budget, int force) in txq_reclaim() function
2136 txq_reclaim(txq, txq->tx_ring_size, 1); in txq_deinit()
2223 txq_reclaim(txq, txq->tx_ring_size, 1); in handle_link_event()
2299 work_done += txq_reclaim(mp->txq + queue, work_tbd, 0); in mv643xx_eth_poll()