Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-lantiq-ssc.c178 unsigned int tx_todo; member
486 while (spi->tx_todo && tx_free) { in tx_fifo_write()
491 spi->tx_todo--; in tx_fifo_write()
497 spi->tx_todo -= 2; in tx_fifo_write()
503 spi->tx_todo -= 4; in tx_fifo_write()
637 if (spi->tx_todo) in lantiq_ssc_xmit_interrupt()
732 spi->tx_todo = t->len; in transfer_start()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-lantiq-ssc.c179 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()
638 if (spi->tx_todo) in lantiq_ssc_xmit_interrupt()
733 spi->tx_todo = t->len; in transfer_start()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c2532 unsigned int tx_todo = 0; in mvpp2_tx_done() local
2543 tx_todo += txq_pcpu->count; in mvpp2_tx_done()
2548 return tx_todo; in mvpp2_tx_done()
3157 unsigned int tx_todo, cause; in mvpp2_hr_timer_cb() local
3170 tx_todo = mvpp2_tx_done(port, cause, in mvpp2_hr_timer_cb()
3174 if (tx_todo && !port_pcpu->timer_scheduled) { in mvpp2_hr_timer_cb()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c2885 unsigned int tx_todo = 0; in mvpp2_tx_done() local
2896 tx_todo += txq_pcpu->count; in mvpp2_tx_done()
2901 return tx_todo; in mvpp2_tx_done()
3520 unsigned int tx_todo, cause; in mvpp2_hr_timer_cb() local
3533 tx_todo = mvpp2_tx_done(port, cause, in mvpp2_hr_timer_cb()
3537 if (tx_todo && !port_pcpu->timer_scheduled) { in mvpp2_hr_timer_cb()

Completed in 21 milliseconds