Searched refs:rte_hash_function (Results 1 – 10 of 10) sorted by relevance
64 static rte_hash_function hashtest_funcs[] = {rte_jhash, rte_hash_crc};80 get_hash_name(rte_hash_function f) in get_hash_name()96 rte_hash_function f) in run_hash_func_perf_test()
235 .hash_func = (rte_hash_function)rte_jhash_32b, in hash_create_free()
36 static rte_hash_function hashtest_funcs[] = {rte_jhash, rte_hash_crc};227 static void run_hash_func_test(rte_hash_function f, uint32_t init_val, in run_hash_func_test()1636 hash_params_ex.hash_func = (rte_hash_function)test_jhash_32b; in test_hash_add_delete_jhash2()1674 hash_params_ex.hash_func = (rte_hash_function)test_jhash_32b; in test_hash_add_delete_2_jhash2()
66 typedef uint32_t (*rte_hash_function)(const void *key, uint32_t key_len, typedef87 rte_hash_function hash_func; /**< Primary Hash function used to calculate hash. */
205 rte_hash_function hash_func; /**< Function used to calculate hash. */
159 rte_hash_function default_hash_func = (rte_hash_function)rte_jhash; in rte_hash_create()402 default_hash_func = (rte_hash_function)rte_hash_crc; in rte_hash_create()405 default_hash_func = (rte_hash_function)rte_hash_crc; in rte_hash_create()
44 rte_hash_function f_hash;
35 rte_hash_function f_hash;
23 enum rte_eth_hash_function rte_hash_function; member
143 out->rte_hash_function = in->func; in sfc_flow_rss_parse_conf()375 if (conf->rte_hash_function == RTE_ETH_HASH_FUNCTION_DEFAULT && in sfc_flow_rss_ctx_program()