Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_cuckoo_hash.c734 struct rte_hash_key *k, *keys = h->key_store; search_and_update() local
1048 struct rte_hash_key *new_k, *keys = h->key_store; __rte_hash_add_key_with_hash() local
1284 struct rte_hash_key *k, *keys = h->key_store; search_one_bucket_l() local
1313 struct rte_hash_key *k, *keys = h->key_store; search_one_bucket_lf() local
1517 struct rte_hash_key *keys, *k; __hash_rcu_qsbr_free_resource() local
1700 struct rte_hash_key *k, *keys = h->key_store; search_and_remove() local
1861 struct rte_hash_key *k, *keys = h->key_store; rte_hash_get_key_with_position() local
1907 __bulk_lookup_l(const struct rte_hash * h,const void ** keys,const struct rte_hash_bucket ** primary_bkt,const struct rte_hash_bucket ** secondary_bkt,uint16_t * sig,int32_t num_keys,int32_t * positions,uint64_t * hit_mask,void * data[]) __bulk_lookup_l() argument
2081 __bulk_lookup_lf(const struct rte_hash * h,const void ** keys,const struct rte_hash_bucket ** primary_bkt,const struct rte_hash_bucket ** secondary_bkt,uint16_t * sig,int32_t num_keys,int32_t * positions,uint64_t * hit_mask,void * data[]) __bulk_lookup_lf() argument
2291 __bulk_lookup_prefetching_loop(const struct rte_hash * h,const void ** keys,int32_t num_keys,uint16_t * sig,const struct rte_hash_bucket ** primary_bkt,const struct rte_hash_bucket ** secondary_bkt) __bulk_lookup_prefetching_loop() argument
2343 __rte_hash_lookup_bulk_l(const struct rte_hash * h,const void ** keys,int32_t num_keys,int32_t * positions,uint64_t * hit_mask,void * data[]) __rte_hash_lookup_bulk_l() argument
2359 __rte_hash_lookup_bulk_lf(const struct rte_hash * h,const void ** keys,int32_t num_keys,int32_t * positions,uint64_t * hit_mask,void * data[]) __rte_hash_lookup_bulk_lf() argument
2375 __rte_hash_lookup_bulk(const struct rte_hash * h,const void ** keys,int32_t num_keys,int32_t * positions,uint64_t * hit_mask,void * data[]) __rte_hash_lookup_bulk() argument
2388 rte_hash_lookup_bulk(const struct rte_hash * h,const void ** keys,uint32_t num_keys,int32_t * positions) rte_hash_lookup_bulk() argument
2400 rte_hash_lookup_bulk_data(const struct rte_hash * h,const void ** keys,uint32_t num_keys,uint64_t * hit_mask,void * data[]) rte_hash_lookup_bulk_data() argument
2418 __rte_hash_lookup_with_hash_bulk_l(const struct rte_hash * h,const void ** keys,hash_sig_t * prim_hash,int32_t num_keys,int32_t * positions,uint64_t * hit_mask,void * data[]) __rte_hash_lookup_with_hash_bulk_l() argument
2453 __rte_hash_lookup_with_hash_bulk_lf(const struct rte_hash * h,const void ** keys,hash_sig_t * prim_hash,int32_t num_keys,int32_t * positions,uint64_t * hit_mask,void * data[]) __rte_hash_lookup_with_hash_bulk_lf() argument
2487 __rte_hash_lookup_with_hash_bulk(const struct rte_hash * h,const void ** keys,hash_sig_t * prim_hash,int32_t num_keys,int32_t * positions,uint64_t * hit_mask,void * data[]) __rte_hash_lookup_with_hash_bulk() argument
2500 rte_hash_lookup_with_hash_bulk(const struct rte_hash * h,const void ** keys,hash_sig_t * sig,uint32_t num_keys,int32_t * positions) rte_hash_lookup_with_hash_bulk() argument
2515 rte_hash_lookup_with_hash_bulk_data(const struct rte_hash * h,const void ** keys,hash_sig_t * sig,uint32_t num_keys,uint64_t * hit_mask,void * data[]) rte_hash_lookup_with_hash_bulk_data() argument
[all...]
/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_table_acl.c456 struct rte_table_acl_rule_add_params keys[5]; in setup_acl_pipeline() local
499 struct rte_table_acl_rule_delete_params keys[5]; in setup_acl_pipeline() 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
659 uint32_t *keys = NULL; in fbk_hash_perf_test() local
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_rcu_qsbr.c44 static uint32_t *keys; variable
H A Dtest_member_perf.c102 static uint8_t keys[KEYS_TO_ADD][MAX_KEYSIZE]; variable
/dpdk/drivers/net/sfc/
H A Dsfc_tbl_meta.h21 efx_table_field_descriptor_t *keys; member
/dpdk/lib/member/
H A Drte_member.c246 const void **keys, uint32_t num_keys, in rte_member_lookup_bulk()
285 const void **keys, uint32_t num_keys, in rte_member_lookup_multi_bulk()
H A Drte_member_vbf.c188 const void **keys, uint32_t num_keys, member_set_t *set_ids) in rte_member_lookup_bulk_vbf()
249 const void **keys, uint32_t num_keys, uint32_t match_per_key, in rte_member_lookup_multi_bulk_vbf()
H A Drte_member_ht.c204 const void **keys, uint32_t num_keys, member_set_t *set_id) in rte_member_lookup_bulk_ht() argument
280 const void **keys, uint32_t num_keys, uint32_t match_per_key, in rte_member_lookup_multi_bulk_ht() argument
/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_key8.c658 entries, buckets_mask, buckets, keys, f) \ argument
683 #define lookup_grinder(pkt_index, buckets, keys, pkts_mask_out, entries,\ argument
810 bucket21, pkts_mask_out, entries, buckets_mask, buckets, keys, f)\ argument
987 uint64_t *keys[RTE_PORT_IN_BURST_SIZE_MAX]; in rte_table_hash_lookup_key8_ext() local
H A Drte_table_hash_key32.c717 entries, buckets_mask, buckets, keys, f) \ argument
742 #define lookup_grinder(pkt_index, buckets, keys, pkts_mask_out, \ argument
875 bucket21, pkts_mask_out, entries, buckets_mask, buckets, keys, f)\ argument
1053 uint64_t *keys[RTE_PORT_IN_BURST_SIZE_MAX]; in rte_table_hash_lookup_key32_ext() local
H A Drte_table_hash_key16.c688 buckets_mask, buckets, keys, f) \ argument
713 #define lookup_grinder(pkt_index, buckets, keys, pkts_mask_out, entries,\ argument
838 bucket21, pkts_mask_out, entries, buckets_mask, buckets, keys, f) \ argument
1018 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()
595 void **keys, in rte_table_acl_entry_delete_bulk()
H A Drte_table_hash_cuckoo.c249 const uint8_t *keys[RTE_PORT_IN_BURST_SIZE_MAX]; in rte_table_hash_cuckoo_lookup() local
H A Drte_swx_table_em.c91 uint8_t *keys; member
/dpdk/lib/pipeline/
H A Drte_pipeline.c583 void **keys, in rte_pipeline_table_entry_add_bulk()
649 void **keys, in rte_pipeline_table_entry_delete_bulk()
/dpdk/drivers/common/mlx5/
H A Dmlx5_common.c128 mlx5_kvargs_process(struct mlx5_kvargs_ctrl *mkvlist, const char *const keys[], in mlx5_kvargs_process()
/dpdk/lib/efd/
H A Drte_efd.c265 uint8_t *keys; /**< Dynamic array of size max_num_rules of keys */ member
[all...]