Lines Matching defs:rx_index
140 * @rx_index: Receive data count; for bookkeeping during
174 u32 rx_index;
265 u32 n_read, tx_index, rx_index, bpw_len;
277 rx_index = data->rx_index;
289 pkt_rx_buffer[rx_index++] = ioread32(spdrr);
295 if ((bpw_len - rx_index) <= PCH_MAX_FIFO_DEPTH) {
308 data->rx_index = rx_index;
312 if ((tx_index == bpw_len) && (rx_index == tx_index)) {
572 data->rx_index = 0;