Home
last modified time | relevance | path

Searched refs:group_hash_idx (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_efd/
H A Drte_efd_x86.h18 efd_lookup_internal_avx2(const efd_hashfunc_t *group_hash_idx, in efd_lookup_internal_avx2() argument
31 (__m128i const *) &group_hash_idx[i])); in efd_lookup_internal_avx2()
49 RTE_SET_USED(group_hash_idx); in efd_lookup_internal_avx2()
H A Drte_efd_arm64.h16 efd_lookup_internal_neon(const efd_hashfunc_t *group_hash_idx, in efd_lookup_internal_neon() argument
30 vld1_u16((uint16_t const *)&group_hash_idx[i]), 0); in efd_lookup_internal_neon()
H A Drte_efd.c1243 efd_lookup_internal_scalar(const efd_hashfunc_t *group_hash_idx, in efd_lookup_internal_scalar() argument
1253 group_hash_idx[RTE_EFD_VALUE_NUM_BITS - i - 1]); in efd_lookup_internal_scalar()