Home
last modified time | relevance | path

Searched refs:NEXT_RAW_CMP (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/net/bnxt/
H A Dbnxt_cpr.h23 #define NEXT_RAW_CMP(idx) ADV_RAW_CMP(idx, 1) macro
H A Dbnxt_irq.c56 raw_cons = NEXT_RAW_CMP(raw_cons); in bnxt_int_handler()
H A Dbnxt_txr.c478 raw_cons = NEXT_RAW_CMP(raw_cons); in bnxt_handle_tx_cp()
595 raw_cons = NEXT_RAW_CMP(raw_cons); in bnxt_flush_tx_cmp()
H A Dbnxt_rxr.c346 *tmp_raw_cons = NEXT_RAW_CMP(*tmp_raw_cons); in bnxt_rx_pages()
875 tmp_raw_cons = NEXT_RAW_CMP(tmp_raw_cons); in bnxt_rx_pkt()
1094 raw_cons = NEXT_RAW_CMP(raw_cons); in bnxt_recv_pkts()
1406 raw_cons = NEXT_RAW_CMP(raw_cons); in bnxt_flush_rx_cmp()
H A Dbnxt_rxtx_vec_sse.c332 raw_cons = NEXT_RAW_CMP(raw_cons); in bnxt_handle_tx_cp_vec()
H A Dbnxt_rxtx_vec_neon.c360 raw_cons = NEXT_RAW_CMP(raw_cons); in bnxt_handle_tx_cp_vec()
H A Dbnxt_rxtx_vec_avx2.c405 raw_cons = NEXT_RAW_CMP(raw_cons); in bnxt_handle_tx_cp_vec()
H A Dbnxt_ethdev.c3358 raw_cons = NEXT_RAW_CMP(raw_cons); in bnxt_tx_descriptor_status_op()