bnxt_qplib_get_qe
hw_cqe = bnxt_qplib_get_qe(cq_hwq, peek_cons, NULL);
peek_hwcqe = bnxt_qplib_get_qe(&cq->hwq,
hw_cqe = bnxt_qplib_get_qe(&cq->hwq, cq->hwq.cons, NULL);
hw_cqe = bnxt_qplib_get_qe(&cq->hwq, cq->hwq.cons, NULL);
nqe = bnxt_qplib_get_qe(hwq, hwq->cons, NULL);
prefetch(bnxt_qplib_get_qe(hwq, sw_cons, NULL));
srqe = bnxt_qplib_get_qe(srq_hwq, srq_hwq->prod, NULL);
fpsne = (u64)bnxt_qplib_get_qe(hwq, hwq->depth, &psn_pg);
cmdqe = bnxt_qplib_get_qe(hwq, sw_prod, NULL);
cmdqe = bnxt_qplib_get_qe(hwq, sw_prod, NULL);
creqe = bnxt_qplib_get_qe(hwq, hwq->cons, NULL);
prefetch(bnxt_qplib_get_qe(hwq, sw_cons, NULL));
return bnxt_qplib_get_qe(hwq, idx, NULL);