Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Ddev.c271 sizeof(struct mlx5_adev *), GFP_KERNEL); in mlx5_adev_init()
287 struct mlx5_adev *mlx5_adev = in adev_release() local
288 container_of(dev, struct mlx5_adev, adev.dev); in adev_release()
289 struct mlx5_priv *priv = &mlx5_adev->mdev->priv; in adev_release()
290 int idx = mlx5_adev->idx; in adev_release()
292 kfree(mlx5_adev); in adev_release()
296 static struct mlx5_adev *add_adev(struct mlx5_core_dev *dev, int idx) in add_adev()
300 struct mlx5_adev *madev; in add_adev()
549 struct mlx5_adev *madev = container_of(dev, struct mlx5_adev, adev.dev); in next_phys_dev()
569 struct mlx5_adev *madev; in mlx5_get_next_phys_dev()
[all …]
Den_rep.c1351 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5e_rep_probe()
1362 struct mlx5_adev *vdev = container_of(adev, struct mlx5_adev, adev); in mlx5e_rep_remove()
Den_main.c5075 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5e_resume()
5114 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5e_probe()
/Linux-v5.15/drivers/infiniband/hw/mlx5/
Dib_rep.c195 struct mlx5_adev *idev = container_of(adev, struct mlx5_adev, adev); in mlx5r_rep_probe()
206 struct mlx5_adev *idev = container_of(adev, struct mlx5_adev, adev); in mlx5r_rep_remove()
Dmain.c4380 struct mlx5_adev *idev = container_of(adev, struct mlx5_adev, adev); in mlx5r_mp_probe()
4439 struct mlx5_adev *idev = container_of(adev, struct mlx5_adev, adev); in mlx5r_probe()
/Linux-v5.15/include/linux/mlx5/
Ddriver.h551 struct mlx5_adev { struct
595 struct mlx5_adev **adev;
/Linux-v5.15/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c2403 struct mlx5_adev *madev;
2532 struct mlx5_adev *madev = container_of(adev, struct mlx5_adev, adev); in mlx5v_probe()