Home
last modified time | relevance | path

Searched refs:new_ppriv (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c6242 const struct mlx5e_profile *new_profile, void *new_ppriv) in mlx5e_netdev_init_profile() argument
6254 priv->ppriv = new_ppriv; in mlx5e_netdev_init_profile()
6268 const struct mlx5e_profile *new_profile, void *new_ppriv) in mlx5e_netdev_attach_profile() argument
6273 err = mlx5e_netdev_init_profile(netdev, mdev, new_profile, new_ppriv); in mlx5e_netdev_attach_profile()
6289 const struct mlx5e_profile *new_profile, void *new_ppriv) in mlx5e_netdev_change_profile() argument
6303 mlx5e_netdev_init_profile(netdev, mdev, new_profile, new_ppriv); in mlx5e_netdev_change_profile()
6308 err = mlx5e_netdev_attach_profile(netdev, mdev, new_profile, new_ppriv); in mlx5e_netdev_change_profile()
H A Den.h1224 const struct mlx5e_profile *new_profile, void *new_ppriv);