Searched refs:mlx5_adev (Results 1 – 8 of 8) sorted by relevance
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | dev.c | 281 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()
|
| A D | dpll.c | 419 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5_dpll_probe()
|
| A D | en_rep.c | 1765 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5e_rep_probe() 1776 struct mlx5_adev *vdev = container_of(adev, struct mlx5_adev, adev); in mlx5e_rep_remove()
|
| A D | en_main.c | 6543 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in _mlx5e_resume() 6575 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5e_resume() 6615 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5e_suspend() 6630 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in _mlx5e_probe() 6704 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5e_probe() 6721 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in _mlx5e_remove() 6755 struct mlx5_adev *edev = container_of(adev, struct mlx5_adev, adev); in mlx5e_remove()
|
| /drivers/infiniband/hw/mlx5/ |
| A D | ib_rep.c | 235 struct mlx5_adev *idev = container_of(adev, struct mlx5_adev, adev); in mlx5r_rep_probe() 246 struct mlx5_adev *idev = container_of(adev, struct mlx5_adev, adev); in mlx5r_rep_remove()
|
| A D | main.c | 4877 struct mlx5_adev *idev = container_of(adev, struct mlx5_adev, adev); in mlx5r_mp_probe() 4937 struct mlx5_adev *idev = container_of(adev, struct mlx5_adev, adev); in mlx5r_probe()
|
| /drivers/fwctl/mlx5/ |
| A D | main.c | 367 struct mlx5_adev *madev = container_of(adev, struct mlx5_adev, adev); in mlx5ctl_probe()
|
| /drivers/vdpa/mlx5/net/ |
| A D | mlx5_vnet.c | 3765 struct mlx5_adev *madev; 4085 struct mlx5_adev *madev = container_of(adev, struct mlx5_adev, adev); in mlx5v_probe()
|
Completed in 49 milliseconds