Lines Matching refs:rx_left
176 unsigned int rx_left;294 u32 rx_left = (rs->rx_left > words) ? rs->rx_left - words : 0;301 if (rx_left) {304 if (rx_left < ftl) {305 rx_left = ftl;306 words = rs->rx_left - rx_left;310 rs->rx_left = rx_left;334 if (!rs->rx_left) {349 rs->rx_left = xfer->len / rs->n_bytes;