Lines Matching defs:write_index
13839 ctx = pipe->src_ring->per_transfer_context[pipe->src_ring->write_index];
21698 pipe->src_ring->write_index = 0;
21715 pipe->dest_ring->write_index = 0;
21729 pipe->status_ring->write_index = 0;
21766 unsigned int write_index;
21774 write_index = ring->write_index;
21798 write_index = CE_RING_IDX_INCR(nentries_mask, write_index);
21799 ring->write_index = write_index;
21846 idx = pipe->dest_ring->write_index;
22032 unsigned int write_index, sw_index;
22049 write_index = pipe->src_ring->write_index;
22053 if (write_index >= sw_index)
22054 num_used = write_index - sw_index;
22057 write_index;
22070 write_index = pipe->src_ring->write_index;
22095 ctx = pipe->src_ring->per_transfer_context[write_index];
22102 pipe->src_ring->write_index = CE_RING_IDX_INCR(nentries_mask,
22103 write_index);