Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Ddev.c324 dev->priv.flags |= MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV; in mlx5_dev_set_lightweight()
330 return dev->priv.flags & MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV; in mlx5_dev_is_lightweight()
438 dev->priv.flags &= ~MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV; in mlx5_register_device()
451 dev->priv.flags = MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV; in mlx5_unregister_device()
497 delete_all = priv->flags & MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV; in delete_drivers()
536 if (priv->flags & MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV) in mlx5_rescan_drivers_locked()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/lag/
Dlag.c759 MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV) in mlx5_lag_add_devices()
776 MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV) in mlx5_lag_remove_devices()
797 if (!(dev0->priv.flags & MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV)) { in mlx5_disable_lag()
814 if (!(ldev->pf[i].dev->priv.flags & MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV)) in mlx5_disable_lag()
/Linux-v6.6/include/linux/mlx5/
Ddriver.h548 MLX5_PRIV_FLAGS_DISABLE_ALL_ADEV = 1 << 1, enumerator