Lines Matching defs:rx_buf
466 if (!transfer->tx_buf && !transfer->rx_buf) {
725 u8 *rx_buf;
729 if (!data->cur_trans->rx_buf)
733 rx_buf = data->cur_trans->rx_buf;
735 *rx_buf++ = data->pkt_rx_buff[j] & 0xFF;
737 rx_sbuf = data->cur_trans->rx_buf;
746 u8 *rx_buf;
752 if (!data->cur_trans->rx_buf)
756 rx_buf = data->cur_trans->rx_buf;
759 *rx_buf++ = *rx_dma_buf++ & 0xFF;
760 data->cur_trans->rx_buf = rx_buf;
762 rx_sbuf = data->cur_trans->rx_buf;
766 data->cur_trans->rx_buf = rx_sbuf;
1205 char *save_rx_buf = data->cur_trans->rx_buf;
1220 data->cur_trans->rx_buf = save_rx_buf;