Lines Matching refs:write_index
11981 ctx = pipe->src_ring->per_transfer_context[pipe->src_ring->write_index]; in qwz_htc_send()
19745 pipe->src_ring->write_index = 0; in qwz_ce_init_pipes()
19762 pipe->dest_ring->write_index = 0; in qwz_ce_init_pipes()
19776 pipe->status_ring->write_index = 0; in qwz_ce_init_pipes()
19813 unsigned int write_index; in qwz_ce_rx_buf_enqueue_pipe() local
19821 write_index = ring->write_index; in qwz_ce_rx_buf_enqueue_pipe()
19845 write_index = CE_RING_IDX_INCR(nentries_mask, write_index); in qwz_ce_rx_buf_enqueue_pipe()
19846 ring->write_index = write_index; in qwz_ce_rx_buf_enqueue_pipe()
19893 idx = pipe->dest_ring->write_index; in qwz_ce_rx_post_pipe()
20078 unsigned int write_index, sw_index; in qwz_ce_send() local
20095 write_index = pipe->src_ring->write_index; in qwz_ce_send()
20099 if (write_index >= sw_index) in qwz_ce_send()
20100 num_used = write_index - sw_index; in qwz_ce_send()
20103 write_index; in qwz_ce_send()
20116 write_index = pipe->src_ring->write_index; in qwz_ce_send()
20141 ctx = pipe->src_ring->per_transfer_context[write_index]; in qwz_ce_send()
20148 pipe->src_ring->write_index = CE_RING_IDX_INCR(nentries_mask, in qwz_ce_send()
20149 write_index); in qwz_ce_send()