Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Ddev.c339 dev->priv.flags |= MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV; in mlx5_dev_set_lightweight()
345 return dev->priv.flags & MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV; in mlx5_dev_is_lightweight()
453 dev->priv.flags &= ~MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV; in mlx5_register_device()
466 dev->priv.flags = MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV; in mlx5_unregister_device()
512 delete_all = priv->flags & MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV; in delete_drivers()
550 if (priv->flags & MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV) in mlx5_rescan_drivers_locked()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lag/
Dlag.c802 MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV) in mlx5_lag_add_devices()
819 MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV) in mlx5_lag_remove_devices()
840 if (!(dev0->priv.flags & MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV)) { in mlx5_disable_lag()
857 if (!(ldev->pf[i].dev->priv.flags & MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV)) in mlx5_disable_lag()
/linux-6.12.1/include/linux/mlx5/
Ddriver.h553 MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV = 1 << 1, enumerator