Searched refs:mlx5e_safe_switch_params (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_ethtool.c | 392 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, true); in mlx5e_ethtool_set_ringparam() 491 err = mlx5e_safe_switch_params(priv, &new_params, in mlx5e_ethtool_set_channels() 687 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, reset); in mlx5e_ethtool_set_coalesce() 1906 return mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, true); in set_pflag_cqe_based_moder() 1948 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, true); in mlx5e_modify_rx_cqe_compression_locked() 1950 err = mlx5e_safe_switch_params(priv, &new_params, mlx5e_ptp_rx_manage_fs_ctx, in mlx5e_modify_rx_cqe_compression_locked() 2008 return mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, true); in set_pflag_rx_striding_rq() 2046 return mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, true); in set_pflag_tx_mpwqe_common() 2097 err = mlx5e_safe_switch_params(priv, &new_params, in set_pflag_tx_port_ts()
|
D | en_main.c | 2987 int mlx5e_safe_switch_params(struct mlx5e_priv *priv, in mlx5e_safe_switch_params() function 3023 return mlx5e_safe_switch_params(priv, &priv->channels.params, NULL, NULL, true); in mlx5e_safe_reopen_channels() 3423 err = mlx5e_safe_switch_params(priv, &new_params, in mlx5e_setup_tc_mqprio_dcb() 3545 err = mlx5e_safe_switch_params(priv, &new_params, preactivate, NULL, true); in mlx5e_setup_tc_mqprio_channel() 3786 err = mlx5e_safe_switch_params(priv, &new_params, in set_feature_lro() 3815 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, reset); in set_feature_hw_gro() 4262 err = mlx5e_safe_switch_params(priv, &new_params, preactivate, NULL, reset); in mlx5e_change_mtu() 4312 return mlx5e_safe_switch_params(priv, &new_params, mlx5e_ptp_rx_manage_fs_ctx, in mlx5e_hwstamp_config_ptp_rx() 4762 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, reset); in mlx5e_xdp_set()
|
D | en.h | 1087 int mlx5e_safe_switch_params(struct mlx5e_priv *priv,
|
D | en_dcbnl.c | 1157 err = mlx5e_safe_switch_params(priv, &new_params, in mlx5e_set_trust_state()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib.c | 525 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, true); in mlx5i_change_mtu()
|