Searched refs:mlx5_adev (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | dev.c | 272 sizeof(struct mlx5_adev *), GFP_KERNEL); in mlx5_adev_init() 288 struct mlx5_adev *mlx5_adev = in adev_release() local 289 container_of(dev, struct mlx5_adev, adev.dev); in adev_release() 290 struct mlx5_priv *priv = &mlx5_adev->mdev->priv; in adev_release() 291 int idx = mlx5_adev->idx; in adev_release() 293 kfree(mlx5_adev); in adev_release() 297 static struct mlx5_adev *add_adev(struct mlx5_core_dev *dev, int idx) in add_adev() 301 struct mlx5_adev *madev; in add_adev()
|
D | dpll.c | 338 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5_dpll_probe()
|
D | en_rep.c | 1736 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5e_rep_probe() 1747 struct mlx5_adev *vdev = container_of(adev, struct mlx5_adev, adev); in mlx5e_rep_remove()
|
D | en_main.c | 6326 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in _mlx5e_resume() 6358 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5e_resume() 6398 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5e_suspend() 6413 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in _mlx5e_probe() 6487 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5e_probe() 6504 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in _mlx5e_remove() 6523 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5e_remove()
|
/linux-6.12.1/drivers/infiniband/hw/mlx5/ |
D | ib_rep.c | 234 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()
|
D | main.c | 4753 struct mlx5_adev *idev = container_of(adev, struct mlx5_adev, adev); in mlx5r_mp_probe() 4812 struct mlx5_adev *idev = container_of(adev, struct mlx5_adev, adev); in mlx5r_probe()
|
/linux-6.12.1/include/linux/mlx5/ |
D | driver.h | 560 struct mlx5_adev { struct 617 struct mlx5_adev **adev;
|
/linux-6.12.1/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 3763 struct mlx5_adev *madev; 4080 struct mlx5_adev *madev = container_of(adev, struct mlx5_adev, adev); in mlx5v_probe()
|