Searched refs:mlx4_adev (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/mellanox/mlx4/ |
D | intf.c | 82 sizeof(struct mlx4_adev *), GFP_KERNEL); in mlx4_adev_init() 101 struct mlx4_adev *mlx4_adev = in adev_release() local 102 container_of(dev, struct mlx4_adev, adev.dev); in adev_release() 103 struct mlx4_priv *priv = mlx4_priv(mlx4_adev->mdev); in adev_release() 104 int idx = mlx4_adev->idx; in adev_release() 106 kfree(mlx4_adev); in adev_release() 110 static struct mlx4_adev *add_adev(struct mlx4_dev *dev, int idx) in add_adev() 115 struct mlx4_adev *madev; in add_adev() 190 struct mlx4_adev *madev = priv->adev[i]; in mlx4_do_bond()
|
D | en_main.c | 239 struct mlx4_adev *madev = container_of(adev, struct mlx4_adev, adev); in mlx4_en_remove() 267 struct mlx4_adev *madev = container_of(adev, struct mlx4_adev, adev); in mlx4_en_probe()
|
D | mlx4.h | 885 struct mlx4_adev **adev;
|
/drivers/infiniband/hw/mlx4/ |
D | main.c | 2614 struct mlx4_adev *madev = container_of(adev, struct mlx4_adev, adev); in mlx4_ib_probe() 2977 struct mlx4_adev *madev = container_of(adev, struct mlx4_adev, adev); in mlx4_ib_remove()
|