Lines Matching refs:tx_left
217 unsigned int tx_left;223 tx_left = espi->tx_t->len - espi->tx_pos;225 while (tx_fifo_avail >= min(4U, tx_left) && tx_left) {226 if (tx_left >= 4) {236 tx_left -= 4;238 } else if (tx_left >= 2 && tx_buf && espi->swab) {242 tx_left -= 2;251 tx_left -= 1;256 if (!tx_left) {