Searched refs:match_count (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/lib/librte_member/ |
| H A D | rte_member.c | 247 uint32_t max_match_per_key, uint32_t *match_count, in rte_member_lookup_multi_bulk() argument 251 match_count == NULL) in rte_member_lookup_multi_bulk() 257 max_match_per_key, match_count, set_ids); in rte_member_lookup_multi_bulk() 260 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.h | 403 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 | 280 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()
|
| /f-stack/dpdk/usertools/ |
| H A D | dpdk-devbind.py | 254 match_count = 0 256 match_count = match_count + 1 262 match_count = match_count + 1 264 if match_count == param_count:
|
| /f-stack/dpdk/app/test/ |
| H A D | test_member_perf.c | 364 uint32_t match_count[BURST_SIZE]; in timed_lookups_multimatch_bulk() local 379 RTE_MEMBER_BUCKET_ENTRIES, match_count, in timed_lookups_multimatch_bulk() 387 if (type != CACHE && match_count[k] == 0) { in timed_lookups_multimatch_bulk() 392 if (type == HT && match_count[k] == 0) { in timed_lookups_multimatch_bulk()
|
| /f-stack/dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_rxp.h | 51 uint8_t match_count; member
|
| H A D | mlx5_regex_fastpath.c | 201 match_count); in extract_result()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | member_lib.rst | 364 maximum number of matches for each key, ``match_count`` which is the returned number
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_prm.h | 444 uint8_t match_count[0x8]; member
|