Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_cuckoo_hash.c90 h->cmp_jump_table_idx = KEY_CUSTOM; in rte_hash_set_cmp_func()
97 if (h->cmp_jump_table_idx == KEY_CUSTOM) in rte_hash_cmp_eq()
359 h->cmp_jump_table_idx = KEY_16_BYTES; in rte_hash_create()
362 h->cmp_jump_table_idx = KEY_32_BYTES; in rte_hash_create()
365 h->cmp_jump_table_idx = KEY_48_BYTES; in rte_hash_create()
368 h->cmp_jump_table_idx = KEY_64_BYTES; in rte_hash_create()
371 h->cmp_jump_table_idx = KEY_80_BYTES; in rte_hash_create()
374 h->cmp_jump_table_idx = KEY_96_BYTES; in rte_hash_create()
377 h->cmp_jump_table_idx = KEY_112_BYTES; in rte_hash_create()
380 h->cmp_jump_table_idx = KEY_128_BYTES; in rte_hash_create()
[all …]
H A Drte_cuckoo_hash.h209 enum cmp_jump_table_case cmp_jump_table_idx; member