Searched refs:driver_class (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_pci.c | 26 unsigned int driver_class; member 28 { .name = "vdpa", .driver_class = MLX5_CLASS_VDPA }, 29 { .name = "net", .driver_class = MLX5_CLASS_NET }, 30 { .name = "regex", .driver_class = MLX5_CLASS_REGEX }, 49 return mlx5_classes[i].driver_class; in class_name_to_value() 60 if (driver->driver_class == class) in driver_get() 234 if ((driver->driver_class & user_classes) == 0) in drivers_probe() 252 enabled_classes |= driver->driver_class; in drivers_probe() 358 if (device_class_enabled(dev, driver->driver_class) && in mlx5_common_pci_dma_map() 371 if (device_class_enabled(dev, temp->driver_class) && in mlx5_common_pci_dma_map() [all …]
|
| H A D | mlx5_common_pci.h | 58 uint32_t driver_class; /**< Class of this driver, enum mlx5_class */ member
|
| /f-stack/dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_regex.c | 272 .driver_class = MLX5_CLASS_REGEX,
|
| /f-stack/dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa.c | 847 .driver_class = MLX5_CLASS_VDPA,
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5.c | 2062 .driver_class = MLX5_CLASS_NET,
|