Searched refs:mlx5e_safe_switch_params (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_ethtool.c | 404 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, true); in mlx5e_ethtool_set_ringparam() 519 err = mlx5e_safe_switch_params(priv, &new_params, in mlx5e_ethtool_set_channels() 793 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, false); in mlx5e_ethtool_set_coalesce() 2099 return mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, false); in set_pflag_cqe_based_moder() 2141 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, true); in mlx5e_modify_rx_cqe_compression_locked() 2143 err = mlx5e_safe_switch_params(priv, &new_params, mlx5e_ptp_rx_manage_fs_ctx, in mlx5e_modify_rx_cqe_compression_locked() 2202 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, true); in set_pflag_rx_striding_rq() 2247 return mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, true); in set_pflag_tx_mpwqe_common() 2299 err = mlx5e_safe_switch_params(priv, &new_params, in set_pflag_tx_port_ts()
|
D | en_main.c | 3285 int mlx5e_safe_switch_params(struct mlx5e_priv *priv, in mlx5e_safe_switch_params() function 3326 return mlx5e_safe_switch_params(priv, &priv->channels.params, NULL, NULL, true); in mlx5e_safe_reopen_channels() 3647 err = mlx5e_safe_switch_params(priv, &new_params, in mlx5e_setup_tc_mqprio_dcb() 3764 err = mlx5e_safe_switch_params(priv, &new_params, in mlx5e_setup_tc_mqprio_channel() 4006 err = mlx5e_safe_switch_params(priv, &new_params, in set_feature_lro() 4035 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, reset); in set_feature_hw_gro() 4174 err = mlx5e_safe_switch_params(priv, &new_params, mlx5e_set_rx_port_ts_wrap, in set_feature_rx_fcs() 4556 err = mlx5e_safe_switch_params(priv, &new_params, preactivate, NULL, reset); in mlx5e_change_mtu() 4606 return mlx5e_safe_switch_params(priv, &new_params, mlx5e_ptp_rx_manage_fs_ctx, in mlx5e_hwstamp_config_ptp_rx() 5045 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, reset); in mlx5e_xdp_set()
|
D | en.h | 1084 int mlx5e_safe_switch_params(struct mlx5e_priv *priv,
|
D | en_dcbnl.c | 1160 err = mlx5e_safe_switch_params(priv, &new_params, in mlx5e_set_trust_state()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib.c | 528 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, true); in mlx5i_change_mtu()
|