Searched refs:max_matches (Results 1 – 8 of 8) sorted by relevance
32 roc_ree_max_matches_get(struct roc_ree_vf *vf, uint8_t *max_matches) in roc_ree_max_matches_get() argument41 *max_matches = val; in roc_ree_max_matches_get()568 uint8_t max_matches = 0; in roc_ree_dev_init() local618 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()
32 uint16_t max_matches; member
40 info->max_matches = MLX5_REGEX_MAX_MATCHES; in mlx5_regex_info_get()
260 if (cfg->nb_max_matches > dev_info.max_matches) { in rte_regexdev_configure()263 dev_info.max_matches); in rte_regexdev_configure()
607 uint16_t max_matches; member
74 * This value cannot exceed the *max_matches*77 * @see struct rte_regexdev_info::max_matches
494 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()
270 *nb_max_matches = info.max_matches; in init_port()275 dev_conf.nb_max_matches = info.max_matches; in init_port()