Searched refs:tx_left (Results 1 – 5 of 5) 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()
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()
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()