Lines Matching refs:next_idx
656 srq->swq[idx].next_idx = idx + 1; in bnxt_qplib_create_srq()
657 srq->swq[srq->last_idx].next_idx = -1; in bnxt_qplib_create_srq()
745 srq->start_idx = srq->swq[next].next_idx; in bnxt_qplib_post_srq_recv()
803 que->swq[indx].next_idx = indx + 1; in bnxt_qplib_alloc_init_swq()
804 que->swq[que->swq_last].next_idx = 0; /* Make it circular */ in bnxt_qplib_alloc_init_swq()
2155 sq->swq_last = sq->swq[last].next_idx; in __flush_sq()
2202 rq->swq_last = rq->swq[last].next_idx; in __flush_rq()
2376 if (swq->next_idx == cqe_sq_cons && in bnxt_qplib_cq_process_req()
2402 sq->swq_last = swq->next_idx; in bnxt_qplib_cq_process_req()
2425 srq->swq[srq->last_idx].next_idx = (int)tag; in bnxt_qplib_release_srqe()
2427 srq->swq[srq->last_idx].next_idx = -1; in bnxt_qplib_release_srqe()
2499 rq->swq_last = swq->next_idx; in bnxt_qplib_cq_process_res_rc()
2587 rq->swq_last = swq->next_idx; in bnxt_qplib_cq_process_res_ud()
2694 rq->swq_last = swq->next_idx; in bnxt_qplib_cq_process_res_raweth_qp1()
2771 sq->swq_last = sq->swq[swq_last].next_idx; in bnxt_qplib_cq_process_terminal()