Searched refs:tx_todo (Results 1 – 2 of 2) sorted by relevance
183 unsigned int tx_todo; member487 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()
1997 unsigned int tx_todo = 0; in mvpp2_tx_done() local2008 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() local2515 tx_todo = mvpp2_tx_done(port, cause, smp_processor_id()); in mvpp2_tx_proc_cb()2518 if (tx_todo) in mvpp2_tx_proc_cb()