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

/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c2593 * stmmac_tx_clean - to manage the transmission completion
2602 static int stmmac_tx_clean(struct stmmac_priv *priv, int budget, u32 queue, function
3089 * This is the timer handler to directly invoke the stmmac_tx_clean.
4399 * called and stmmac_tx_clean may clean up to this descriptor.
4669 * called and stmmac_tx_clean may clean up to this descriptor.
5740 work_done = stmmac_tx_clean(priv, budget, chan, &pending_packets);
5779 tx_done = stmmac_tx_clean(priv, budget, chan, &tx_pending_packets);

Completed in 123 milliseconds