Searched refs:vpriv (Results 1 – 3 of 3) sorted by relevance
312 struct lec_vcc_priv *vpriv = LEC_VCC_PRIV(vcc); in lec_start_xmit() local314 vpriv->xoff = 1; in lec_start_xmit()666 struct lec_vcc_priv *vpriv = LEC_VCC_PRIV(vcc); in lec_pop() local669 if (vpriv == NULL) { in lec_pop()674 vpriv->old_pop(vcc, skb); in lec_pop()676 if (vpriv->xoff && atm_may_send(vcc, 0)) { in lec_pop()677 vpriv->xoff = 0; in lec_pop()685 struct lec_vcc_priv *vpriv; in lec_vcc_attach() local698 vpriv = kmalloc(sizeof(struct lec_vcc_priv), GFP_KERNEL); in lec_vcc_attach()699 if (!vpriv) in lec_vcc_attach()[all …]
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()
5368 static int mlx5e_attach(struct mlx5_core_dev *mdev, void *vpriv) in mlx5e_attach() argument5370 struct mlx5e_priv *priv = vpriv; in mlx5e_attach()5390 static void mlx5e_detach(struct mlx5_core_dev *mdev, void *vpriv) in mlx5e_detach() argument5392 struct mlx5e_priv *priv = vpriv; in mlx5e_detach()5396 if (MLX5_ESWITCH_MANAGER(mdev) && vpriv == mdev) in mlx5e_detach()5459 static void mlx5e_remove(struct mlx5_core_dev *mdev, void *vpriv) in mlx5e_remove() argument5464 if (MLX5_ESWITCH_MANAGER(mdev) && vpriv == mdev) { in mlx5e_remove()5469 priv = vpriv; in mlx5e_remove()5474 mlx5e_detach(mdev, vpriv); in mlx5e_remove()