Searched refs:mlx5_adev (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | dev.c | 257 sizeof(struct mlx5_adev *), GFP_KERNEL); in mlx5_adev_init() 273 struct mlx5_adev *mlx5_adev = in adev_release() local 274 container_of(dev, struct mlx5_adev, adev.dev); in adev_release() 275 struct mlx5_priv *priv = &mlx5_adev->mdev->priv; in adev_release() 276 int idx = mlx5_adev->idx; in adev_release() 278 kfree(mlx5_adev); in adev_release() 282 static struct mlx5_adev *add_adev(struct mlx5_core_dev *dev, int idx) in add_adev() 286 struct mlx5_adev *madev; in add_adev()
|
H A D | en_rep.c | 1687 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5e_rep_probe() 1698 struct mlx5_adev *vdev = container_of(adev, struct mlx5_adev, adev); in mlx5e_rep_remove()
|
H A D | en_main.c | 5986 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5e_resume() 6030 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5e_probe()
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | ib_rep.c | 232 struct mlx5_adev *idev = container_of(adev, struct mlx5_adev, adev); in mlx5r_rep_probe() 243 struct mlx5_adev *idev = container_of(adev, struct mlx5_adev, adev); in mlx5r_rep_remove()
|
H A D | main.c | 4327 struct mlx5_adev *idev = container_of(adev, struct mlx5_adev, adev); in mlx5r_mp_probe() 4386 struct mlx5_adev *idev = container_of(adev, struct mlx5_adev, adev); in mlx5r_probe()
|
/openbmc/linux/include/linux/mlx5/ |
H A D | driver.h | 555 struct mlx5_adev { struct 612 struct mlx5_adev **adev;
|
/openbmc/linux/drivers/vdpa/mlx5/net/ |
H A D | mlx5_vnet.c | 3300 struct mlx5_adev *madev; 3568 struct mlx5_adev *madev = container_of(adev, struct mlx5_adev, adev); in mlx5v_probe()
|