Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_rxr.h160 #define CMPL_FLAGS2_VLAN_TUN_MSK \ macro
168 (((f2) & CMPL_FLAGS2_VLAN_TUN_MSK) >> \
180 RTE_BUILD_BUG_ON(BNXT_CMPL_VLAN_TUN_TO_IDX(CMPL_FLAGS2_VLAN_TUN_MSK) != in bnxt_check_ptype_constants()
H A Dbnxt_rxtx_vec_sse.c69 _mm_set1_epi32(CMPL_FLAGS2_VLAN_TUN_MSK); in descs_to_mbufs()
H A Dbnxt_rxtx_vec_neon.c74 vdupq_n_u32(CMPL_FLAGS2_VLAN_TUN_MSK); in descs_to_mbufs()
H A Dbnxt_rxtx_vec_avx2.c68 _mm256_set1_epi32(CMPL_FLAGS2_VLAN_TUN_MSK); in recv_burst_vec_avx2()