Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 38) sorted by relevance

12

/dpdk/lib/member/
H A Drte_member_heap.h26 struct hash { struct
30 struct hash_bkt buckets[]; argument
42 struct hash *hashtable; argument
49 uint32_t hash = MEMBER_HASH_FUNC(key, key_len, table->seed); in hash_table_insert() local
69 uint32_t hash = MEMBER_HASH_FUNC(key, key_len, table->seed); in hash_table_update() local
87 uint32_t hash = MEMBER_HASH_FUNC(key, key_len, table->seed); in hash_table_del() local
107 uint32_t hash = MEMBER_HASH_FUNC(key, key_len, table->seed); in hash_table_lookup() local
H A Drte_xxh64_avx512.h27 xxh64_round_avx512(__m512i hash, __m512i input) in xxh64_round_avx512() argument
39 xxh64_fmix_avx512(__m512i hash) in xxh64_fmix_avx512() argument
[all...]
/dpdk/app/test/
H A Dtest_hash_functions.c150 uint32_t hash; in verify_precalculated_hash_func_tests() local
190 uint32_t hash, hash32; in verify_jhash_32bits() local
227 uint32_t hash, hash_words; in verify_jhash_words() local
H A Dtest_rcu_qsbr_perf.c290 struct rte_hash *hash = NULL; in test_rcu_qsbr_hash_reader() local
335 struct rte_hash *hash = NULL; in init_hash() local
H A Dtest_thash_perf.c46 volatile uint32_t hash = 0; in run_rss_calc() local
H A Dtest_rcu_qsbr.c966 struct rte_hash *hash = NULL; in test_rcu_qsbr_reader() local
1005 struct rte_hash *hash = NULL; in test_rcu_qsbr_writer() local
/dpdk/drivers/common/cnxk/
H A Droc_hash.c73 roc_hash_md5_gen(uint8_t *msg, uint32_t *hash) in roc_hash_md5_gen()
172 roc_hash_sha1_gen(uint8_t *msg, uint32_t *hash) in roc_hash_sha1_gen()
235 roc_hash_sha256_gen(uint8_t *msg, uint32_t *hash, int hash_size) in roc_hash_sha256_gen()
329 roc_hash_sha512_gen(uint8_t *msg, uint64_t *hash, int hash_size) in roc_hash_sha512_gen()
H A Droc_npc_utils.c342 uint32_t *hash) in npc_ipv6_field_hash_get()
393 uint32_t hash = 0, mask; in npc_process_ipv6_field_hash() local
/dpdk/drivers/net/tap/bpf/
H A Dtap_rss.c40 __u32 i, j, hash = 0; in softrss_be() local
233 __u32 hash; in rss_flow_action() local
/dpdk/lib/node/
H A Dudp4_input.c41 struct rte_hash *hash; member
/dpdk/drivers/net/cnxk/
H A Dcnxk_eswitch_flow.c44 uint32_t qid, idx, hash, vlan_tci; in eswitch_npc_vlan_rss_configure() local
/dpdk/drivers/net/memif/
H A Dmemif_socket.c1009 struct rte_hash *hash; in memif_socket_init() local
1066 struct rte_hash *hash; in memif_socket_remove_device() local
/dpdk/lib/mbuf/
H A Drte_mbuf_core.h570 uint16_t hash; member
594 } hash; /**< hash information */ member
/dpdk/lib/hash/
H A Drte_thash.c661 rte_thash_get_complement(struct rte_thash_subtuple_helper * h,uint32_t hash,uint32_t desired_hash) rte_thash_get_complement() argument
776 uint32_t hash, adj_bits; rte_thash_adjust_tuple() local
/dpdk/drivers/net/ena/base/
H A Dena_eth_com.h59 u32 hash; member
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_filter.c1308 u64 *c, int hash, bool get_byte) in cxgbe_get_filter_count()
1392 int hash, bool clear_byte) in cxgbe_clear_filter_count()
/dpdk/lib/cryptodev/
H A Drte_crypto_asym.h246 enum rte_crypto_auth_algorithm hash; global() member
643 enum rte_crypto_auth_algorithm hash; global() member
/dpdk/lib/ipsec/
H A Dipsec_sad.c38 struct rte_hash *hash[RTE_IPSEC_SAD_KEY_TYPE_MASK]; member
/dpdk/drivers/net/pfe/
H A Dpfe_hal.c243 gemac_set_hash(void *base, struct pfe_mac_addr *hash) in gemac_set_hash()
/dpdk/drivers/common/sfc_efx/base/
H A Def10_filter.c849 uint32_t hash; in ef10_filter_add_internal() local
1159 unsigned int hash; in ef10_filter_delete() local
/dpdk/examples/ip_pipeline/
H A Dpipeline.c731 struct rte_table_hash_params hash; in pipeline_table_create() member
[all...]
H A Dpipeline.h136 struct table_hash_params hash; member
270 struct table_rule_match_hash hash; member
/dpdk/lib/compressdev/
H A Drte_comp.h445 } hash; member
/dpdk/examples/ipv4_multicast/
H A Dmain.c306 int32_t hash; in mcast_forward() local
/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dsec_run_time_asm.h633 split_key_len(uint32_t hash) in split_key_len()
652 split_key_pad_len(uint32_t hash) in split_key_pad_len()

12