Home
last modified time | relevance | path

Searched defs:raw_cons (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_cpr.h14 #define CMP_VALID(cmp, raw_cons, ring) \ argument
22 #define NQ_CMP_VALID(nqcmp, raw_cons, ring) \ argument
46 #define B_CP_DB_REARM(cpr, raw_cons) \ argument
66 #define B_CP_DIS_DB(cpr, raw_cons) \ argument
71 #define B_CP_DB(cpr, raw_cons, ring_mask) \ argument
H A Dbnxt_rxtx_vec_sse.c154 uint32_t raw_cons = cpr->cp_raw_cons; in bnxt_recv_pkts_vec() local
297 uint32_t raw_cons = cpr->cp_raw_cons; in bnxt_handle_tx_cp_vec() local
H A Dbnxt_rxtx_vec_neon.c161 uint32_t raw_cons = cpr->cp_raw_cons; in bnxt_recv_pkts_vec() local
315 uint32_t raw_cons = cpr->cp_raw_cons; in bnxt_handle_tx_cp_vec() local
H A Dbnxt_irq.c26 uint32_t raw_cons; in bnxt_int_handler() local
H A Dbnxt_rxr.c662 struct bnxt_rx_queue *rxq, uint32_t *raw_cons) in bnxt_rx_pkt()
829 uint32_t raw_cons = cpr->cp_raw_cons; in bnxt_recv_pkts() local
H A Dbnxt_txr.c431 uint32_t raw_cons = cpr->cp_raw_cons; in bnxt_handle_tx_cp() local
H A Dbnxt_ethdev.c2891 uint32_t desc = 0, raw_cons = 0, cons; in bnxt_rx_queue_count_op() local