Lines Matching defs:done_ptr
134 unsigned int done_ptr, ibi_chunk_ptr;
498 unsigned int tid, done_ptr = rh->done_ptr;
503 if (done_ptr == FIELD_GET(RING_OP2_CR_DEQ_PTR, op2_val))
506 ring_resp = rh->resp + rh->resp_struct_sz * done_ptr;
511 xfer = rh->src_xfers[done_ptr];
528 done_ptr = (done_ptr + 1) % rh->xfer_entries;
529 rh->done_ptr = done_ptr;
536 op1_val |= FIELD_PREP(RING_OP1_CR_SW_DEQ_PTR, done_ptr);