Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_efd/
H A Drte_efd.c209 efd_hashfunc_t hash_idx[RTE_EFD_VALUE_NUM_BITS]; member
376 efd_hashfunc_t hash_idx; in efd_search_hash() local
399 hash_idx = on_group->hash_idx[i]; in efd_search_hash()
400 start_hash_idx[i] = hash_idx; in efd_search_hash()
465 on_group->hash_idx[i] = hash_idx; in efd_search_hash()
472 hash_idx = start_hash_idx[i] + 1; in efd_search_hash()
475 hash_idx++; in efd_search_hash()
477 } while (hash_idx != start_hash_idx[i]); in efd_search_hash()
480 if (hash_idx == start_hash_idx[i]) { in efd_search_hash()
486 on_group->hash_idx[j] = start_hash_idx[j]; in efd_search_hash()
[all …]