Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Ddev.c442 dev->priv.flags &= ~MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV; in mlx5_register_device()
454 dev->priv.flags = MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV; in mlx5_unregister_device()
496 delete_all = priv->flags & MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV; in delete_drivers()
535 if (priv->flags & MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV) in mlx5_rescan_drivers_locked()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/
A Dlag.c405 MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV) in mlx5_lag_add_devices()
422 MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV) in mlx5_lag_remove_devices()
443 if (!(dev0->priv.flags & MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV)) { in mlx5_disable_lag()
458 if (!(dev0->priv.flags & MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV)) in mlx5_disable_lag()
460 if (!(dev1->priv.flags & MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV)) in mlx5_disable_lag()
/linux/include/linux/mlx5/
A Ddriver.h529 MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV = 1 << 1, enumerator

Completed in 13 milliseconds