Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_dcb_nl.c284 struct i40e_dcbx_config *new_cfg) in i40e_dcbnl_flush_apps() argument
296 if (!i40e_dcbnl_find_app(new_cfg, &app)) in i40e_dcbnl_flush_apps()
Di40e.h740 struct i40e_dcbx_config *new_cfg);
745 struct i40e_dcbx_config *new_cfg);
Di40e_main.c5153 struct i40e_dcbx_config *new_cfg) in i40e_dcb_need_reconfig() argument
5158 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 …]
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c992 struct lustre_cfg *new_cfg = NULL; in lustre_cfg_rename() local
1032 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()
/linux-4.1.27/drivers/net/ethernet/natsemi/
Dns83820.c616 u32 cfg, new_cfg; in phy_intr() local
665 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()