Searched refs:new_chs (Results 1 – 1 of 1) sorted by relevance
2788 struct mlx5e_channels *new_chs, in mlx5e_switch_priv_channels() argument2803 priv->channels = *new_chs; in mlx5e_switch_priv_channels()2835 struct mlx5e_channels new_chs = {}; in mlx5e_safe_switch_params() local2842 new_chs.params = *params; in mlx5e_safe_switch_params()2844 mlx5e_selq_prepare(&priv->selq, &new_chs.params, !!priv->htb.maj_id); in mlx5e_safe_switch_params()2846 err = mlx5e_open_channels(priv, &new_chs); in mlx5e_safe_switch_params()2850 err = mlx5e_switch_priv_channels(priv, &new_chs, preactivate, context); in mlx5e_safe_switch_params()2857 mlx5e_close_channels(&new_chs); in mlx5e_safe_switch_params()