Lines Matching refs:tx_rem_bytes
88 unsigned int tx_rem_bytes;
758 if (mas->tx_rem_bytes < max_bytes)
759 max_bytes = mas->tx_rem_bytes;
761 tx_buf = mas->cur_xfer->tx_buf + mas->cur_xfer->len - mas->tx_rem_bytes;
773 mas->tx_rem_bytes -= max_bytes;
774 if (!mas->tx_rem_bytes) {
859 mas->tx_rem_bytes = 0;
867 mas->tx_rem_bytes = xfer->len;
982 if (mas->tx_rem_bytes) {
985 mas->tx_rem_bytes, mas->cur_bits_per_word);
1004 mas->tx_rem_bytes = 0;
1011 if (!mas->tx_rem_bytes && !mas->rx_rem_bytes && xfer) {