Lines Matching refs:cons

144 	qp->sq.hwq.cons = 0;
147 qp->rq.hwq.cons = 0;
247 nqe = &nq_ptr[NQE_PG(hwq->cons)][NQE_IDX(hwq->cons)];
276 bnxt_qplib_hwq_incr_cons(hwq->max_elements, &hwq->cons,
311 nqe = bnxt_qplib_get_qe(hwq, hwq->cons, NULL);
375 bnxt_qplib_hwq_incr_cons(hwq->max_elements, &hwq->cons,
408 sw_cons = HWQ_CMP(hwq->cons, hwq);
1471 peek_cons = cq_hwq->cons;
1815 "prod = %#x cons = %#x qdepth = %#x delta = %#x\n",
1816 hwq->prod, hwq->cons, hwq->depth, sq->q_full_delta);
2204 /* Reset only the cons bit in the flags */
2302 bnxt_qplib_hwq_incr_cons(sq->hwq.max_elements, &sq->hwq.cons,
2350 bnxt_qplib_hwq_incr_cons(rq->hwq.max_elements, &rq->hwq.cons,
2399 "FP: Process Req cq_cons=0x%x qp=0x%x sq cons sw=0x%x cqe=0x%x marked!\n",
2466 "Should not have come here! cq_cons=0x%x qp=0x%x sq cons sw=0x%x hw=0x%x\n",
2502 * signaled SWQEs due to CQE aggregation from the current sq cons
2550 bnxt_qplib_hwq_incr_cons(sq->hwq.max_elements, &sq->hwq.cons,
2578 bnxt_qplib_hwq_incr_cons(srq->hwq.max_elements, &srq->hwq.cons,
2648 bnxt_qplib_hwq_incr_cons(rq->hwq.max_elements, &rq->hwq.cons,
2735 bnxt_qplib_hwq_incr_cons(rq->hwq.max_elements, &rq->hwq.cons,
2755 hw_cqe = bnxt_qplib_get_qe(&cq->hwq, cq->hwq.cons, NULL);
2839 bnxt_qplib_hwq_incr_cons(rq->hwq.max_elements, &rq->hwq.cons,
2894 * So we must complete all CQEs from the current sq's cons to the
2913 bnxt_qplib_hwq_incr_cons(sq->hwq.max_elements, &sq->hwq.cons,
2946 * from the current rq->cons to the rq->prod regardless what the
2947 * rq->cons the terminal CQE indicates
3006 hw_cqe = bnxt_qplib_get_qe(&cq->hwq, cq->hwq.cons, NULL);
3024 cq->hwq.cons, lib_qp);
3071 bnxt_qplib_hwq_incr_cons(cq->hwq.max_elements, &cq->hwq.cons,