| /dpdk/lib/hash/ |
| H A D | rte_cuckoo_hash.c | 696 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 D | rte_member.c | 205 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 D | rte_member_vbf.c | 187 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 D | rte_member_ht.c | 203 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 D | test_hash_multiwriter.c | 36 uint32_t *keys; member 106 uint32_t *keys; in test_hash_multiwriter() local
|
| H A D | test_hash_readwrite_lf_perf.c | 70 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 D | test_table_acl.c | 456 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 D | test_hash.c | 94 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 D | test_hash_readwrite.c | 41 uint32_t *keys; member 128 uint32_t *keys = NULL; in init_params() local
|
| H A D | test_hash_perf.c | 62 static uint8_t keys[KEYS_TO_ADD][MAX_KEYSIZE]; variable 650 uint32_t *keys = NULL; in fbk_hash_perf_test() local
|
| H A D | test_efd.c | 63 static struct flow_key keys[5] = { variable
|
| H A D | test_rcu_qsbr_perf.c | 22 static uint32_t *keys; variable
|
| H A D | test_efd_perf.c | 90 static uint8_t keys[KEYS_TO_ADD][MAX_KEYSIZE]; variable
|
| H A D | test_member.c | 53 static struct flow_key keys[NUM_SAMPLES] = { variable
|
| H A D | test_member_perf.c | 90 static uint8_t keys[KEYS_TO_ADD][MAX_KEYSIZE]; variable
|
| H A D | test_rcu_qsbr.c | 44 static uint32_t *keys; variable
|
| /dpdk/lib/ipsec/ |
| H A D | ipsec_sad.c | 457 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 D | rte_table_hash_key32.c | 713 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 D | rte_table_hash_key8.c | 654 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 D | rte_table_hash_key16.c | 684 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 D | rte_table_acl.c | 415 void **keys, in rte_table_acl_entry_add_bulk() 596 void **keys, in rte_table_acl_entry_delete_bulk()
|
| H A D | rte_table_hash_cuckoo.c | 245 const uint8_t *keys[RTE_PORT_IN_BURST_SIZE_MAX]; in rte_table_hash_cuckoo_lookup() local
|
| /dpdk/lib/pipeline/ |
| H A D | rte_pipeline.c | 579 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 D | main.c | 515 const union rte_ipsec_sad_key *keys[BURST_SZ_MAX]; in lookup() local
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_acl_ctrl.c | 972 enum ice_acl_entry_prio prio, u8 *keys, u8 *inverts, in ice_acl_add_entry()
|