Home
last modified time | relevance | path

Searched refs:vpriv (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/atm/
Dlec.c312 struct lec_vcc_priv *vpriv = LEC_VCC_PRIV(vcc); in lec_start_xmit() local
314 vpriv->xoff = 1; in lec_start_xmit()
666 struct lec_vcc_priv *vpriv = LEC_VCC_PRIV(vcc); in lec_pop() local
669 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() local
698 vpriv = kmalloc(sizeof(struct lec_vcc_priv), GFP_KERNEL); in lec_vcc_attach()
699 if (!vpriv) in lec_vcc_attach()
[all …]
/Linux-v5.4/drivers/ata/
Dpata_mpc52xx.c597 mpc52xx_ata_task_irq(int irq, void *vpriv) in mpc52xx_ata_task_irq() argument
599 struct mpc52xx_ata_priv *priv = vpriv; in mpc52xx_ata_task_irq()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c5368 static int mlx5e_attach(struct mlx5_core_dev *mdev, void *vpriv) in mlx5e_attach() argument
5370 struct mlx5e_priv *priv = vpriv; in mlx5e_attach()
5390 static void mlx5e_detach(struct mlx5_core_dev *mdev, void *vpriv) in mlx5e_detach() argument
5392 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() argument
5464 if (MLX5_ESWITCH_MANAGER(mdev) && vpriv == mdev) { in mlx5e_remove()
5469 priv = vpriv; in mlx5e_remove()
5474 mlx5e_detach(mdev, vpriv); in mlx5e_remove()