| H A D | en_main.c | 6660 const struct mlx5e_profile *new_profile, void *new_ppriv) in mlx5e_netdev_attach_profile() 6665 err = mlx5e_priv_init(priv, new_profile, netdev, mdev); in mlx5e_netdev_change_profile() 6671 priv->profile = new_profile; in mlx5e_netdev_change_profile() 6673 err = new_profile->init(priv->mdev, priv->netdev); in mlx5e_netdev_change_profile() 6686 const struct mlx5e_profile *new_profile, void *new_ppriv) in mlx5e_netdev_change_profile() 6691 err = mlx5e_netdev_init_profile(netdev, mdev, new_profile, new_ppriv); in mlx5e_netdev_change_profile() 6701 new_profile->cleanup(priv); in mlx5e_netdev_change_profile() 6708 const struct mlx5e_profile *new_profile, in mlx5e_netdev_change_profile() 6730 mlx5e_netdev_init_profile(netdev, mdev, new_profile, new_ppriv); in mlx5e_destroy_netdev() 6735 err = mlx5e_netdev_attach_profile(netdev, mdev, new_profile, new_ppri in _mlx5e_resume() 6619 mlx5e_netdev_init_profile(struct net_device * netdev,struct mlx5_core_dev * mdev,const struct mlx5e_profile * new_profile,void * new_ppriv) mlx5e_netdev_init_profile() argument 6645 mlx5e_netdev_attach_profile(struct net_device * netdev,struct mlx5_core_dev * mdev,const struct mlx5e_profile * new_profile,void * new_ppriv) mlx5e_netdev_attach_profile() argument 6667 mlx5e_netdev_change_profile(struct net_device * netdev,struct mlx5_core_dev * mdev,const struct mlx5e_profile * new_profile,void * new_ppriv) mlx5e_netdev_change_profile() argument [all...] |