Home
last modified time | relevance | path

Searched refs:key2 (Results 1 – 13 of 13) sorted by relevance

/dpdk/lib/hash/
H A Drte_cmp_x86.h21 return rte_hash_k16_cmp_eq(key1, key2, key_len) || in rte_hash_k32_cmp_eq()
23 (const char *) key2 + 16, key_len); in rte_hash_k32_cmp_eq()
29 return rte_hash_k16_cmp_eq(key1, key2, key_len) || in rte_hash_k48_cmp_eq()
31 (const char *) key2 + 16, key_len) || in rte_hash_k48_cmp_eq()
33 (const char *) key2 + 32, key_len); in rte_hash_k48_cmp_eq()
41 (const char *) key2 + 32, key_len); in rte_hash_k64_cmp_eq()
49 (const char *) key2 + 64, key_len); in rte_hash_k80_cmp_eq()
57 (const char *) key2 + 64, key_len); in rte_hash_k96_cmp_eq()
65 (const char *) key2 + 64, key_len) || in rte_hash_k112_cmp_eq()
67 (const char *) key2 + 96, key_len); in rte_hash_k112_cmp_eq()
[all …]
H A Drte_cmp_arm64.h7 rte_hash_k16_cmp_eq(const void *key1, const void *key2, in rte_hash_k16_cmp_eq() argument
20 : [p2]"r"(key2) in rte_hash_k16_cmp_eq()
32 (const char *) key2 + 16, key_len); in rte_hash_k32_cmp_eq()
40 (const char *) key2 + 16, key_len) || in rte_hash_k48_cmp_eq()
42 (const char *) key2 + 32, key_len); in rte_hash_k48_cmp_eq()
50 (const char *) key2 + 32, key_len); in rte_hash_k64_cmp_eq()
58 (const char *) key2 + 64, key_len); in rte_hash_k80_cmp_eq()
66 (const char *) key2 + 64, key_len); in rte_hash_k96_cmp_eq()
74 (const char *) key2 + 64, key_len) || in rte_hash_k112_cmp_eq()
76 (const char *) key2 + 96, key_len); in rte_hash_k112_cmp_eq()
[all …]
H A Drte_hash.h70 typedef int (*rte_hash_cmp_eq_t)(const void *key1, const void *key2, size_t key_len);
H A Drte_cuckoo_hash.c95 rte_hash_cmp_eq(const void *key1, const void *key2, const struct rte_hash *h) in rte_hash_cmp_eq() argument
98 return h->rte_hash_custom_cmp_eq(key1, key2, h->key_len); in rte_hash_cmp_eq()
100 return cmp_jump_table[h->cmp_jump_table_idx](key1, key2, h->key_len); in rte_hash_cmp_eq()
/dpdk/app/test/test_cfgfiles/etc/
H A Drealloc_sections.ini3 key2=value2_section1 key
26 key2=value2_section2 key
49 key2=value2_section3 key
72 key2=value2_section4 key
82 key2=value2_section5 key
92 key2=value2_section6 key
102 key2=value2_section7 key
112 key2=value2_section8 key
122 key2=value2_section9 key
H A Dsample1.ini10 key2=value2 key
H A Dsample2.ini10 key2=value2 key
/dpdk/examples/l3fwd/
H A Dl3fwd_em.c320 union ipv4_5tuple_host *key2) in convert_ipv4_5tuple() argument
326 key2->proto = key1->proto; in convert_ipv4_5tuple()
327 key2->pad0 = 0; in convert_ipv4_5tuple()
328 key2->pad1 = 0; in convert_ipv4_5tuple()
333 union ipv6_5tuple_host *key2) in convert_ipv6_5tuple() argument
338 key2->ip_dst[i] = key1->ip_dst[i]; in convert_ipv6_5tuple()
339 key2->ip_src[i] = key1->ip_src[i]; in convert_ipv6_5tuple()
343 key2->proto = key1->proto; in convert_ipv6_5tuple()
344 key2->pad0 = 0; in convert_ipv6_5tuple()
345 key2->pad1 = 0; in convert_ipv6_5tuple()
[all …]
/dpdk/app/test/
H A Dtest_efd_perf.c115 static int key_compare(const void *key1, const void *key2) in key_compare() argument
117 return memcmp(key1, key2, MAX_KEYSIZE); in key_compare()
H A Dtest_member_perf.c116 static int key_compare(const void *key1, const void *key2) in key_compare() argument
118 return memcmp(key1, key2, MAX_KEYSIZE); in key_compare()
H A Dtest_member.c531 static int key_compare(const void *key1, const void *key2) in key_compare() argument
533 return memcmp(key1, key2, KEY_SIZE); in key_compare()
/dpdk/drivers/net/ice/base/
H A Dice_flex_type.h637 struct ice_boost_key_value key2; member
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c17910 const void *key2 = r2->key ? r2->key : rss_hash_default_key; in flow_dv_mtr_policy_rss_compare() local
17912 if (memcmp(key1, key2, MLX5_RSS_HASH_KEY_LEN)) in flow_dv_mtr_policy_rss_compare()