Home
last modified time | relevance | path

Searched refs:mlx4_adev (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/mellanox/mlx4/
Dintf.c82 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()
Den_main.c239 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()
Dmlx4.h885 struct mlx4_adev **adev;
/drivers/infiniband/hw/mlx4/
Dmain.c2614 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()