Searched defs:raw_cons (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/ |
D | qplib_rcfw.h | 120 #define CREQ_CMP_VALID(hdr, raw_cons, cp_bit) \ argument 132 #define CREQ_DB_REARM(db, raw_cons, cp_bit) \ argument 134 #define CREQ_DB(db, raw_cons, cp_bit) \ argument
|
D | qplib_fp.h | 334 #define CQE_CMP_VALID(hdr, raw_cons, cp_bit) \ argument 420 #define NQE_CMP_VALID(hdr, raw_cons, cp_bit) \ argument 435 #define NQ_DB_REARM(db, raw_cons, cp_bit) \ argument 437 #define NQ_DB(db, raw_cons, cp_bit) \ argument
|
D | qplib_fp.c | 243 u32 sw_cons, raw_cons; in bnxt_qplib_service_nq() local 2483 u32 sw_cons, raw_cons; in bnxt_qplib_is_cq_empty() local 2748 u32 sw_cons, raw_cons; in bnxt_qplib_poll_cq() local
|
D | qplib_rcfw.c | 349 u32 sw_cons, raw_cons; in bnxt_qplib_service_creq() local
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 244 #define BNXT_CP_DB_REARM(db, raw_cons) \ argument 247 #define BNXT_CP_DB(db, raw_cons) \ argument 978 u8 agg_bufs, u32 *raw_cons) in bnxt_agg_bufs_valid() 1016 u32 *raw_cons, void *cmp) in bnxt_discard_rx() 1343 u32 *raw_cons, in bnxt_tpa_end() 1482 static int bnxt_rx_pkt(struct bnxt *bp, struct bnxt_napi *bnapi, u32 *raw_cons, in bnxt_rx_pkt() 1668 u32 *raw_cons, u8 *event) in bnxt_force_rx_discard() 1824 u32 raw_cons = cpr->cp_raw_cons; in bnxt_has_work() local 1864 u32 raw_cons = cpr->cp_raw_cons; in bnxt_poll_work() local 1964 u32 raw_cons = cpr->cp_raw_cons; in bnxt_poll_nitroa0() local
|
D | bnxt_ethtool.c | 2423 u32 raw_cons, int pkt_size) in bnxt_rx_loopback() 2460 u32 raw_cons; in bnxt_poll_loopback() local
|
D | bnxt.h | 496 #define TX_CMP_VALID(txcmp, raw_cons) \ argument 500 #define RX_CMP_VALID(rxcmp1, raw_cons) \ argument 504 #define RX_AGG_CMP_VALID(agg, raw_cons) \ argument
|