Home
last modified time | relevance | path

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

/Linux-v4.19/net/atm/
Dlec.c311 struct lec_vcc_priv *vpriv = LEC_VCC_PRIV(vcc); in lec_start_xmit() local
313 vpriv->xoff = 1; in lec_start_xmit()
665 struct lec_vcc_priv *vpriv = LEC_VCC_PRIV(vcc); in lec_pop() local
668 if (vpriv == NULL) { in lec_pop()
673 vpriv->old_pop(vcc, skb); in lec_pop()
675 if (vpriv->xoff && atm_may_send(vcc, 0)) { in lec_pop()
676 vpriv->xoff = 0; in lec_pop()
684 struct lec_vcc_priv *vpriv; in lec_vcc_attach() local
697 vpriv = kmalloc(sizeof(struct lec_vcc_priv), GFP_KERNEL); in lec_vcc_attach()
698 if (!vpriv) in lec_vcc_attach()
[all …]
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c286 static void mlx5e_async_event(struct mlx5_core_dev *mdev, void *vpriv, in mlx5e_async_event() argument
289 struct mlx5e_priv *priv = vpriv; in mlx5e_async_event()
5029 static int mlx5e_attach(struct mlx5_core_dev *mdev, void *vpriv) in mlx5e_attach() argument
5031 struct mlx5e_priv *priv = vpriv; in mlx5e_attach()
5051 static void mlx5e_detach(struct mlx5_core_dev *mdev, void *vpriv) in mlx5e_detach() argument
5053 struct mlx5e_priv *priv = vpriv; in mlx5e_detach()
5118 static void mlx5e_remove(struct mlx5_core_dev *mdev, void *vpriv) in mlx5e_remove() argument
5120 struct mlx5e_priv *priv = vpriv; in mlx5e_remove()
5127 mlx5e_detach(mdev, vpriv); in mlx5e_remove()
5132 static void *mlx5e_get_netdev(void *vpriv) in mlx5e_get_netdev() argument
[all …]
/Linux-v4.19/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()