Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-lantiq-ssc.c183 unsigned int tx_todo; member
487 while (spi->tx_todo && tx_free) { in tx_fifo_write()
492 spi->tx_todo--; in tx_fifo_write()
498 spi->tx_todo -= 2; in tx_fifo_write()
504 spi->tx_todo -= 4; in tx_fifo_write()
624 if (spi->tx_todo) in lantiq_ssc_xmit_interrupt()
692 spi->tx_todo = t->len; in transfer_start()
/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c1997 unsigned int tx_todo = 0; in mvpp2_tx_done() local
2008 tx_todo += txq_pcpu->count; in mvpp2_tx_done()
2013 return tx_todo; in mvpp2_tx_done()
2507 unsigned int tx_todo, cause; in mvpp2_tx_proc_cb() local
2515 tx_todo = mvpp2_tx_done(port, cause, smp_processor_id()); in mvpp2_tx_proc_cb()
2518 if (tx_todo) in mvpp2_tx_proc_cb()