Lines Matching refs:pidx
312 uint32_t pidx; in sge_data_out() local
388 pidx = Q->cq_pidx; in sge_data_out()
413 ce = &cq[pidx]; in sge_data_out()
418 e = &q[pidx]; in sge_data_out()
441 if (++pidx == entries_n) { in sge_data_out()
442 pidx = 0; in sge_data_out()
1062 uint32_t pidx = Q->fq_pidx; in alloc_freelQ_buffers() local
1063 struct freelQ_ce *ce = &Q->fq_centries[pidx]; in alloc_freelQ_buffers()
1065 freelQ_e *e = &Q->fq_entries[pidx]; in alloc_freelQ_buffers()
1109 if (++pidx == entries_n) { in alloc_freelQ_buffers()
1119 pidx = 0; in alloc_freelQ_buffers()
1131 Q->fq_pidx = pidx; in alloc_freelQ_buffers()