Lines Matching refs:tx_bytes
200 unsigned int tx_bytes;
564 unsigned int tx_bytes = msg->len - iproc_i2c->tx_bytes;
569 tx_bytes = min_t(unsigned int, tx_bytes, M_TX_RX_FIFO_SIZE);
570 for (i = 0; i < tx_bytes; i++) {
572 unsigned int idx = iproc_i2c->tx_bytes + i;
599 iproc_i2c->tx_bytes += tx_bytes;
845 unsigned int tx_bytes;
866 tx_bytes = min_t(unsigned int, msg->len, M_TX_RX_FIFO_SIZE - 1);
868 for (i = 0; i < tx_bytes; i++) {
877 iproc_i2c->tx_bytes = tx_bytes;
914 msg->len > iproc_i2c->tx_bytes)