Searched refs:nqcmp (Results 1 – 2 of 2) sorted by relevance
838 #define NQ_CMP_VALID(nqcmp, raw_cons) \ argument839 (!!((nqcmp)->v & cpu_to_le32(NQ_CN_V)) == !((raw_cons) & bp->cp_bit))
3162 struct nqe_cn *nqcmp; in bnxt_poll_p5() local3178 nqcmp = &cpr->nq_desc_ring[CP_RING(cons)][CP_IDX(cons)]; in bnxt_poll_p5()3180 if (!NQ_CMP_VALID(nqcmp, raw_cons)) { in bnxt_poll_p5()3198 type = le16_to_cpu(nqcmp->type); in bnxt_poll_p5()3200 u32 idx = le32_to_cpu(nqcmp->cq_handle_low); in bnxt_poll_p5()3217 bnxt_hwrm_handler(bp, (struct tx_cmp *)nqcmp); in bnxt_poll_p5()