Home
last modified time | relevance | path

Searched refs:cp_bit (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.h112 #define CREQ_CMP_VALID(hdr, raw_cons, cp_bit) \ argument
114 !((raw_cons) & (cp_bit)))
H A Dqplib_fp.h349 #define CQE_CMP_VALID(hdr, raw_cons, cp_bit) \ argument
351 !((raw_cons) & (cp_bit)))
443 #define NQE_CMP_VALID(hdr, raw_cons, cp_bit) \ argument
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()
/OK3568_Linux_fs/kernel/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))
1772 u32 cp_bit; member
H A Dbnxt.c3639 bp->cp_bit = bp->cp_nr_pages * CP_DESC_CNT; in bnxt_set_ring_params()
3640 bp->cp_ring_mask = bp->cp_bit - 1; in bnxt_set_ring_params()