Searched refs:max_matches (Results 1 – 9 of 9) sorted by relevance
504 info->max_matches = vf->max_matches; in otx2_ree_dev_info_get()531 if (cfg->nb_max_matches != vf->max_matches) { in otx2_ree_dev_config()877 uint8_t max_matches = 0; in otx2_ree_pci_probe() local932 ret = otx2_ree_max_matches_get(dev, &max_matches); in otx2_ree_pci_probe()938 max_matches = RTE_MIN(max_matches, OTX2_REE_MAX_MATCHES_PER_VF); in otx2_ree_pci_probe()939 if (max_matches == 0) { in otx2_ree_pci_probe()944 vf->max_matches = max_matches; in otx2_ree_pci_probe()946 otx2_ree_dbg("Max matches supported by device: %d", vf->max_matches); in otx2_ree_pci_probe()
155 otx2_ree_max_matches_get(const struct rte_regexdev *dev, uint8_t *max_matches) in otx2_ree_max_matches_get() argument165 *max_matches = reexm_max_match.s.max; in otx2_ree_max_matches_get()
40 uint16_t max_matches; member
200 uint8_t *max_matches);
212 *nb_max_matches = info.max_matches; in init_port()216 dev_conf.nb_max_matches = info.max_matches; in init_port()
74 * This value cannot exceed the *max_matches*77 * @see struct rte_regexdev_info::max_matches
262 if (cfg->nb_max_matches > dev_info.max_matches) { in rte_regexdev_configure()265 dev_info.max_matches); in rte_regexdev_configure()
606 uint16_t max_matches; member
114 info->max_matches = MLX5_REGEX_MAX_MATCHES; in mlx5_regex_info_get()