Lines Matching refs:classes
693 mlx5_dev_hw_global_prepare(struct mlx5_common_device *cdev, uint32_t classes) in mlx5_dev_hw_global_prepare() argument
698 ret = mlx5_os_open_device(cdev, classes); in mlx5_dev_hw_global_prepare()
746 mlx5_common_dev_create(struct rte_device *eal_dev, uint32_t classes, in mlx5_common_dev_create() argument
771 ret = mlx5_dev_hw_global_prepare(cdev, classes); in mlx5_common_dev_create()
966 uint32_t classes = 0; in mlx5_common_dev_probe() local
985 classes = ret; in mlx5_common_dev_probe()
986 if (classes == 0) in mlx5_common_dev_probe()
988 classes = MLX5_CLASS_ETH; in mlx5_common_dev_probe()
1002 cdev = mlx5_common_dev_create(eal_dev, classes, mkvlist_p); in mlx5_common_dev_probe()
1023 ret = is_valid_class_combination(classes | cdev->classes_loaded); in mlx5_common_dev_probe()
1028 ret = drivers_probe(cdev, classes, mkvlist_p); in mlx5_common_dev_probe()