Home
last modified time | relevance | path

Searched defs:keys (Results 1 – 25 of 32) sorted by relevance

12

/dpdk/lib/hash/
H A Drte_cuckoo_hash.c696 struct rte_hash_key *k, *keys = h->key_store; in search_and_update() local
1010 struct rte_hash_key *new_k, *keys = h->key_store; in __rte_hash_add_key_with_hash() local
1246 struct rte_hash_key *k, *keys = h->key_store; in search_one_bucket_l() local
1275 struct rte_hash_key *k, *keys = h->key_store; in search_one_bucket_lf() local
1479 struct rte_hash_key *keys, *k; in __hash_rcu_qsbr_free_resource() local
1640 struct rte_hash_key *k, *keys = h->key_store; in search_and_remove() local
1801 struct rte_hash_key *k, *keys = h->key_store; in rte_hash_get_key_with_position() local
2228 const void **keys, int32_t num_keys, in __bulk_lookup_prefetching_loop()
2355 const void **keys, hash_sig_t *prim_hash, in __rte_hash_lookup_with_hash_bulk_l()
2390 const void **keys, hash_sig_t *prim_hash, in __rte_hash_lookup_with_hash_bulk_lf()
[all …]
/dpdk/lib/member/
H A Drte_member.c205 const void **keys, uint32_t num_keys, in rte_member_lookup_bulk()
244 const void **keys, uint32_t num_keys, in rte_member_lookup_multi_bulk()
H A Drte_member_vbf.c187 const void **keys, uint32_t num_keys, member_set_t *set_ids) in rte_member_lookup_bulk_vbf()
248 const void **keys, uint32_t num_keys, uint32_t match_per_key, in rte_member_lookup_multi_bulk_vbf()
H A Drte_member_ht.c203 const void **keys, uint32_t num_keys, member_set_t *set_id) in rte_member_lookup_bulk_ht()
279 const void **keys, uint32_t num_keys, uint32_t match_per_key, in rte_member_lookup_multi_bulk_ht()
/dpdk/app/test/
H A Dtest_hash_multiwriter.c36 uint32_t *keys; member
106 uint32_t *keys; in test_hash_multiwriter() local
H A Dtest_hash_readwrite_lf_perf.c70 uint32_t *keys; member
255 uint32_t *keys = NULL; in generate_keys() local
572 uint32_t *keys; in test_rwc_reader() local
665 uint32_t *keys; in write_keys() local
1243 uint32_t *keys = tbl_rwc_test_param.keys_no_ks; in test_hash_rcu_qsbr_reader() local
H A Dtest_table_acl.c456 struct rte_table_acl_rule_add_params keys[5]; in setup_acl_pipeline() local
500 struct rte_table_acl_rule_delete_params keys[5]; in setup_acl_pipeline() local
H A Dtest_hash.c94 static uint32_t pseudo_hash(__rte_unused const void *keys, in pseudo_hash()
119 static struct flow_key keys[5] = { { variable
1121 uint32_t keys[5] = in fbk_hash_unit_test() local
1531 uint8_t keys[NUM_ENTRIES][MAX_KEYSIZE]; in test_hash_iteration() local
H A Dtest_hash_readwrite.c41 uint32_t *keys; member
128 uint32_t *keys = NULL; in init_params() local
H A Dtest_hash_perf.c62 static uint8_t keys[KEYS_TO_ADD][MAX_KEYSIZE]; variable
650 uint32_t *keys = NULL; in fbk_hash_perf_test() local
H A Dtest_efd.c63 static struct flow_key keys[5] = { variable
H A Dtest_rcu_qsbr_perf.c22 static uint32_t *keys; variable
H A Dtest_efd_perf.c90 static uint8_t keys[KEYS_TO_ADD][MAX_KEYSIZE]; variable
H A Dtest_member.c53 static struct flow_key keys[NUM_SAMPLES] = { variable
H A Dtest_member_perf.c90 static uint8_t keys[KEYS_TO_ADD][MAX_KEYSIZE]; variable
H A Dtest_rcu_qsbr.c44 static uint32_t *keys; variable
/dpdk/lib/ipsec/
H A Dipsec_sad.c457 const union rte_ipsec_sad_key *keys[], void *sa[], uint32_t n) in __ipsec_sad_lookup()
541 const union rte_ipsec_sad_key *keys[], void *sa[], uint32_t n) in rte_ipsec_sad_lookup()
/dpdk/lib/table/
H A Drte_table_hash_key32.c713 entries, buckets_mask, buckets, keys, f) \ argument
738 #define lookup_grinder(pkt_index, buckets, keys, pkts_mask_out, \ argument
871 bucket21, pkts_mask_out, entries, buckets_mask, buckets, keys, f)\ argument
1049 uint64_t *keys[RTE_PORT_IN_BURST_SIZE_MAX]; in rte_table_hash_lookup_key32_ext() local
H A Drte_table_hash_key8.c654 entries, buckets_mask, buckets, keys, f) \ argument
679 #define lookup_grinder(pkt_index, buckets, keys, pkts_mask_out, entries,\ argument
806 bucket21, pkts_mask_out, entries, buckets_mask, buckets, keys, f)\ argument
983 uint64_t *keys[RTE_PORT_IN_BURST_SIZE_MAX]; in rte_table_hash_lookup_key8_ext() local
H A Drte_table_hash_key16.c684 buckets_mask, buckets, keys, f) \ argument
709 #define lookup_grinder(pkt_index, buckets, keys, pkts_mask_out, entries,\ argument
834 bucket21, pkts_mask_out, entries, buckets_mask, buckets, keys, f) \ argument
1014 uint64_t *keys[RTE_PORT_IN_BURST_SIZE_MAX]; in rte_table_hash_lookup_key16_ext() local
H A Drte_table_acl.c415 void **keys, in rte_table_acl_entry_add_bulk()
596 void **keys, in rte_table_acl_entry_delete_bulk()
H A Drte_table_hash_cuckoo.c245 const uint8_t *keys[RTE_PORT_IN_BURST_SIZE_MAX]; in rte_table_hash_cuckoo_lookup() local
/dpdk/lib/pipeline/
H A Drte_pipeline.c579 void **keys, in rte_pipeline_table_entry_add_bulk()
645 void **keys, in rte_pipeline_table_entry_delete_bulk()
/dpdk/app/test-sad/
H A Dmain.c515 const union rte_ipsec_sad_key *keys[BURST_SZ_MAX]; in lookup() local
/dpdk/drivers/net/ice/base/
H A Dice_acl_ctrl.c972 enum ice_acl_entry_prio prio, u8 *keys, u8 *inverts, in ice_acl_add_entry()

12