Home
last modified time | relevance | path

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

/dpdk/lib/ipsec/
H A Dipsec_sad.c28 #define DEFAULT_HASH_FUNC rte_hash_crc
77 rte_hash_crc(key, sad->keysize[key_type], sad->init_val)); in EAL_REGISTER_TAILQ()
97 rte_hash_crc(key, sad->keysize[RTE_IPSEC_SAD_SPI_ONLY], in EAL_REGISTER_TAILQ()
104 rte_hash_crc(key, sad->keysize[RTE_IPSEC_SAD_SPI_ONLY], in EAL_REGISTER_TAILQ()
138 key, rte_hash_crc(key, sad->keysize[key_type], in rte_ipsec_sad_add()
146 key, rte_hash_crc(key, sad->keysize[key_type], in rte_ipsec_sad_add()
228 key, rte_hash_crc(key, sad->keysize[key_type], in rte_ipsec_sad_del()
234 key, rte_hash_crc(key, sad->keysize[key_type], in rte_ipsec_sad_del()
242 rte_hash_crc(key, sad->keysize[key_type], in rte_ipsec_sad_del()
494 hash_sig_3[n_3] = rte_hash_crc(keys[i], in __ipsec_sad_lookup()
[all …]
/dpdk/app/test/
H A Dtest_hash_functions.c64 static rte_hash_function hashtest_funcs[] = {rte_jhash, rte_hash_crc};
85 if (f == rte_hash_crc) in get_hash_name()
167 hash = rte_hash_crc(key, hashtest_key_lens[i], in verify_precalculated_hash_func_tests()
H A Dtest_hash.c36 static rte_hash_function hashtest_funcs[] = {rte_jhash, rte_hash_crc};
186 hash_val = rte_hash_crc(data64, data_len, init_val); in test_crc32_hash_alg_equiv()
190 if (hash_val != rte_hash_crc(data64, data_len, init_val)) { in test_crc32_hash_alg_equiv()
197 if (hash_val != rte_hash_crc(data64, data_len, init_val)) { in test_crc32_hash_alg_equiv()
204 if (hash_val != rte_hash_crc(data64, data_len, init_val)) { in test_crc32_hash_alg_equiv()
H A Dtest_rcu_qsbr_perf.c339 .hash_func = rte_hash_crc, in init_hash()
H A Dtest_hash_readwrite.c141 hash_params.hash_func = rte_hash_crc; in init_params()
H A Dtest_rcu_qsbr.c1054 .hash_func = rte_hash_crc, in init_hash()
H A Dtest_hash_readwrite_lf_perf.c163 hash_params.hash_func = rte_hash_crc; in init_params()
/dpdk/lib/hash/
H A Dmeson.build6 'rte_hash_crc.h',
H A Drte_hash_crc.h168 rte_hash_crc(const void *data, uint32_t data_len, uint32_t init_val) in rte_hash_crc() function
H A Drte_cuckoo_hash.c402 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()
/dpdk/lib/member/
H A Drte_member.h72 #define MEMBER_HASH_FUNC rte_hash_crc
/dpdk/drivers/net/hns3/
H A Dhns3_fdir.c833 .hash_func = rte_hash_crc, in hns3_fdir_filter_init()
904 sig = rte_hash_crc(key, sizeof(*key), 0); in hns3_fdir_filter_lookup()
919 sig = rte_hash_crc(key, sizeof(*key), 0); in hns3_insert_fdir_filter()
940 sig = rte_hash_crc(key, sizeof(*key), 0); in hns3_remove_fdir_filter()
/dpdk/lib/efd/
H A Drte_efd.c36 (uint32_t)(rte_hash_crc(key, table->key_len, 0xbc9f1d35))
39 (uint32_t)(rte_hash_crc(key, table->key_len, 0xbc9f1d36))
/dpdk/doc/api/
H A Ddoxy-api-index.md148 [CRC hash] (@ref rte_hash_crc.h)
/dpdk/examples/l3fwd/
H A Dl3fwd_em.c38 #define DEFAULT_HASH_FUNC rte_hash_crc
/dpdk/examples/l3fwd-power/
H A Dmain.c276 #define DEFAULT_HASH_FUNC rte_hash_crc
/dpdk/drivers/net/i40e/
H A Di40e_fdir.c1309 rte_hash_crc(input->input.flow.raw_flow.packet, in i40e_fdir_filter_convert()
H A Di40e_ethdev.c995 .hash_func = rte_hash_crc, in i40e_init_ethtype_filter_list()
1040 .hash_func = rte_hash_crc, in i40e_init_tunnel_filter_list()
1093 .hash_func = rte_hash_crc, in i40e_init_fdir_filter_list()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.c863 .hash_func = rte_hash_crc, in txgbe_fdir_filter_init()
898 .hash_func = rte_hash_crc, in txgbe_l2_tn_filter_init()
/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c387 .hash_func = rte_hash_crc, in ice_fdir_init_filter_list()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c1394 .hash_func = rte_hash_crc, in ixgbe_fdir_filter_init()
1431 .hash_func = rte_hash_crc, in ixgbe_l2_tn_filter_init()