Searched refs:cp_bit (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_rcfw.h | 112 #define CREQ_CMP_VALID(hdr, raw_cons, cp_bit) \ 114 !((raw_cons) & (cp_bit)))
|
H A D | qplib_fp.h | 349 #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 D | qplib_res.h | 164 u8 cp_bit; member
|
H A D | qplib_res.c | 178 hwq->cp_bit = 0; in bnxt_qplib_free_hwq()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_fp.h | 351 #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 D | qplib_rcfw.h | 144 #define CREQ_CMP_VALID(hdr, raw_cons, cp_bit) \ 146 !((raw_cons) & (cp_bit)))
|
H A D | qplib_res.h | 176 u8 cp_bit; member
|
H A D | qplib_res.c | 178 hwq->cp_bit = 0; in bnxt_qplib_free_hwq()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.h | 631 !((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 D | bnxt.c | 3645 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 D | bnxt.h | 675 !((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 D | bnxt.c | 3986 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