Searched refs:match_count (Results 1 – 9 of 9) sorted by relevance
| /dpdk/lib/member/ |
| H A D | rte_member.c | 286 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 D | rte_member_vbf.h | 36 uint32_t *match_count,
|
| H A D | rte_member_ht.h | 44 uint32_t *match_count,
|
| H A D | rte_member_vbf.c | 250 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 D | rte_member_ht.c | 281 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 D | rte_member.h | 435 * @param match_count 448 uint32_t *match_count,
|
| /dpdk/usertools/ |
| H A D | dpdk-devbind.py | 293 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 D | test_member_perf.c | 509 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 D | mlx5_regex_fastpath.c | 494 match_count); in extract_result()
|