Searched refs:hw_cqe_ptr (Results 1 – 1 of 1) sorted by relevance
1374 struct cq_base *hw_cqe, **hw_cqe_ptr; in __clean_cq() local1378 hw_cqe_ptr = (struct cq_base **)cq_hwq->pbl_ptr; in __clean_cq()1379 hw_cqe = &hw_cqe_ptr[CQE_PG(i)][CQE_IDX(i)]; in __clean_cq()2487 struct cq_base *hw_cqe, **hw_cqe_ptr; in bnxt_qplib_is_cq_empty() local2493 hw_cqe_ptr = (struct cq_base **)cq->hwq.pbl_ptr; in bnxt_qplib_is_cq_empty()2494 hw_cqe = &hw_cqe_ptr[CQE_PG(sw_cons)][CQE_IDX(sw_cons)]; in bnxt_qplib_is_cq_empty()2739 struct cq_base *hw_cqe, **hw_cqe_ptr; in bnxt_qplib_poll_cq() local2748 hw_cqe_ptr = (struct cq_base **)cq->hwq.pbl_ptr; in bnxt_qplib_poll_cq()2749 hw_cqe = &hw_cqe_ptr[CQE_PG(sw_cons)][CQE_IDX(sw_cons)]; in bnxt_qplib_poll_cq()