Searched refs:new_cfg (Results 1 – 5 of 5) sorted by relevance
284 struct i40e_dcbx_config *new_cfg) in i40e_dcbnl_flush_apps() argument296 if (!i40e_dcbnl_find_app(new_cfg, &app)) in i40e_dcbnl_flush_apps()
740 struct i40e_dcbx_config *new_cfg);745 struct i40e_dcbx_config *new_cfg);
5153 struct i40e_dcbx_config *new_cfg) in i40e_dcb_need_reconfig() argument5158 if (memcmp(&new_cfg->etscfg, in i40e_dcb_need_reconfig()5160 sizeof(new_cfg->etscfg))) { in i40e_dcb_need_reconfig()5162 if (memcmp(&new_cfg->etscfg.prioritytable, in i40e_dcb_need_reconfig()5164 sizeof(new_cfg->etscfg.prioritytable))) { in i40e_dcb_need_reconfig()5169 if (memcmp(&new_cfg->etscfg.tcbwtable, in i40e_dcb_need_reconfig()5171 sizeof(new_cfg->etscfg.tcbwtable))) in i40e_dcb_need_reconfig()5174 if (memcmp(&new_cfg->etscfg.tsatable, in i40e_dcb_need_reconfig()5176 sizeof(new_cfg->etscfg.tsatable))) in i40e_dcb_need_reconfig()5181 if (memcmp(&new_cfg->pfc, in i40e_dcb_need_reconfig()[all …]
992 struct lustre_cfg *new_cfg = NULL; in lustre_cfg_rename() local1032 new_cfg = lustre_cfg_new(cfg->lcfg_command, bufs); in lustre_cfg_rename()1036 if (new_cfg == NULL) in lustre_cfg_rename()1039 new_cfg->lcfg_num = cfg->lcfg_num; in lustre_cfg_rename()1040 new_cfg->lcfg_flags = cfg->lcfg_flags; in lustre_cfg_rename()1041 new_cfg->lcfg_nid = cfg->lcfg_nid; in lustre_cfg_rename()1042 new_cfg->lcfg_nal = cfg->lcfg_nal; in lustre_cfg_rename()1044 return new_cfg; in lustre_cfg_rename()
616 u32 cfg, new_cfg; in phy_intr() local665 new_cfg = dev->CFG_cache & ~(CFG_SB | CFG_MODE_1000 | CFG_SPDSTS); in phy_intr()668 new_cfg |= CFG_MODE_1000; in phy_intr()670 new_cfg &= ~CFG_MODE_1000; in phy_intr()676 new_cfg |= CFG_SB; in phy_intr()691 ((new_cfg ^ dev->CFG_cache) != 0)) { in phy_intr()692 writel(new_cfg, dev->base + CFG); in phy_intr()693 dev->CFG_cache = new_cfg; in phy_intr()