Searched defs:raw_cons (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/infiniband/hw/bnxt_re/ |
A D | qplib_fp.c | 239 u32 sw_cons, raw_cons; in clean_nq() local 306 u32 sw_cons, raw_cons; in bnxt_qplib_service_nq() local 2604 u32 sw_cons, raw_cons; in bnxt_qplib_is_cq_empty() local 2856 u32 sw_cons, raw_cons; in bnxt_qplib_poll_cq() local
|
A D | qplib_rcfw.h | 112 #define CREQ_CMP_VALID(hdr, raw_cons, cp_bit) \ argument
|
A D | qplib_rcfw.c | 384 u32 sw_cons, raw_cons; in bnxt_qplib_service_creq() local
|
A D | qplib_fp.h | 351 #define CQE_CMP_VALID(hdr, raw_cons, cp_bit) \ argument 445 #define NQE_CMP_VALID(hdr, raw_cons, cp_bit) \ argument
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
A D | bnxt.c | 1114 u8 agg_bufs, u32 *raw_cons) in bnxt_agg_bufs_valid() 1152 u32 *raw_cons, void *cmp) in bnxt_discard_rx() 1537 u32 *raw_cons, in bnxt_tpa_end() 1715 u32 *raw_cons, u8 *event) in bnxt_rx_pkt() 1960 u32 *raw_cons, u8 *event) in bnxt_force_rx_discard() 2315 u32 raw_cons = cpr->cp_raw_cons; in bnxt_has_work() local 2356 u32 raw_cons = cpr->cp_raw_cons; in __bnxt_poll_work() local 2484 u32 raw_cons = cpr->cp_raw_cons; in bnxt_poll_nitroa0() local 2625 u32 raw_cons = cpr->cp_raw_cons; in bnxt_poll_p5() local
|
A D | bnxt_ethtool.c | 3349 u32 raw_cons, int pkt_size) in bnxt_rx_loopback() 3386 u32 raw_cons; in bnxt_poll_loopback() local
|
A D | bnxt.h | 655 #define TX_CMP_VALID(txcmp, raw_cons) \ argument 659 #define RX_CMP_VALID(rxcmp1, raw_cons) \ argument 663 #define RX_AGG_CMP_VALID(agg, raw_cons) \ argument 667 #define NQ_CMP_VALID(nqcmp, raw_cons) \ argument
|
Completed in 61 milliseconds