Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-regex/
H A Dmain.c167 uint16_t *nb_max_payload, char *rules_file, uint8_t *nb_max_matches) in init_port() argument
212 *nb_max_matches = info.max_matches; in init_port()
216 dev_conf.nb_max_matches = info.max_matches; in init_port()
253 char *data_file, uint8_t nb_max_matches) in run_regex() argument
293 ops[i] = rte_malloc(NULL, sizeof(*ops[0]) + nb_max_matches * in run_regex()
425 uint8_t nb_max_matches = 0; in main() local
438 &nb_max_matches); in main()
442 nb_iterations, data_file, nb_max_matches); in main()
/f-stack/dpdk/lib/librte_regexdev/
H A Drte_regexdev.c257 if (cfg->nb_max_matches == 0) { in rte_regexdev_configure()
262 if (cfg->nb_max_matches > dev_info.max_matches) { in rte_regexdev_configure()
264 dev_id, cfg->nb_max_matches, in rte_regexdev_configure()
H A Drte_regexdev.h679 uint16_t nb_max_matches; member
/f-stack/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex.h73 uint16_t nb_max_matches; /* Max number of matches. */ member
H A Dmlx5_rxp.c591 if ((reg >> 16) >= priv->nb_max_matches) in rxp_init_eng()
594 priv->nb_max_matches); in rxp_init_eng()
998 priv->nb_max_matches = cfg->nb_max_matches; in mlx5_regex_configure()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dregexdev.rst72 uint16_t nb_max_matches;
/f-stack/dpdk/drivers/regex/octeontx2/
H A Dotx2_regexdev.c531 if (cfg->nb_max_matches != vf->max_matches) { in otx2_ree_dev_config()