Lines Matching defs:rx_index
141 * @rx_index: Receive data count; for bookkeeping during
175 u32 rx_index;
266 u32 n_read, tx_index, rx_index, bpw_len;
278 rx_index = data->rx_index;
290 pkt_rx_buffer[rx_index++] = ioread32(spdrr);
296 if ((bpw_len - rx_index) <= PCH_MAX_FIFO_DEPTH) {
309 data->rx_index = rx_index;
313 if ((tx_index == bpw_len) && (rx_index == tx_index)) {
544 data->rx_index = 0;