Searched refs:nqcmp (Results 1 – 2 of 2) sorted by relevance
851 #define NQ_CMP_VALID(nqcmp, raw_cons) \ argument852 (!!((nqcmp)->v & cpu_to_le32(NQ_CN_V)) == !((raw_cons) & bp->cp_bit))
3313 struct nqe_cn *nqcmp; in bnxt_poll_p5() local3329 nqcmp = &cpr->nq_desc_ring[CP_RING(cons)][CP_IDX(cons)]; in bnxt_poll_p5()3331 if (!NQ_CMP_VALID(nqcmp, raw_cons)) { in bnxt_poll_p5()3349 type = le16_to_cpu(nqcmp->type); in bnxt_poll_p5()3351 u32 idx = le32_to_cpu(nqcmp->cq_handle_low); in bnxt_poll_p5()3368 bnxt_hwrm_handler(bp, (struct tx_cmp *)nqcmp); in bnxt_poll_p5()