Home
last modified time | relevance | path

Searched refs:RING_CMPL (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/bnxt/
H A Dbnxt_cpr.h25 #define RING_CMPL(ring_mask, idx) ((idx) & (ring_mask)) macro
58 RING_CMPL((ring_mask), raw_cons)), \
H A Dbnxt_txr.c464 cons = RING_CMPL(ring_mask, raw_cons); in bnxt_handle_tx_cp()
588 cons = RING_CMPL(ring_mask, raw_cons); in bnxt_flush_tx_cmp()
H A Dbnxt_rxtx_vec_sse.c320 cons = RING_CMPL(ring_mask, raw_cons); in bnxt_handle_tx_cp_vec()
H A Dbnxt_rxtx_vec_neon.c348 cons = RING_CMPL(ring_mask, raw_cons); in bnxt_handle_tx_cp_vec()
H A Dbnxt_rxtx_vec_avx2.c398 cons = RING_CMPL(ring_mask, raw_cons); in bnxt_handle_tx_cp_vec()
H A Dbnxt_ethdev.c3346 cons = RING_CMPL(ring_mask, raw_cons); in bnxt_tx_descriptor_status_op()