Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_cpr.h32 #define RING_CMPL(ring_mask, idx) ((idx) & (ring_mask)) macro
73 RING_CMPL((ring_mask), raw_cons)), \
H A Dbnxt_rxtx_vec_sse.c306 cons = RING_CMPL(ring_mask, raw_cons); in bnxt_handle_tx_cp_vec()
H A Dbnxt_rxtx_vec_neon.c324 cons = RING_CMPL(ring_mask, raw_cons); in bnxt_handle_tx_cp_vec()
H A Dbnxt_txr.c444 cons = RING_CMPL(ring_mask, raw_cons); in bnxt_handle_tx_cp()