Searched refs:new_cfg (Results 1 – 4 of 4) sorted by relevance
283 struct i40e_dcbx_config *new_cfg) in i40e_dcbnl_flush_apps() argument295 if (!i40e_dcbnl_find_app(new_cfg, &app)) in i40e_dcbnl_flush_apps()
796 struct i40e_dcbx_config *new_cfg);801 struct i40e_dcbx_config *new_cfg);
5535 struct i40e_dcbx_config *new_cfg) in i40e_dcb_need_reconfig() argument5540 if (memcmp(&new_cfg->etscfg, in i40e_dcb_need_reconfig()5542 sizeof(new_cfg->etscfg))) { in i40e_dcb_need_reconfig()5544 if (memcmp(&new_cfg->etscfg.prioritytable, in i40e_dcb_need_reconfig()5546 sizeof(new_cfg->etscfg.prioritytable))) { in i40e_dcb_need_reconfig()5551 if (memcmp(&new_cfg->etscfg.tcbwtable, in i40e_dcb_need_reconfig()5553 sizeof(new_cfg->etscfg.tcbwtable))) in i40e_dcb_need_reconfig()5556 if (memcmp(&new_cfg->etscfg.tsatable, in i40e_dcb_need_reconfig()5558 sizeof(new_cfg->etscfg.tsatable))) in i40e_dcb_need_reconfig()5563 if (memcmp(&new_cfg->pfc, in i40e_dcb_need_reconfig()[all …]
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()