Searched refs:wr_id_idx (Results 1 – 1 of 1) sorted by relevance
2992 u32 wr_id_idx; in bnxt_qplib_cq_process_res_rc() local3015 wr_id_idx = le32_to_cpu(hwcqe->srq_or_rq_wr_id) & in bnxt_qplib_cq_process_res_rc()3024 if (wr_id_idx > srq->hwq.depth - 1) { in bnxt_qplib_cq_process_res_rc()3029 wr_id_idx, srq->hwq.depth); in bnxt_qplib_cq_process_res_rc()3032 cqe->wr_id = srq->swq[wr_id_idx].wr_id; in bnxt_qplib_cq_process_res_rc()3033 bnxt_qplib_release_srqe(srq, wr_id_idx); in bnxt_qplib_cq_process_res_rc()3036 wr_id_idx, cqe->wr_id); in bnxt_qplib_cq_process_res_rc()3042 if (wr_id_idx > (rq->max_wqe - 1)) { in bnxt_qplib_cq_process_res_rc()3047 wr_id_idx, rq->hwq.depth); in bnxt_qplib_cq_process_res_rc()3050 if (wr_id_idx != rq->swq_last) in bnxt_qplib_cq_process_res_rc()[all …]