Searched refs:hw_cqe_ptr (Results 1 – 1 of 1) sorted by relevance
1363 struct cq_base *hw_cqe, **hw_cqe_ptr; in __clean_cq() local1367 hw_cqe_ptr = (struct cq_base **)cq_hwq->pbl_ptr; in __clean_cq()1368 hw_cqe = &hw_cqe_ptr[CQE_PG(i)][CQE_IDX(i)]; in __clean_cq()2482 struct cq_base *hw_cqe, **hw_cqe_ptr; in bnxt_qplib_is_cq_empty() local2488 hw_cqe_ptr = (struct cq_base **)cq->hwq.pbl_ptr; in bnxt_qplib_is_cq_empty()2489 hw_cqe = &hw_cqe_ptr[CQE_PG(sw_cons)][CQE_IDX(sw_cons)]; in bnxt_qplib_is_cq_empty()2747 struct cq_base *hw_cqe, **hw_cqe_ptr; in bnxt_qplib_poll_cq() local2756 hw_cqe_ptr = (struct cq_base **)cq->hwq.pbl_ptr; in bnxt_qplib_poll_cq()2757 hw_cqe = &hw_cqe_ptr[CQE_PG(sw_cons)][CQE_IDX(sw_cons)]; in bnxt_qplib_poll_cq()