Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_efd/
H A Drte_efd.c374 struct efd_online_group_entry * const on_group) in efd_search_hash() argument
399 hash_idx = on_group->hash_idx[i]; in efd_search_hash()
401 start_lookup_table[i] = on_group->lookup_table[i]; in efd_search_hash()
465 on_group->hash_idx[i] = hash_idx; in efd_search_hash()
466 on_group->lookup_table[i] = lookup_table; in efd_search_hash()
486 on_group->hash_idx[j] = start_hash_idx[j]; in efd_search_hash()
487 on_group->lookup_table[j] = start_lookup_table[j]; in efd_search_hash()