Lines Matching defs:rx_len
93 * @rx_len: remaining bytes to receive
127 int rx_len;
217 while ((bs->rx_len) &&
222 bs->rx_len--;
243 * The caller must ensure that @bs->rx_len is greater than or equal to @count,
253 bs->rx_len -= count;
317 count = min(count, bs->rx_len);
318 bs->rx_len -= count;
396 if (!bs->rx_len) {
1017 while (bs->rx_len) {
1027 if (bs->rx_len && time_after(jiffies, timeout)) {
1031 bs->tx_len, bs->rx_len);
1084 bs->rx_len = tfr->len;