Lines Matching refs:cidx
48 if (rdma_nl_put_driver_u32(msg, "cidx", wq->sq.cidx))
74 if (rdma_nl_put_driver_u32(msg, "cidx", wq->rq.cidx))
159 if (wq.sq.cidx != wq.sq.pidx) {
160 first_sq_idx = wq.sq.cidx;
279 if (rdma_nl_put_driver_u32(msg, "cidx", cq->cidx))
338 idx = (cq->cidx > 0) ? cq->cidx - 1 : cq->size - 1;
341 idx = cq->cidx;
395 /* get 2 hw cqes: cidx-1, and cidx */
396 idx = (cq.cidx > 0) ? cq.cidx - 1 : cq.size - 1;
399 idx = cq.cidx;