Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h838 #define NQ_CMP_VALID(nqcmp, raw_cons) \ argument
839 (!!((nqcmp)->v & cpu_to_le32(NQ_CN_V)) == !((raw_cons) & bp->cp_bit))
Dbnxt.c3162 struct nqe_cn *nqcmp; in bnxt_poll_p5() local
3178 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()