Home
last modified time | relevance | path

Searched refs:mlx5_core_is_eth_enabled (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddevlink.h57 static inline bool mlx5_core_is_eth_enabled(struct mlx5_core_dev *dev) in mlx5_core_is_eth_enabled() function
H A Ddev.c233 .is_enabled = &mlx5_core_is_eth_enabled },
H A Deq.c1190 if (!mlx5_core_is_eth_enabled(dev) && mlx5_eth_supported(dev)) in get_num_eqs()