Searched refs:hw_cqe (Results 1 – 1 of 1) sorted by relevance
1551 struct cq_base *hw_cqe; in __clean_cq() local 1557 hw_cqe = bnxt_qplib_get_qe(cq_hwq, peek_cons, NULL); in __clean_cq() 1558 if (!CQE_CMP_VALID(hw_cqe, peek_flags)) in __clean_cq() 1565 switch (hw_cqe->cqe_type_toggle & CQ_BASE_CQE_TYPE_MASK) { in __clean_cq() 1569 struct cq_req *cqe = (struct cq_req *)hw_cqe; in __clean_cq() 1579 struct cq_res_rc *cqe = (struct cq_res_rc *)hw_cqe; in __clean_cq() 2903 struct cq_base *hw_cqe; in bnxt_qplib_is_cq_empty() local 2906 hw_cqe = bnxt_qplib_get_qe(&cq->hwq, cq->hwq.cons, NULL); in bnxt_qplib_is_cq_empty() 2908 rc = !CQE_CMP_VALID(hw_cqe, cq->dbinfo.flags); in bnxt_qplib_is_cq_empty() 3149 struct cq_base *hw_cqe; in bnxt_qplib_poll_cq() local [all...]