Searched refs:new_params (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_ethtool.c | 390 struct mlx5e_params new_params; in mlx5e_ethtool_set_ringparam() local 469 struct mlx5e_params new_params; in mlx5e_ethtool_set_channels() local 534 new_params = *cur_params; in mlx5e_ethtool_set_channels() 535 new_params.num_channels = count; in mlx5e_ethtool_set_channels() 719 struct mlx5e_params new_params; in mlx5e_ethtool_set_coalesce() local 2086 struct mlx5e_params new_params; in set_pflag_cqe_based_moder() local 2132 struct mlx5e_params new_params; in mlx5e_modify_rx_cqe_compression_locked() local 2155 new_params.ptp_rx = new_val; in mlx5e_modify_rx_cqe_compression_locked() 2197 struct mlx5e_params new_params; in set_pflag_rx_striding_rq() local 2255 struct mlx5e_params new_params; in set_pflag_tx_mpwqe_common() local [all …]
|
| H A D | en_main.c | 3638 struct mlx5e_params new_params; in mlx5e_setup_tc_mqprio_dcb() local 3752 struct mlx5e_params new_params; in mlx5e_setup_tc_mqprio_channel() local 3995 new_params = *cur_params; in set_feature_lro() 4179 new_params = chs->params; in set_feature_rx_fcs() 4527 new_params = *params; in mlx5e_change_mtu() 4528 new_params.sw_mtu = new_mtu; in mlx5e_change_mtu() 4534 &new_params)) { in mlx5e_change_mtu() 4553 &new_params, NULL); in mlx5e_change_mtu() 4620 new_params.ptp_rx = ptp_rx; in mlx5e_hwstamp_config_ptp_rx() 4622 &new_params.ptp_rx, true); in mlx5e_hwstamp_config_ptp_rx() [all …]
|
| H A D | en_dcbnl.c | 1146 struct mlx5e_params new_params; in mlx5e_set_trust_state() local 1152 new_params = priv->channels.params; in mlx5e_set_trust_state() 1153 mlx5e_params_calc_trust_tx_min_inline_mode(priv->mdev, &new_params, in mlx5e_set_trust_state() 1157 if (new_params.tx_min_inline_mode == priv->channels.params.tx_min_inline_mode) in mlx5e_set_trust_state() 1160 err = mlx5e_safe_switch_params(priv, &new_params, in mlx5e_set_trust_state()
|
| H A D | en.h | 1088 struct mlx5e_params *new_params,
|
| /linux-6.15/drivers/nfc/st95hf/ |
| H A D | core.c | 537 struct param_list new_params[2]; in iso14443_config_fdt() local 545 new_params[0].param_offset = 2; in iso14443_config_fdt() 549 new_params[0].new_param_val = pp_typeb; in iso14443_config_fdt() 551 new_params[1].param_offset = 3; in iso14443_config_fdt() 552 new_params[1].new_param_val = wtxm; in iso14443_config_fdt() 559 new_params, in iso14443_config_fdt() 579 new_params, in iso14443_config_fdt() 608 struct param_list new_params[1]; in st95hf_handle_wtx() local 621 new_params[0].param_offset = 1; in st95hf_handle_wtx() 622 new_params[0].new_param_val = wtx_val; in st95hf_handle_wtx() [all …]
|
| /linux-6.15/drivers/media/platform/rockchip/rkisp1/ |
| H A D | rkisp1-params.c | 1359 module_ens = new_params->module_ens; in rkisp1_isp_isr_other_config() 1386 &new_params->others.bls_config); in rkisp1_isp_isr_other_config() 1402 &new_params->others.sdg_config); in rkisp1_isp_isr_other_config() 1433 &new_params->others.bdm_config); in rkisp1_isp_isr_other_config() 1449 &new_params->others.flt_config); in rkisp1_isp_isr_other_config() 1539 module_ens = new_params->module_ens; in rkisp1_isp_isr_lsc_config() 1565 module_ens = new_params->module_ens; in rkisp1_isp_isr_meas_config() 1579 &new_params->meas.afc_config); in rkisp1_isp_isr_meas_config() 1595 &new_params->meas.hst_config); in rkisp1_isp_isr_meas_config() 1599 &new_params->meas.hst_config, in rkisp1_isp_isr_meas_config() [all …]
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
| H A D | ipoib.c | 520 struct mlx5e_params new_params; in mlx5i_change_mtu() local 525 new_params = priv->channels.params; in mlx5i_change_mtu() 526 new_params.sw_mtu = new_mtu; in mlx5i_change_mtu() 528 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, true); in mlx5i_change_mtu() 532 WRITE_ONCE(netdev->mtu, new_params.sw_mtu); in mlx5i_change_mtu()
|
| /linux-6.15/drivers/tty/ |
| H A D | synclink_gt.c | 1087 static long set_params32(struct slgt_info *info, struct MGSL_PARAMS32 __user *new_params) in set_params32() argument 1093 if (copy_from_user(&tmp_params, new_params, sizeof(struct MGSL_PARAMS32))) in set_params32() 2527 static int set_params(struct slgt_info *info, MGSL_PARAMS __user *new_params) in set_params() argument 2533 if (copy_from_user(&tmp_params, new_params, sizeof(MGSL_PARAMS))) in set_params()
|