Home
last modified time | relevance | path

Searched refs:mlx5_core_is_sf (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dst.c38 if (mlx5_core_is_sf(dev)) in mlx5_st_create()
87 if (mlx5_core_is_sf(dev) || !st) in mlx5_st_destroy()
/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/
H A Ddev.c324 if (mlx5_core_is_sf(dev)) in mlx5_sf_dev_notifier_init()
383 if (mlx5_core_is_sf(dev)) in mlx5_sf_dev_notifier_cleanup()
/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Dhw_table.c430 if (mlx5_core_is_sf(dev)) in mlx5_sf_hw_notifier_init()
440 if (mlx5_core_is_sf(dev)) in mlx5_sf_hw_notifier_cleanup()
H A Ddevlink.c487 if (mlx5_core_is_sf(dev)) in mlx5_sf_notifiers_init()
535 if (mlx5_core_is_sf(dev)) in mlx5_sf_notifiers_cleanup()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwc.c431 if (mlx5_core_is_sf(mdev)) { in mlx5_wc_support_get()
H A Dmlx5_core.h426 static inline bool mlx5_core_is_sf(const struct mlx5_core_dev *dev) in mlx5_core_is_sf() function
H A Dmain.c2270 if (!mlx5_core_is_sf(dev)) { in mlx5_recover_device()