Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_member/
H A Drte_member.c247 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 Drte_member_vbf.h36 uint32_t *match_count,
H A Drte_member_ht.h44 uint32_t *match_count,
H A Drte_member.h403 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.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()
/f-stack/dpdk/usertools/
H A Ddpdk-devbind.py254 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 Dtest_member_perf.c364 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 Dmlx5_rxp.h51 uint8_t match_count; member
H A Dmlx5_regex_fastpath.c201 match_count); in extract_result()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmember_lib.rst364 maximum number of matches for each key, ``match_count`` which is the returned number
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h444 uint8_t match_count[0x8]; member