Home
last modified time | relevance | path

Searched refs:hw_cqe_ptr (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.c1374 struct cq_base *hw_cqe, **hw_cqe_ptr; in __clean_cq() local
1378 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() local
2493 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() local
2748 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()