Home
last modified time | relevance | path

Searched refs:max_matches (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_ree.c32 roc_ree_max_matches_get(struct roc_ree_vf *vf, uint8_t *max_matches) in roc_ree_max_matches_get() argument
41 *max_matches = val; in roc_ree_max_matches_get()
568 uint8_t max_matches = 0; in roc_ree_dev_init() local
618 rc = roc_ree_max_matches_get(vf, &max_matches); in roc_ree_dev_init()
624 max_matches = RTE_MIN(max_matches, REE_MAX_MATCHES_PER_VF); in roc_ree_dev_init()
625 if (max_matches == 0) { in roc_ree_dev_init()
630 vf->max_matches = max_matches; in roc_ree_dev_init()
632 plt_ree_dbg("Max matches supported by device: %d", vf->max_matches); in roc_ree_dev_init()
643 vf->max_matches = 0; in roc_ree_dev_fini()
H A Droc_ree.h32 uint16_t max_matches; member
/dpdk/drivers/regex/mlx5/
H A Dmlx5_rxp.c40 info->max_matches = MLX5_REGEX_MAX_MATCHES; in mlx5_regex_info_get()
/dpdk/lib/regexdev/
H A Drte_regexdev.c260 if (cfg->nb_max_matches > dev_info.max_matches) { in rte_regexdev_configure()
263 dev_info.max_matches); in rte_regexdev_configure()
H A Drte_regexdev.h607 uint16_t max_matches; member
/dpdk/doc/guides/prog_guide/
H A Dregexdev.rst74 * This value cannot exceed the *max_matches*
77 * @see struct rte_regexdev_info::max_matches
/dpdk/drivers/regex/cn9k/
H A Dcn9k_regexdev.c494 info->max_matches = vf->max_matches; in cn9k_ree_dev_info_get()
521 if (cfg->nb_max_matches != vf->max_matches) { in cn9k_ree_dev_config()
/dpdk/app/test-regex/
H A Dmain.c270 *nb_max_matches = info.max_matches; in init_port()
275 dev_conf.nb_max_matches = info.max_matches; in init_port()