Lines Matching refs:tx_rem_bytes
76 unsigned int tx_rem_bytes;
416 if (mas->tx_rem_bytes < max_bytes)
417 max_bytes = mas->tx_rem_bytes;
419 tx_buf = mas->cur_xfer->tx_buf + mas->cur_xfer->len - mas->tx_rem_bytes;
431 mas->tx_rem_bytes -= max_bytes;
432 if (!mas->tx_rem_bytes) {
517 mas->tx_rem_bytes = 0;
529 mas->tx_rem_bytes = xfer->len;
616 if (mas->tx_rem_bytes) {
619 mas->tx_rem_bytes, mas->cur_bits_per_word);