Lines Matching defs:rx_rem_bytes
89 unsigned int rx_rem_bytes;
807 if (mas->rx_rem_bytes < rx_bytes)
808 rx_bytes = mas->rx_rem_bytes;
810 rx_buf = mas->cur_xfer->rx_buf + mas->cur_xfer->len - mas->rx_rem_bytes;
822 mas->rx_rem_bytes -= rx_bytes;
860 mas->rx_rem_bytes = 0;
874 mas->rx_rem_bytes = xfer->len;
987 if (mas->rx_rem_bytes)
989 mas->rx_rem_bytes, mas->cur_bits_per_word);
1006 mas->rx_rem_bytes = 0;
1011 if (!mas->tx_rem_bytes && !mas->rx_rem_bytes && xfer) {