Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c94 h->cmp_jump_table_idx = KEY_CUSTOM; in rte_hash_set_cmp_func()
101 if (h->cmp_jump_table_idx == KEY_CUSTOM) in rte_hash_cmp_eq()
363 h->cmp_jump_table_idx = KEY_16_BYTES; in rte_hash_create()
366 h->cmp_jump_table_idx = KEY_32_BYTES; in rte_hash_create()
369 h->cmp_jump_table_idx = KEY_48_BYTES; in rte_hash_create()
372 h->cmp_jump_table_idx = KEY_64_BYTES; in rte_hash_create()
375 h->cmp_jump_table_idx = KEY_80_BYTES; in rte_hash_create()
378 h->cmp_jump_table_idx = KEY_96_BYTES; in rte_hash_create()
381 h->cmp_jump_table_idx = KEY_112_BYTES; in rte_hash_create()
384 h->cmp_jump_table_idx = KEY_128_BYTES; in rte_hash_create()
[all …]
H A Drte_cuckoo_hash.h203 enum cmp_jump_table_case cmp_jump_table_idx; member