Searched refs:mlx5e_safe_switch_params (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_ethtool.c | 404 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, true); in mlx5e_ethtool_set_ringparam() 522 err = mlx5e_safe_switch_params(priv, &new_params, in mlx5e_ethtool_set_channels() 796 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, false); in mlx5e_ethtool_set_coalesce() 2102 return mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, false); in set_pflag_cqe_based_moder() 2144 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, true); in mlx5e_modify_rx_cqe_compression_locked() 2146 err = mlx5e_safe_switch_params(priv, &new_params, mlx5e_ptp_rx_manage_fs_ctx, in mlx5e_modify_rx_cqe_compression_locked() 2205 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, true); in set_pflag_rx_striding_rq() 2250 return mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, true); in set_pflag_tx_mpwqe_common() 2302 err = mlx5e_safe_switch_params(priv, &new_params, in set_pflag_tx_port_ts()
|
H A D | en_main.c | 3315 int mlx5e_safe_switch_params(struct mlx5e_priv *priv, in mlx5e_safe_switch_params() function 3356 return mlx5e_safe_switch_params(priv, &priv->channels.params, NULL, NULL, true); in mlx5e_safe_reopen_channels() 3677 err = mlx5e_safe_switch_params(priv, &new_params, in mlx5e_setup_tc_mqprio_dcb() 3794 err = mlx5e_safe_switch_params(priv, &new_params, in mlx5e_setup_tc_mqprio_channel() 4037 err = mlx5e_safe_switch_params(priv, &new_params, in set_feature_lro() 4066 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, reset); in set_feature_hw_gro() 4205 err = mlx5e_safe_switch_params(priv, &new_params, mlx5e_set_rx_port_ts_wrap, in set_feature_rx_fcs() 4587 err = mlx5e_safe_switch_params(priv, &new_params, preactivate, NULL, reset); in mlx5e_change_mtu() 4641 return mlx5e_safe_switch_params(priv, &new_params, mlx5e_ptp_rx_manage_fs_ctx, in mlx5e_hwstamp_config_ptp_rx() 5080 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, reset); in mlx5e_xdp_set()
|
H A D | en.h | 1083 int mlx5e_safe_switch_params(struct mlx5e_priv *priv,
|
H A D | en_dcbnl.c | 1160 err = mlx5e_safe_switch_params(priv, &new_params, in mlx5e_set_trust_state()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ipoib.c | 528 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, true); in mlx5i_change_mtu()
|