Home
last modified time | relevance | path

Searched defs:mask2 (Results 1 – 8 of 8) sorted by relevance

/dpdk/lib/distributor/
H A Drte_distributor_match_sse.c21 __m128i mask2; in find_match_vec() local
/dpdk/lib/net/
H A Dnet_crc_neon.c102 static uint32_t mask2[4] __rte_aligned(16) = { in crcr32_reduce_64_to_32() local
H A Dnet_crc_sse.c103 static const uint32_t mask2[4] __rte_aligned(16) = { in crcr32_reduce_64_to_32() local
H A Dnet_crc_avx512.c44 static const uint32_t mask2[4] __rte_aligned(16) = { variable
/dpdk/drivers/net/enic/
H A Denic_rxtx_vec_avx2.c513 const __m256i mask2 = _mm256_set1_epi32(0x4); in enic_noscatter_vec_recv_pkts() local
/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman_hw.c62 uint64_t mask1, mask2; in get_mac_hash_code() local
/dpdk/examples/l3fwd/
H A Dl3fwd_em.c216 static rte_xmm_t mask2; variable
/dpdk/lib/table/
H A Drte_swx_table_em.c713 uint32_t mask0 = 0, mask1 = 0, mask2 = 0, mask3 = 0, mask_all; in table_lookup() local