Home
last modified time | relevance | path

Searched refs:nb_max_matches (Results 1 – 7 of 7) sorted by relevance

/dpdk/app/test-regex/
H A Dmain.c68 uint8_t nb_max_matches; member
231 init_port(uint16_t *nb_max_payload, char *rules_file, uint8_t *nb_max_matches, in init_port() argument
270 *nb_max_matches = info.max_matches; in init_port()
275 dev_conf.nb_max_matches = info.max_matches; in init_port()
379 uint8_t nb_max_matches = rgxc->nb_max_matches; in run_regex() local
474 nb_max_matches * in run_regex()
706 uint8_t nb_max_matches = 0; in main() local
734 &nb_max_matches, nb_qps); in main()
758 .nb_max_matches = nb_max_matches, in main()
/dpdk/drivers/regex/mlx5/
H A Dmlx5_rxp.c156 priv->nb_max_matches = cfg->nb_max_matches; in mlx5_regex_configure()
H A Dmlx5_regex.h55 uint16_t nb_max_matches; /* Max number of matches. */ member
/dpdk/lib/regexdev/
H A Drte_regexdev.c255 if (cfg->nb_max_matches == 0) { in rte_regexdev_configure()
260 if (cfg->nb_max_matches > dev_info.max_matches) { in rte_regexdev_configure()
262 dev_id, cfg->nb_max_matches, in rte_regexdev_configure()
H A Drte_regexdev.h680 uint16_t nb_max_matches; member
/dpdk/doc/guides/prog_guide/
H A Dregexdev.rst72 uint16_t nb_max_matches;
/dpdk/drivers/regex/cn9k/
H A Dcn9k_regexdev.c521 if (cfg->nb_max_matches != vf->max_matches) { in cn9k_ree_dev_config()