Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c2884 unsigned int tx_todo = 0; in mvpp2_tx_done() local
2895 tx_todo += txq_pcpu->count; in mvpp2_tx_done()
2900 return tx_todo; in mvpp2_tx_done()
3518 unsigned int tx_todo, cause; in mvpp2_hr_timer_cb() local
3531 tx_todo = mvpp2_tx_done(port, cause, in mvpp2_hr_timer_cb()
3535 if (tx_todo && !port_pcpu->timer_scheduled) { in mvpp2_hr_timer_cb()