Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c6360 struct auxiliary_device *actual_adev; in mlx5e_resume() local
6367 actual_adev = mlx5_sd_get_adev(mdev, adev, edev->idx); in mlx5e_resume()
6368 if (actual_adev) in mlx5e_resume()
6369 return _mlx5e_resume(actual_adev); in mlx5e_resume()
6400 struct auxiliary_device *actual_adev; in mlx5e_suspend() local
6403 actual_adev = mlx5_sd_get_adev(mdev, adev, edev->idx); in mlx5e_suspend()
6404 if (actual_adev) in mlx5e_suspend()
6405 err = _mlx5e_suspend(actual_adev, false); in mlx5e_suspend()
6489 struct auxiliary_device *actual_adev; in mlx5e_probe() local
6496 actual_adev = mlx5_sd_get_adev(mdev, adev, edev->idx); in mlx5e_probe()
[all …]