Home
last modified time | relevance | path

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

/dpdk/lib/efd/
H A Drte_efd.c371 struct efd_online_group_entry * const on_group) in efd_search_hash() argument
396 hash_idx = on_group->hash_idx[i]; in efd_search_hash()
398 start_lookup_table[i] = on_group->lookup_table[i]; in efd_search_hash()
462 on_group->hash_idx[i] = hash_idx; in efd_search_hash()
463 on_group->lookup_table[i] = lookup_table; in efd_search_hash()
483 on_group->hash_idx[j] = start_hash_idx[j]; in efd_search_hash()
484 on_group->lookup_table[j] = start_lookup_table[j]; in efd_search_hash()