Home
last modified time | relevance | path

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

/dpdk/lib/efd/
H A Drte_efd.c206 efd_hashfunc_t hash_idx[RTE_EFD_VALUE_NUM_BITS]; member
373 efd_hashfunc_t hash_idx; in efd_search_hash() local
396 hash_idx = on_group->hash_idx[i]; in efd_search_hash()
397 start_hash_idx[i] = hash_idx; in efd_search_hash()
462 on_group->hash_idx[i] = hash_idx; in efd_search_hash()
469 hash_idx = start_hash_idx[i] + 1; in efd_search_hash()
472 hash_idx++; in efd_search_hash()
474 } while (hash_idx != start_hash_idx[i]); in efd_search_hash()
477 if (hash_idx == start_hash_idx[i]) { in efd_search_hash()
483 on_group->hash_idx[j] = start_hash_idx[j]; in efd_search_hash()
[all …]