Searched refs:new_cfg (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c277 * @new_cfg: new DCBX configuration data
284 struct i40e_dcbx_config *new_cfg) i40e_dcbnl_flush_apps()
296 if (!i40e_dcbnl_find_app(new_cfg, &app)) i40e_dcbnl_flush_apps()
282 i40e_dcbnl_flush_apps(struct i40e_pf *pf, struct i40e_dcbx_config *old_cfg, struct i40e_dcbx_config *new_cfg) i40e_dcbnl_flush_apps() argument
H A Di40e.h740 struct i40e_dcbx_config *new_cfg);
745 struct i40e_dcbx_config *new_cfg);
H A Di40e_main.c5149 * @new_cfg: new DCB config
5153 struct i40e_dcbx_config *new_cfg) i40e_dcb_need_reconfig()
5158 if (memcmp(&new_cfg->etscfg, i40e_dcb_need_reconfig()
5160 sizeof(new_cfg->etscfg))) { i40e_dcb_need_reconfig()
5162 if (memcmp(&new_cfg->etscfg.prioritytable, i40e_dcb_need_reconfig()
5164 sizeof(new_cfg->etscfg.prioritytable))) { i40e_dcb_need_reconfig()
5169 if (memcmp(&new_cfg->etscfg.tcbwtable, i40e_dcb_need_reconfig()
5171 sizeof(new_cfg->etscfg.tcbwtable))) i40e_dcb_need_reconfig()
5174 if (memcmp(&new_cfg->etscfg.tsatable, i40e_dcb_need_reconfig()
5176 sizeof(new_cfg->etscfg.tsatable))) i40e_dcb_need_reconfig()
5181 if (memcmp(&new_cfg->pfc, i40e_dcb_need_reconfig()
5183 sizeof(new_cfg->pfc))) { i40e_dcb_need_reconfig()
5189 if (memcmp(&new_cfg->app, i40e_dcb_need_reconfig()
5191 sizeof(new_cfg->app))) { i40e_dcb_need_reconfig()
5151 i40e_dcb_need_reconfig(struct i40e_pf *pf, struct i40e_dcbx_config *old_cfg, struct i40e_dcbx_config *new_cfg) i40e_dcb_need_reconfig() argument
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dobd_config.c992 struct lustre_cfg *new_cfg = NULL; lustre_cfg_rename() local
1032 new_cfg = lustre_cfg_new(cfg->lcfg_command, bufs); lustre_cfg_rename()
1036 if (new_cfg == NULL) lustre_cfg_rename()
1039 new_cfg->lcfg_num = cfg->lcfg_num; lustre_cfg_rename()
1040 new_cfg->lcfg_flags = cfg->lcfg_flags; lustre_cfg_rename()
1041 new_cfg->lcfg_nid = cfg->lcfg_nid; lustre_cfg_rename()
1042 new_cfg->lcfg_nal = cfg->lcfg_nal; lustre_cfg_rename()
1044 return new_cfg; lustre_cfg_rename()
/linux-4.1.27/drivers/net/ethernet/natsemi/
H A Dns83820.c616 u32 cfg, new_cfg; phy_intr() local
665 new_cfg = dev->CFG_cache & ~(CFG_SB | CFG_MODE_1000 | CFG_SPDSTS); phy_intr()
668 new_cfg |= CFG_MODE_1000; phy_intr()
670 new_cfg &= ~CFG_MODE_1000; phy_intr()
676 new_cfg |= CFG_SB; phy_intr()
691 ((new_cfg ^ dev->CFG_cache) != 0)) { phy_intr()
692 writel(new_cfg, dev->base + CFG); phy_intr()
693 dev->CFG_cache = new_cfg; phy_intr()

Completed in 214 milliseconds