Searched defs:raw_cons (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_cpr.h | 14 #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 D | bnxt_rxtx_vec_sse.c | 154 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 D | bnxt_rxtx_vec_neon.c | 161 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 D | bnxt_irq.c | 26 uint32_t raw_cons; in bnxt_int_handler() local
|
| H A D | bnxt_rxr.c | 662 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 D | bnxt_txr.c | 431 uint32_t raw_cons = cpr->cp_raw_cons; in bnxt_handle_tx_cp() local
|
| H A D | bnxt_ethdev.c | 2891 uint32_t desc = 0, raw_cons = 0, cons; in bnxt_rx_queue_count_op() local
|