Home
last modified time | relevance | path

Searched refs:hash_func_init_val (Results 1 – 25 of 26) sorted by relevance

12

/dpdk/lib/hash/
H A Drte_cuckoo_hash.h206 uint32_t hash_func_init_val; /**< Init value used by hash_func. */ member
H A Drte_hash.h88 uint32_t hash_func_init_val; /**< Init value used by hash_func. */ member
H A Drte_cuckoo_hash.c412 h->hash_func_init_val = params->hash_func_init_val; in rte_hash_create()
534 return h->hash_func(key, h->key_len, h->hash_func_init_val); in rte_hash_hash()
/dpdk/app/test/
H A Dtest_hash_multiwriter.c113 .hash_func_init_val = 0, in test_hash_multiwriter()
H A Dtest_hash.c156 .hash_func_init_val = 0,
801 .hash_func_init_val = 0, in test_full_bucket()
904 .hash_func_init_val = 0, in test_extendable_bucket()
1609 .hash_func_init_val = 0,
1930 .hash_func_init_val = 0, in test_hash_rcu_qsbr_dq_mode()
2100 .hash_func_init_val = 0, in test_hash_rcu_qsbr_sync_mode()
H A Dtest_func_reentrancy.c236 .hash_func_init_val = 0, in hash_create_free()
H A Dtest_rcu_qsbr_perf.c337 .hash_func_init_val = 0, in init_hash()
H A Dtest_hash_readwrite.c135 .hash_func_init_val = 0, in init_params()
H A Dtest_hash_perf.c77 .hash_func_init_val = 0,
H A Dtest_rcu_qsbr.c1052 .hash_func_init_val = 0, in init_hash()
H A Dtest_hash_readwrite_lf_perf.c156 .hash_func_init_val = 0, in init_params()
/dpdk/lib/ipsec/
H A Dipsec_sad.c299 hash_params.hash_func_init_val = rte_rand(); in rte_ipsec_sad_create()
300 sad->init_val = hash_params.hash_func_init_val; in rte_ipsec_sad_create()
/dpdk/examples/server_node_efd/node/
H A Dnode.c205 .hash_func_init_val = 0, in create_hash_table()
/dpdk/lib/table/
H A Drte_table_hash_cuckoo.c108 .hash_func_init_val = p->seed, in rte_table_hash_cuckoo_create()
/dpdk/examples/l3fwd/
H A Dl3fwd_em.c949 .hash_func_init_val = 0, in setup_hash()
957 .hash_func_init_val = 0, in setup_hash()
/dpdk/examples/l3fwd-power/
H A Dmain.c2011 .hash_func_init_val = 0, in setup_hash()
2019 .hash_func_init_val = 0, in setup_hash()
/dpdk/lib/lpm/
H A Drte_lpm6.c273 .hash_func_init_val = 0, in rte_lpm6_create()
/dpdk/drivers/net/memif/
H A Dmemif_socket.c989 params.hash_func_init_val = 0; in memif_create_socket_hash()
/dpdk/drivers/net/hns3/
H A Dhns3_fdir.c834 .hash_func_init_val = 0, in hns3_fdir_filter_init()
/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_hwdev.c339 dh_params.hash_func_init_val = HINIC_HASH_FUNC_INIT_VAL; in hinic_osdep_init()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.c864 .hash_func_init_val = 0, in txgbe_fdir_filter_init()
899 .hash_func_init_val = 0, in txgbe_l2_tn_filter_init()
/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c388 .hash_func_init_val = 0, in ice_fdir_init_filter_list()
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c2162 params.hash_func_init_val = 0; in cryptodevs_init()
/dpdk/drivers/net/enic/
H A Denic_fm_flow.c3146 .hash_func_init_val = 0, in enic_fm_init_actions()
/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c996 .hash_func_init_val = 0, in i40e_init_ethtype_filter_list()
1041 .hash_func_init_val = 0, in i40e_init_tunnel_filter_list()
1094 .hash_func_init_val = 0, in i40e_init_fdir_filter_list()

12