Home
last modified time | relevance | path

Searched refs:match_count (Results 1 – 12 of 12) sorted by relevance

/dpdk/lib/member/
H A Drte_member.c245 uint32_t max_match_per_key, uint32_t *match_count, in rte_member_lookup_multi_bulk() argument
249 match_count == NULL) in rte_member_lookup_multi_bulk()
255 max_match_per_key, match_count, set_ids); in rte_member_lookup_multi_bulk()
258 max_match_per_key, match_count, set_ids); in rte_member_lookup_multi_bulk()
H A Drte_member_vbf.h36 uint32_t *match_count,
H A Drte_member_ht.h44 uint32_t *match_count,
H A Drte_member_ht.c280 uint32_t *match_count, in rte_member_lookup_multi_bulk_ht() argument
311 match_count[i] = match_cnt_tmp; in rte_member_lookup_multi_bulk_ht()
324 match_count[i] = match_cnt_tmp; in rte_member_lookup_multi_bulk_ht()
H A Drte_member_vbf.c249 uint32_t *match_count, in rte_member_lookup_multi_bulk_vbf() argument
282 match_count[i] = match_cnt_t; in rte_member_lookup_multi_bulk_vbf()
H A Drte_member.h402 uint32_t *match_count,
/dpdk/usertools/
H A Ddpdk-devbind.py281 match_count = 0
283 match_count = match_count + 1
289 match_count = match_count + 1
291 if match_count == param_count:
/dpdk/app/test/
H A Dtest_member_perf.c375 uint32_t match_count[BURST_SIZE]; in timed_lookups_multimatch_bulk() local
390 RTE_MEMBER_BUCKET_ENTRIES, match_count, in timed_lookups_multimatch_bulk()
398 if (type != CACHE && match_count[k] == 0) { in timed_lookups_multimatch_bulk()
403 if (type == HT && match_count[k] == 0) { in timed_lookups_multimatch_bulk()
/dpdk/drivers/regex/mlx5/
H A Dmlx5_rxp.h52 uint8_t match_count; member
H A Dmlx5_regex_fastpath.c447 match_count); in extract_result()
/dpdk/doc/guides/prog_guide/
H A Dmember_lib.rst364 maximum number of matches for each key, ``match_count`` which is the returned number
/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h638 uint8_t match_count[0x8]; member