Home
last modified time | relevance | path

Searched refs:cp_bit (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.h112 #define CREQ_CMP_VALID(hdr, raw_cons, cp_bit) \
114 !((raw_cons) & (cp_bit)))
H A Dqplib_fp.h349 #define CQE_CMP_VALID(hdr, raw_cons, cp_bit) \
351 !((raw_cons) & (cp_bit)))
443 #define NQE_CMP_VALID(hdr, raw_cons, cp_bit) \
445 !((raw_cons) & (cp_bit)))
H A Dqplib_res.h164 u8 cp_bit; member
H A Dqplib_res.c178 hwq->cp_bit = 0; in bnxt_qplib_free_hwq()
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.h351 #define CQE_CMP_VALID(hdr, raw_cons, cp_bit) \
353 !((raw_cons) & (cp_bit)))
446 #define NQE_CMP_VALID(hdr, raw_cons, cp_bit) \
448 !((raw_cons) & (cp_bit)))
H A Dqplib_rcfw.h144 #define CREQ_CMP_VALID(hdr, raw_cons, cp_bit) \
146 !((raw_cons) & (cp_bit)))
H A Dqplib_res.h176 u8 cp_bit; member
H A Dqplib_res.c178 hwq->cp_bit = 0; in bnxt_qplib_free_hwq()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h631 !((raw_cons) & bp->cp_bit))
635 !((raw_cons) & bp->cp_bit))
639 !((raw_cons) & bp->cp_bit))
642 (!!((nqcmp)->v & cpu_to_le32(NQ_CN_V)) == !((raw_cons) & bp->cp_bit))
1773 u32 cp_bit; member
H A Dbnxt.c3645 bp->cp_bit = bp->cp_nr_pages * CP_DESC_CNT; in bnxt_set_ring_params()
3646 bp->cp_ring_mask = bp->cp_bit - 1; in bnxt_set_ring_params()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h675 !((raw_cons) & bp->cp_bit))
679 !((raw_cons) & bp->cp_bit))
683 !((raw_cons) & bp->cp_bit))
686 (!!((nqcmp)->v & cpu_to_le32(NQ_CN_V)) == !((raw_cons) & bp->cp_bit))
1931 u32 cp_bit; member
H A Dbnxt.c3986 bp->cp_bit = bp->cp_nr_pages * CP_DESC_CNT; in bnxt_set_ring_params()
3987 bp->cp_ring_mask = bp->cp_bit - 1; in bnxt_set_ring_params()

Completed in 63 milliseconds