Home
last modified time | relevance | path

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

/dpdk/lib/member/
H A Drte_member.c286 uint32_t max_match_per_key, uint32_t *match_count, in rte_member_lookup_multi_bulk() argument
290 match_count == NULL) in rte_member_lookup_multi_bulk()
296 max_match_per_key, match_count, set_ids); in rte_member_lookup_multi_bulk()
299 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_vbf.c250 uint32_t *match_count, in rte_member_lookup_multi_bulk_vbf() argument
283 match_count[i] = match_cnt_t; in rte_member_lookup_multi_bulk_vbf()
H A Drte_member_ht.c281 uint32_t *match_count, in rte_member_lookup_multi_bulk_ht() argument
312 match_count[i] = match_cnt_tmp; in rte_member_lookup_multi_bulk_ht()
325 match_count[i] = match_cnt_tmp; in rte_member_lookup_multi_bulk_ht()
H A Drte_member.h435 * @param match_count
448 uint32_t *match_count,
/dpdk/usertools/
H A Ddpdk-devbind.py293 match_count = 0
295 match_count = match_count + 1
301 match_count = match_count + 1
303 if match_count == param_count:
/dpdk/app/test/
H A Dtest_member_perf.c509 uint32_t match_count[BURST_SIZE]; in timed_lookups_multimatch_bulk() local
524 RTE_MEMBER_BUCKET_ENTRIES, match_count, in timed_lookups_multimatch_bulk()
532 if (type != CACHE && match_count[k] == 0) { in timed_lookups_multimatch_bulk()
537 if (type == HT && match_count[k] == 0) { in timed_lookups_multimatch_bulk()
/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex_fastpath.c494 match_count); in extract_result()