Home
last modified time | relevance | path

Searched refs:MLX5_CLASS_ETH (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/common/mlx5/
H A Dmlx5_common.c94 { .name = "eth", .drv_class = MLX5_CLASS_ETH },
96 { .name = "net", .drv_class = MLX5_CLASS_ETH },
415 MLX5_CLASS_ETH | MLX5_CLASS_VDPA,
982 classes = MLX5_CLASS_ETH; in mlx5_common_dev_probe()
H A Dmlx5_common.h262 MLX5_CLASS_ETH = RTE_BIT64(0), enumerator
/dpdk/drivers/common/mlx5/windows/
H A Dmlx5_common_os.c230 if (classes != MLX5_CLASS_ETH && classes != MLX5_CLASS_CRYPTO) { in mlx5_os_open_device()
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_os.c800 } else if (classes == MLX5_CLASS_ETH) { in mlx5_open_device()
/dpdk/drivers/net/mlx5/
H A Dmlx5.c2951 .drv_class = MLX5_CLASS_ETH,