Searched refs:cq_hwq (Results 1 – 1 of 1) sorted by relevance
1456 struct bnxt_qplib_hwq *cq_hwq = &cq->hwq; in __clean_cq() local1460 for (i = 0; i < cq_hwq->max_elements; i++) { in __clean_cq()1461 hw_cqe = bnxt_qplib_get_qe(cq_hwq, i, NULL); in __clean_cq()1462 if (!CQE_CMP_VALID(hw_cqe, i, cq_hwq->max_elements)) in __clean_cq()