Lines Matching refs:rx_len
97 int rx_len;
160 int count = min(bs->rx_len, 3);
176 bs->rx_len -= count;
222 for (; bs->rx_len && (stat & BCM2835_AUX_SPI_STAT_RX_LVL);
254 /* and if rx_len is 0 then disable interrupts and wake up completion */
255 if (!bs->rx_len) {
321 while (bs->rx_len) {
327 if (bs->rx_len && time_after(jiffies, timeout)) {
331 bs->tx_len, bs->rx_len);
383 bs->rx_len = tfr->len;