Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev_devargs.c23 parse_outb_nb_desc(const char *key, const char *value, void *extra_args) in parse_outb_nb_desc()
36 parse_outb_nb_crypto_qs(const char *key, const char *value, void *extra_args) in parse_outb_nb_crypto_qs()
52 parse_ipsec_in_spi_range(const char *key, const char *value, void *extra_args) in parse_ipsec_in_spi_range()
68 parse_ipsec_out_max_sa(const char *key, const char *value, void *extra_args) in parse_ipsec_out_max_sa()
84 parse_flow_max_priority(const char *key, const char *value, void *extra_args) in parse_flow_max_priority()
101 parse_flow_prealloc_size(const char *key, const char *value, void *extra_args) in parse_flow_prealloc_size()
118 parse_reta_size(const char *key, const char *value, void *extra_args) in parse_reta_size()
140 parse_pre_l2_hdr_info(const char *key, const char *value, void *extra_args) in parse_pre_l2_hdr_info()
163 parse_flag(const char *key, const char *value, void *extra_args) in parse_flag()
173 parse_sqb_count(const char *key, const char *value, void *extra_args) in parse_sqb_count()
[all …]
/dpdk/drivers/net/ice/base/
H A Dice_pg_cam.c8 static void _pg_cam_key_dump(struct ice_hw *hw, struct ice_pg_cam_key *key) in _pg_cam_key_dump()
23 struct ice_pg_nm_cam_key *key) in _pg_nm_cam_key_dump()
112 static void _pg_nm_cam_key_init(struct ice_pg_nm_cam_key *key, u64 data) in _pg_nm_cam_key_init()
139 static void _pg_cam_key_init(struct ice_pg_cam_key *key, u8 *data) in _pg_cam_key_init()
301 struct ice_pg_cam_key *key) in _pg_cam_match()
318 struct ice_pg_cam_key *key) in _pg_nm_cam_match()
340 int size, struct ice_pg_cam_key *key) in ice_pg_cam_match()
362 struct ice_pg_cam_key *key) in ice_pg_nm_cam_match()
H A Dice_tmatch.h9 bool ice_ternary_match_byte(u8 key, u8 key_inv, u8 pat) in ice_ternary_match_byte()
32 bool ice_ternary_match(const u8 *key, const u8 *key_inv, in ice_ternary_match()
/dpdk/lib/hash/
H A Drte_fbk_hash.h63 uint32_t key; /**< Key used to find value. */ member
94 rte_fbk_hash_get_bucket(const struct rte_fbk_hash_table *ht, uint32_t key) in rte_fbk_hash_get_bucket()
118 uint32_t key, uint16_t value, uint32_t bucket) in rte_fbk_hash_add_key_with_bucket()
163 uint32_t key, uint16_t value) in rte_fbk_hash_add_key()
185 uint32_t key, uint32_t bucket) in rte_fbk_hash_delete_key_with_bucket()
227 rte_fbk_hash_delete_key(struct rte_fbk_hash_table *ht, uint32_t key) in rte_fbk_hash_delete_key()
248 uint32_t key, uint32_t bucket) in rte_fbk_hash_lookup_with_bucket()
277 rte_fbk_hash_lookup(const struct rte_fbk_hash_table *ht, uint32_t key) in rte_fbk_hash_lookup()
H A Drte_cuckoo_hash.c531 rte_hash_hash(const struct rte_hash *h, const void *key) in rte_hash_hash()
732 const struct rte_hash_key *key, void *data, in rte_hash_cuckoo_insert_mw()
796 const struct rte_hash_key *key, void *data, in rte_hash_cuckoo_move_insert_mw()
922 const struct rte_hash_key *key, void *data, in rte_hash_cuckoo_make_space_mw()
1198 const void *key, hash_sig_t sig) in rte_hash_add_key_with_hash()
1213 const void *key, hash_sig_t sig, void *data) in rte_hash_add_key_with_hash_data()
1420 const void *key, hash_sig_t sig) in rte_hash_lookup_with_hash()
1427 rte_hash_lookup(const struct rte_hash *h, const void *key) in rte_hash_lookup()
1435 const void *key, hash_sig_t sig, void **data) in rte_hash_lookup_with_hash_data()
1782 const void *key, hash_sig_t sig) in rte_hash_del_key_with_hash()
[all …]
/dpdk/lib/eal/unix/
H A Drte_thread.c32 rte_thread_key_create(rte_thread_key *key, void (*destructor)(void *)) in rte_thread_key_create()
54 rte_thread_key_delete(rte_thread_key key) in rte_thread_key_delete()
76 rte_thread_value_set(rte_thread_key key, const void *value) in rte_thread_value_set()
96 rte_thread_value_get(rte_thread_key key) in rte_thread_value_get()
/dpdk/lib/table/
H A Drte_table_hash_func.h58 rte_table_hash_crc_key8(void *key, void *mask, __rte_unused uint32_t key_size, in rte_table_hash_crc_key8()
72 rte_table_hash_crc_key16(void *key, void *mask, __rte_unused uint32_t key_size, in rte_table_hash_crc_key16()
91 rte_table_hash_crc_key24(void *key, void *mask, __rte_unused uint32_t key_size, in rte_table_hash_crc_key24()
113 rte_table_hash_crc_key32(void *key, void *mask, __rte_unused uint32_t key_size, in rte_table_hash_crc_key32()
139 rte_table_hash_crc_key40(void *key, void *mask, __rte_unused uint32_t key_size, in rte_table_hash_crc_key40()
165 rte_table_hash_crc_key48(void *key, void *mask, __rte_unused uint32_t key_size, in rte_table_hash_crc_key48()
192 rte_table_hash_crc_key56(void *key, void *mask, __rte_unused uint32_t key_size, in rte_table_hash_crc_key56()
222 rte_table_hash_crc_key64(void *key, void *mask, __rte_unused uint32_t key_size, in rte_table_hash_crc_key64()
/dpdk/lib/ip_frag/
H A Dip_frag_internal.c19 const struct ip_frag_key *key, uint64_t tms) in ip_frag_tbl_add()
41 ipv4_frag_hash(const struct ip_frag_key *key, uint32_t *v1, uint32_t *v2) in ipv4_frag_hash()
62 ipv6_frag_hash(const struct ip_frag_key *key, uint32_t *v1, uint32_t *v2) in ipv6_frag_hash()
223 const struct ip_frag_key *key, uint64_t tms) in ip_frag_find()
285 const struct ip_frag_key *key, uint64_t tms, in ip_frag_lookup()
H A Dip_frag_common.h24 #define IPv6_KEY_BYTES(key) \ argument
60 ip_frag_key_is_empty(const struct ip_frag_key * key) in ip_frag_key_is_empty()
67 ip_frag_key_invalidate(struct ip_frag_key * key) in ip_frag_key_invalidate()
/dpdk/lib/eal/windows/
H A Drte_thread.c75 rte_thread_key_create(rte_thread_key *key, in rte_thread_key_create()
95 rte_thread_key_delete(rte_thread_key key) in rte_thread_key_delete()
113 rte_thread_value_set(rte_thread_key key, const void *value) in rte_thread_value_set()
133 rte_thread_value_get(rte_thread_key key) in rte_thread_value_get()
/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_mutex.c33 uint32_t key; member
77 uint32_t key) in nfp_cpp_mutex_init()
119 unsigned long long address, uint32_t key) in nfp_cpp_mutex_alloc()
193 uint32_t value, key; in nfp_cpp_mutex_owner() local
294 uint32_t key, value; in nfp_cpp_mutex_unlock() local
349 uint32_t key, value, tmp; in nfp_cpp_mutex_trylock() local
/dpdk/app/test/
H A Dtest_hash_functions.c98 static uint8_t key[HASHTEST_ITERATIONS][MAX_KEYSIZE]; in run_hash_func_perf_test() local
149 uint8_t key[64]; in verify_precalculated_hash_func_tests() local
189 uint8_t key[64]; in verify_jhash_32bits() local
226 uint32_t key[3]; in verify_jhash_words() local
/dpdk/lib/member/
H A Drte_member.c170 rte_member_add(const struct rte_member_setsum *setsum, const void *key, in rte_member_add()
187 rte_member_lookup(const struct rte_member_setsum *setsum, const void *key, in rte_member_lookup()
224 rte_member_lookup_multi(const struct rte_member_setsum *setsum, const void *key, in rte_member_lookup_multi()
265 rte_member_delete(const struct rte_member_setsum *setsum, const void *key, in rte_member_delete()
H A Drte_member_ht.c131 get_buckets_index(const struct rte_member_setsum *ss, const void *key, in get_buckets_index()
171 const void *key, member_set_t *set_id) in rte_member_lookup_ht()
247 const void *key, uint32_t match_per_key, in rte_member_lookup_multi_ht()
460 const void *key, member_set_t set_id) in rte_member_add_ht()
521 rte_member_delete_ht(const struct rte_member_setsum *ss, const void *key, in rte_member_delete_ht()
/dpdk/drivers/net/ionic/
H A Dionic_rx_filter.c56 uint32_t key; in ionic_rx_filter_save() local
98 uint32_t key = vid & IONIC_RX_FILTER_HLISTS_MASK; in ionic_rx_filter_by_vlan() local
115 const uint32_t key = *(const uint32_t *)addr & in ionic_rx_filter_by_addr() local
/dpdk/drivers/net/sfc/
H A Dsfc_kvargs.c77 sfc_kvarg_bool_handler(__rte_unused const char *key, in sfc_kvarg_bool_handler()
101 sfc_kvarg_long_handler(__rte_unused const char *key, in sfc_kvarg_long_handler()
120 sfc_kvarg_string_handler(__rte_unused const char *key, in sfc_kvarg_string_handler()
/dpdk/app/test-pipeline/
H A Dpipeline_hash.c343 uint8_t key[32]; in app_main_loop_worker_pipeline_hash() local
382 void *key, in test_hash()
395 const void *key, in test_hash_cuckoo()
428 uint8_t *m_data, *key; in app_main_loop_rx_metadata() local
/dpdk/examples/l3fwd/
H A Dl3fwd_em_hlm_sse.h12 union ipv4_5tuple_host *key) in get_ipv4_5tuple()
24 __m128i mask1, union ipv6_5tuple_host *key) in get_ipv6_5tuple()
H A Dl3fwd_em_hlm_neon.h13 union ipv4_5tuple_host *key) in get_ipv4_5tuple()
24 int32x4_t mask1, union ipv6_5tuple_host *key) in get_ipv6_5tuple()
H A Dl3fwd_em_hlm.h30 union ipv4_5tuple_host key[EM_HASH_LOOKUP_COUNT]; in em_get_dst_port_ipv4xN() local
57 union ipv6_5tuple_host key[EM_HASH_LOOKUP_COUNT]; in em_get_dst_port_ipv6xN() local
84 union ipv4_5tuple_host key[EM_HASH_LOOKUP_COUNT]; in em_get_dst_port_ipv4xN_events() local
111 union ipv6_5tuple_host key[EM_HASH_LOOKUP_COUNT]; in em_get_dst_port_ipv6xN_events() local
/dpdk/examples/fips_validation/
H A Dfips_validation_gcm.c48 parser_read_gcm_pt_len(const char *key, char *src, in parser_read_gcm_pt_len()
70 parse_gcm_aad_str(const char *key, char *src, in parse_gcm_aad_str()
82 parse_gcm_pt_ct_str(const char *key, char *src, struct fips_val *val) in parse_gcm_pt_ct_str()
H A Dfips_validation.c468 parse_uint8_known_len_hex_str(const char *key, char *src, struct fips_val *val) in parse_uint8_known_len_hex_str()
511 parse_uint8_hex_str(const char *key, char *src, struct fips_val *val) in parse_uint8_hex_str()
544 parser_read_uint32_val(const char *key, char *src, struct fips_val *val) in parser_read_uint32_val()
568 parser_read_uint32_bit_val(const char *key, char *src, struct fips_val *val) in parser_read_uint32_bit_val()
583 writeback_hex_str(const char *key, char *dst, struct fips_val *val) in writeback_hex_str()
H A Dfips_validation_tdes.c96 parse_tdes_interim(const char *key, char *text, in parse_tdes_interim()
119 parse_tdes_uint8_hex_str(const char *key, char *src, struct fips_val *val) in parse_tdes_uint8_hex_str()
205 writeback_tdes_hex_str(const char *key, char *dst, struct fips_val *val) in writeback_tdes_hex_str()
/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym.c28 struct fsattr src, dst, iv, key; in process_crypto_cipher_op() local
74 struct fsattr src, dst, mac, key, iv; in process_crypto_auth_op() local
209 struct fsattr key, aad, mac; in process_crypto_aead_op() local
/dpdk/drivers/net/atlantic/
H A Drte_pmd_atlantic.c74 uint32_t pn, uint8_t *key) in rte_pmd_atl_macsec_select_txsa()
90 uint32_t pn, uint8_t *key) in rte_pmd_atl_macsec_select_rxsa()

12345678910>>...12