Searched refs:new_ppriv (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_main.c | 5888 const struct mlx5e_profile *new_profile, void *new_ppriv) 5900 priv->ppriv = new_ppriv; in mlx5e_netdev_init_profile() 5914 const struct mlx5e_profile *new_profile, void *new_ppriv) 5919 err = mlx5e_netdev_init_profile(netdev, mdev, new_profile, new_ppriv); in mlx5e_netdev_attach_profile() 5935 const struct mlx5e_profile *new_profile, void *new_ppriv) 5949 mlx5e_netdev_init_profile(netdev, mdev, new_profile, new_ppriv); in mlx5e_netdev_change_profile() 5954 err = mlx5e_netdev_attach_profile(netdev, mdev, new_profile, new_ppriv); in mlx5e_netdev_change_profile() 5890 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 5916 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 5937 mlx5e_netdev_change_profile(struct mlx5e_priv * priv,const struct mlx5e_profile * new_profile,void * new_ppriv) mlx5e_netdev_change_profile() argument
|
H A D | en.h | 1202 const struct mlx5e_profile *new_profile, void *new_ppriv);
|