Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddev.c281 sizeof(struct mlx5_adev *), GFP_KERNEL); in mlx5_adev_init()
297 struct mlx5_adev *mlx5_adev = in adev_release() local
298 container_of(dev, struct mlx5_adev, adev.dev); in adev_release()
299 struct mlx5_priv *priv = &mlx5_adev->mdev->priv; in adev_release()
300 int idx = mlx5_adev->idx; in adev_release()
302 kfree(mlx5_adev); in adev_release()
306 static struct mlx5_adev *add_adev(struct mlx5_core_dev *dev, int idx) in add_adev()
310 struct mlx5_adev *madev; in add_adev()
H A Ddpll.c419 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5_dpll_probe()
H A Den_rep.c1757 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5e_rep_probe()
1768 struct mlx5_adev *vdev = container_of(adev, struct mlx5_adev, adev); in mlx5e_rep_remove()
H A Den_main.c6339 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in _mlx5e_resume()
6371 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5e_resume()
6411 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5e_suspend()
6426 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in _mlx5e_probe()
6500 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5e_probe()
6517 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in _mlx5e_remove()
6551 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5e_remove()
/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dib_rep.c234 struct mlx5_adev *idev = container_of(adev, struct mlx5_adev, adev); in mlx5r_rep_probe()
245 struct mlx5_adev *idev = container_of(adev, struct mlx5_adev, adev); in mlx5r_rep_remove()
H A Dmain.c4841 struct mlx5_adev *idev = container_of(adev, struct mlx5_adev, adev); in mlx5r_mp_probe()
4901 struct mlx5_adev *idev = container_of(adev, struct mlx5_adev, adev); in mlx5r_probe()
/linux-6.15/drivers/fwctl/mlx5/
H A Dmain.c367 struct mlx5_adev *madev = container_of(adev, struct mlx5_adev, adev); in mlx5ctl_probe()
/linux-6.15/include/linux/mlx5/
H A Ddriver.h534 struct mlx5_adev { struct
591 struct mlx5_adev **adev;
/linux-6.15/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c3763 struct mlx5_adev *madev;
4083 struct mlx5_adev *madev = container_of(adev, struct mlx5_adev, adev); in mlx5v_probe()