Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_cpr.h16 CMPL_BASE_V) == !((raw_cons) & ((ring)->ring_size)))
20 CMPL_BASE_V) == !(v))
H A Dbnxt_rxtx_vec_sse.c153 const __m128i info3_v_mask = _mm_set1_epi32(CMPL_BASE_V); in bnxt_recv_pkts_vec()
H A Dbnxt_rxtx_vec_neon.c160 const uint32x4_t info3_v_mask = vdupq_n_u32(CMPL_BASE_V); in bnxt_recv_pkts_vec()
H A Dhsi_struct_def_dpdk.h3624 #define CMPL_BASE_V UINT32_C(0x1) macro