vpriv             597 drivers/ata/pata_mpc52xx.c mpc52xx_ata_task_irq(int irq, void *vpriv)
vpriv             599 drivers/ata/pata_mpc52xx.c 	struct mpc52xx_ata_priv *priv = vpriv;
vpriv            5390 drivers/net/ethernet/mellanox/mlx5/core/en_main.c static int mlx5e_attach(struct mlx5_core_dev *mdev, void *vpriv)
vpriv            5392 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	struct mlx5e_priv *priv = vpriv;
vpriv            5412 drivers/net/ethernet/mellanox/mlx5/core/en_main.c static void mlx5e_detach(struct mlx5_core_dev *mdev, void *vpriv)
vpriv            5414 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	struct mlx5e_priv *priv = vpriv;
vpriv            5418 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	if (MLX5_ESWITCH_MANAGER(mdev) && vpriv == mdev)
vpriv            5481 drivers/net/ethernet/mellanox/mlx5/core/en_main.c static void mlx5e_remove(struct mlx5_core_dev *mdev, void *vpriv)
vpriv            5486 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	if (MLX5_ESWITCH_MANAGER(mdev) && vpriv == mdev) {
vpriv            5491 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	priv = vpriv;
vpriv            5496 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	mlx5e_detach(mdev, vpriv);
vpriv             312 net/atm/lec.c  		struct lec_vcc_priv *vpriv = LEC_VCC_PRIV(vcc);
vpriv             314 net/atm/lec.c  		vpriv->xoff = 1;
vpriv             666 net/atm/lec.c  	struct lec_vcc_priv *vpriv = LEC_VCC_PRIV(vcc);
vpriv             669 net/atm/lec.c  	if (vpriv == NULL) {
vpriv             674 net/atm/lec.c  	vpriv->old_pop(vcc, skb);
vpriv             676 net/atm/lec.c  	if (vpriv->xoff && atm_may_send(vcc, 0)) {
vpriv             677 net/atm/lec.c  		vpriv->xoff = 0;
vpriv             685 net/atm/lec.c  	struct lec_vcc_priv *vpriv;
vpriv             698 net/atm/lec.c  	vpriv = kmalloc(sizeof(struct lec_vcc_priv), GFP_KERNEL);
vpriv             699 net/atm/lec.c  	if (!vpriv)
vpriv             701 net/atm/lec.c  	vpriv->xoff = 0;
vpriv             702 net/atm/lec.c  	vpriv->old_pop = vcc->pop;
vpriv             703 net/atm/lec.c  	vcc->user_back = vpriv;
vpriv            1259 net/atm/lec.c  		struct lec_vcc_priv *vpriv = LEC_VCC_PRIV(vcc);
vpriv            1262 net/atm/lec.c  		vcc->pop = vpriv->old_pop;
vpriv            1263 net/atm/lec.c  		if (vpriv->xoff)
vpriv            1265 net/atm/lec.c  		kfree(vpriv);
vpriv            2150 net/atm/lec.c  	struct lec_vcc_priv *vpriv;
vpriv            2153 net/atm/lec.c  	vpriv = kmalloc(sizeof(struct lec_vcc_priv), GFP_KERNEL);
vpriv            2154 net/atm/lec.c  	if (!vpriv)
vpriv            2156 net/atm/lec.c  	vpriv->xoff = 0;
vpriv            2157 net/atm/lec.c  	vpriv->old_pop = vcc->pop;
vpriv            2158 net/atm/lec.c  	vcc->user_back = vpriv;
vpriv            2163 net/atm/lec.c  		vcc->pop = vpriv->old_pop;
vpriv            2164 net/atm/lec.c  		kfree(vpriv);