Home
last modified time | relevance | path

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

/dpdk/app/test-regex/
H A Dmain.c394 uint8_t nb_matches; in run_regex() local
587 nb_matches = qp->ops[d_ind % actual_jobs]->nb_matches; in run_regex()
589 qp->ops[d_ind]->user_id, nb_matches); in run_regex()
590 qp->total_matches += nb_matches; in run_regex()
592 for (i = 0; i < nb_matches; i++) { in run_regex()
604 nb_matches = qp->ops[d_ind % actual_jobs]->nb_matches; in run_regex()
605 qp->total_matches += nb_matches; in run_regex()
607 for (i = 0; i < nb_matches; i++) { in run_regex()
/dpdk/drivers/regex/cn9k/
H A Dcn9k_regexdev.c408 ops->nb_matches = ree_res_mcnt; in ree_dequeue_post_process()
411 ops->nb_matches = 0; in ree_dequeue_post_process()
426 if (ops->nb_matches > 0) { in ree_dequeue_post_process()
428 off = ((ops->nb_matches < REE_NUM_MATCHES_ALIGN) ? in ree_dequeue_post_process()
429 ops->nb_matches : REE_NUM_MATCHES_ALIGN); in ree_dequeue_post_process()
431 match += (ops->nb_matches - off) * in ree_dequeue_post_process()
/dpdk/lib/regexdev/
H A Drte_regexdev.h1358 uint16_t nb_matches; member
/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex_fastpath.c445 op->nb_matches = MLX5_GET_VOLATILE(regexp_metadata, job->metadata + in extract_result()
452 for (j = 0; j < op->nb_matches; j++) { in extract_result()