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

/linux-master/drivers/spi/
H A Dspi-lantiq-ssc.c179 unsigned int tx_todo; member in struct:lantiq_ssc_spi
487 while (spi->tx_todo && tx_free) {
492 spi->tx_todo--;
498 spi->tx_todo -= 2;
504 spi->tx_todo -= 4;
638 if (spi->tx_todo)
733 spi->tx_todo = t->len;
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c2897 unsigned int tx_todo = 0; local
2908 tx_todo += txq_pcpu->count;
2913 return tx_todo;
3532 unsigned int tx_todo, cause; local
3545 tx_todo = mvpp2_tx_done(port, cause,
3549 if (tx_todo && !port_pcpu->timer_scheduled) {

Completed in 256 milliseconds