Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Ddev.c441 dev->priv.flags &= ~MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV; in mlx5_register_device()
453 dev->priv.flags = MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV; in mlx5_unregister_device()
495 delete_all = priv->flags & MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV; in delete_drivers()
534 if (priv->flags & MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV) in mlx5_rescan_drivers_locked()
Dlag.c355 MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV) in mlx5_lag_add_devices()
372 MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV) in mlx5_lag_remove_devices()
393 if (!(dev0->priv.flags & MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV)) { in mlx5_disable_lag()
408 if (!(dev0->priv.flags & MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV)) in mlx5_disable_lag()
410 if (!(dev1->priv.flags & MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV)) in mlx5_disable_lag()
/Linux-v5.15/include/linux/mlx5/
Ddriver.h544 MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV = 1 << 1, enumerator