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

/linux-4.4.14/drivers/spi/
H A Dspi-dw.c151 u32 tx_left, tx_room, rxtx_gap; tx_max() local
153 tx_left = (dws->tx_end - dws->tx) / dws->n_bytes; tx_max()
167 return min3(tx_left, tx_room, (u32) (dws->fifo_len - rxtx_gap)); tx_max()
H A Dspi-rockchip.c249 u32 tx_left, tx_room; tx_max() local
251 tx_left = (rs->tx_end - rs->tx) / rs->n_bytes; tx_max()
254 return min(tx_left, tx_room); tx_max()
/linux-4.4.14/drivers/net/ethernet/realtek/
H A D8139too.c1768 unsigned long dirty_tx, tx_left; rtl8139_tx_interrupt() local
1774 tx_left = tp->cur_tx - dirty_tx; rtl8139_tx_interrupt()
1775 while (tx_left > 0) { rtl8139_tx_interrupt()
1815 tx_left--; rtl8139_tx_interrupt()
H A Dr8169.c7260 unsigned int dirty_tx, tx_left; rtl_tx() local
7264 tx_left = tp->cur_tx - dirty_tx; rtl_tx()
7266 while (tx_left > 0) { rtl_tx()
7292 tx_left--; rtl_tx()

Completed in 232 milliseconds