Searched refs:tx_left (Results 1 – 7 of 7) sorted by relevance
44 int tx_left; /* bytes left in XMIT queue */ member126 if (qca->tx_left <= 0) { in qcauart_transmit()137 qca->tx_left); in qcauart_transmit()139 qca->tx_left -= written; in qcauart_transmit()177 qca->tx_left = 0; in qcauart_netdev_close()194 WARN_ON(qca->tx_left); in qcauart_netdev_xmit()224 qca->tx_left = (pos - qca->tx_buffer) - written; in qcauart_netdev_xmit()
217 unsigned int tx_left; in fsl_espi_fill_tx_fifo() local223 tx_left = espi->tx_t->len - espi->tx_pos; in fsl_espi_fill_tx_fifo()225 while (tx_fifo_avail >= min(4U, tx_left) && tx_left) { in fsl_espi_fill_tx_fifo()226 if (tx_left >= 4) { in fsl_espi_fill_tx_fifo()236 tx_left -= 4; in fsl_espi_fill_tx_fifo()238 } else if (tx_left >= 2 && tx_buf && espi->swab) { in fsl_espi_fill_tx_fifo()242 tx_left -= 2; in fsl_espi_fill_tx_fifo()251 tx_left -= 1; in fsl_espi_fill_tx_fifo()256 if (!tx_left) { in fsl_espi_fill_tx_fifo()
163 u32 tx_left, tx_room, rxtx_gap; in pic32_tx_max() local165 tx_left = (pic32s->tx_end - pic32s->tx) / n_bytes; in pic32_tx_max()178 return min3(tx_left, tx_room, (u32)(pic32s->fifo_n_elm - rxtx_gap)); in pic32_tx_max()
96 int tx_left = TX_RING_SIZE; in fs_enet_napi() local107 while (((sc = CBDR_SC(bdp)) & BD_ENET_TX_READY) == 0 && tx_left) { in fs_enet_napi()173 tx_left--; in fs_enet_napi()285 if (received < budget && tx_left) { in fs_enet_napi()
639 int tx_left = ctx->burst.tx_count; in sii8620_burst_send() local642 while (tx_left > 0) { in sii8620_burst_send()651 tx_left -= len; in sii8620_burst_send()655 ctx->burst.tx_count = tx_left; in sii8620_burst_send()
1752 unsigned long dirty_tx, tx_left; in rtl8139_tx_interrupt() local1758 tx_left = tp->cur_tx - dirty_tx; in rtl8139_tx_interrupt()1759 while (tx_left > 0) { in rtl8139_tx_interrupt()1799 tx_left--; in rtl8139_tx_interrupt()
266 u32 dirty_tx, tx_left; in tx_handler() local272 tx_left = READ_ONCE(ring->cur_idx) - dirty_tx; in tx_handler()274 while (tx_left > 0) { in tx_handler()295 tx_left--; in tx_handler()