Searched refs:new_params (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_ethtool.c | 345 struct mlx5e_params new_params; in mlx5e_ethtool_set_ringparam() local 432 struct mlx5e_params new_params; in mlx5e_ethtool_set_channels() local 481 new_params = *cur_params; in mlx5e_ethtool_set_channels() 482 new_params.num_channels = count; in mlx5e_ethtool_set_channels() 606 struct mlx5e_params new_params; in mlx5e_ethtool_set_coalesce() local 1886 struct mlx5e_params new_params; in set_pflag_cqe_based_moder() local 1922 struct mlx5e_params new_params; in mlx5e_modify_rx_cqe_compression_locked() local 1945 new_params.ptp_rx = new_val; in mlx5e_modify_rx_cqe_compression_locked() 1987 struct mlx5e_params new_params; in set_pflag_rx_striding_rq() local 2037 struct mlx5e_params new_params; in set_pflag_tx_mpwqe_common() local [all …]
|
A D | en_main.c | 3416 struct mlx5e_params new_params; in mlx5e_setup_tc_mqprio_dcb() local 3773 new_params = *cur_params; in set_feature_lro() 3915 new_params = chs->params; in set_feature_rx_fcs() 4217 new_params = *params; in mlx5e_change_mtu() 4218 new_params.sw_mtu = new_mtu; in mlx5e_change_mtu() 4224 &new_params)) { in mlx5e_change_mtu() 4243 &new_params, NULL); in mlx5e_change_mtu() 4306 new_params.ptp_rx = ptp_rx; in mlx5e_hwstamp_config_ptp_rx() 4308 &new_params.ptp_rx, true); in mlx5e_hwstamp_config_ptp_rx() 4701 new_params.xdp_prog = prog; in mlx5e_xdp_allowed() [all …]
|
A D | en_dcbnl.c | 1143 struct mlx5e_params new_params; in mlx5e_set_trust_state() local 1149 new_params = priv->channels.params; in mlx5e_set_trust_state() 1150 mlx5e_params_calc_trust_tx_min_inline_mode(priv->mdev, &new_params, in mlx5e_set_trust_state() 1154 if (new_params.tx_min_inline_mode == priv->channels.params.tx_min_inline_mode) in mlx5e_set_trust_state() 1157 err = mlx5e_safe_switch_params(priv, &new_params, in mlx5e_set_trust_state()
|
A D | en.h | 1098 struct mlx5e_params *new_params,
|
/linux-6.3-rc2/drivers/media/platform/rockchip/rkisp1/ |
A D | rkisp1-params.c | 1250 module_ens = new_params->module_ens; in rkisp1_isp_isr_other_config() 1271 &new_params->others.bls_config); in rkisp1_isp_isr_other_config() 1287 &new_params->others.sdg_config); in rkisp1_isp_isr_other_config() 1318 &new_params->others.bdm_config); in rkisp1_isp_isr_other_config() 1334 &new_params->others.flt_config); in rkisp1_isp_isr_other_config() 1424 module_ens = new_params->module_ens; in rkisp1_isp_isr_lsc_config() 1450 module_ens = new_params->module_ens; in rkisp1_isp_isr_meas_config() 1464 &new_params->meas.afc_config); in rkisp1_isp_isr_meas_config() 1480 &new_params->meas.hst_config); in rkisp1_isp_isr_meas_config() 1484 &new_params->meas.hst_config, in rkisp1_isp_isr_meas_config() [all …]
|
/linux-6.3-rc2/drivers/nfc/st95hf/ |
A D | core.c | 538 struct param_list new_params[2]; in iso14443_config_fdt() local 546 new_params[0].param_offset = 2; in iso14443_config_fdt() 550 new_params[0].new_param_val = pp_typeb; in iso14443_config_fdt() 552 new_params[1].param_offset = 3; in iso14443_config_fdt() 553 new_params[1].new_param_val = wtxm; in iso14443_config_fdt() 560 new_params, in iso14443_config_fdt() 580 new_params, in iso14443_config_fdt() 609 struct param_list new_params[1]; in st95hf_handle_wtx() local 622 new_params[0].param_offset = 1; in st95hf_handle_wtx() 623 new_params[0].new_param_val = wtx_val; in st95hf_handle_wtx() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
A D | ipoib.c | 518 struct mlx5e_params new_params; in mlx5i_change_mtu() local 523 new_params = priv->channels.params; in mlx5i_change_mtu() 524 new_params.sw_mtu = new_mtu; in mlx5i_change_mtu() 526 err = mlx5e_safe_switch_params(priv, &new_params, NULL, NULL, true); in mlx5i_change_mtu() 530 netdev->mtu = new_params.sw_mtu; in mlx5i_change_mtu()
|
/linux-6.3-rc2/drivers/tty/ |
A D | synclink_gt.c | 1089 static long set_params32(struct slgt_info *info, struct MGSL_PARAMS32 __user *new_params) in set_params32() argument 1094 if (copy_from_user(&tmp_params, new_params, sizeof(struct MGSL_PARAMS32))) in set_params32() 2528 static int set_params(struct slgt_info *info, MGSL_PARAMS __user *new_params) in set_params() argument 2534 if (copy_from_user(&tmp_params, new_params, sizeof(MGSL_PARAMS))) in set_params()
|
/linux-6.3-rc2/drivers/char/pcmcia/ |
A D | synclink_cs.c | 424 static int set_params(MGSLPC_INFO *info, MGSL_PARAMS __user *new_params, struct tty_struct *tty); 1799 static int set_params(MGSLPC_INFO * info, MGSL_PARAMS __user *new_params, struct tty_struct *tty) in set_params() argument 1808 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS)); in set_params()
|
Completed in 47 milliseconds