Searched refs:vpriv (Results 1 – 2 of 2) sorted by relevance
597 mpc52xx_ata_task_irq(int irq, void *vpriv) in mpc52xx_ata_task_irq() argument599 struct mpc52xx_ata_priv *priv = vpriv; in mpc52xx_ata_task_irq()
5559 static int mlx5e_attach(struct mlx5_core_dev *mdev, void *vpriv) in mlx5e_attach() argument5561 struct mlx5e_priv *priv = vpriv; in mlx5e_attach()5581 static void mlx5e_detach(struct mlx5_core_dev *mdev, void *vpriv) in mlx5e_detach() argument5583 struct mlx5e_priv *priv = vpriv; in mlx5e_detach()5587 if (MLX5_ESWITCH_MANAGER(mdev) && vpriv == mdev) in mlx5e_detach()5651 static void mlx5e_remove(struct mlx5_core_dev *mdev, void *vpriv) in mlx5e_remove() argument5656 if (MLX5_ESWITCH_MANAGER(mdev) && vpriv == mdev) { in mlx5e_remove()5661 priv = vpriv; in mlx5e_remove()5664 mlx5e_detach(mdev, vpriv); in mlx5e_remove()