Home
last modified time | relevance | path

Searched refs:nb_matches (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/app/test-regex/
H A Dmain.c263 uint8_t nb_matches; in run_regex() local
373 nb_matches = ops[d_ind % actual_jobs]->nb_matches; in run_regex()
375 ops[d_ind]->user_id, nb_matches); in run_regex()
376 total_matches += nb_matches; in run_regex()
378 for (i = 0; i < nb_matches; i++) { in run_regex()
390 nb_matches = ops[d_ind % actual_jobs]->nb_matches; in run_regex()
391 total_matches += nb_matches; in run_regex()
393 for (i = 0; i < nb_matches; i++) { in run_regex()
/f-stack/dpdk/drivers/regex/octeontx2/
H A Dotx2_regexdev.c418 ops->nb_matches = ree_res_mcnt; in ree_dequeue_post_process()
421 ops->nb_matches = 0; in ree_dequeue_post_process()
436 if (ops->nb_matches > 0) { in ree_dequeue_post_process()
438 off = ((ops->nb_matches < REE_NUM_MATCHES_ALIGN) ? in ree_dequeue_post_process()
439 ops->nb_matches : REE_NUM_MATCHES_ALIGN); in ree_dequeue_post_process()
441 match += (ops->nb_matches - off) * in ree_dequeue_post_process()
/f-stack/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex_fastpath.c199 op->nb_matches = MLX5_GET_VOLATILE(regexp_metadata, job->metadata + in extract_result()
206 for (j = 0; j < op->nb_matches; j++) { in extract_result()
/f-stack/dpdk/lib/librte_regexdev/
H A Drte_regexdev.h1352 uint16_t nb_matches; member