Searched refs:new_cfg (Results 1 – 4 of 4) sorted by relevance
261 struct i40e_dcbx_config *new_cfg) in i40e_dcbnl_flush_apps() argument273 if (!i40e_dcbnl_find_app(new_cfg, &app)) in i40e_dcbnl_flush_apps()
1066 struct i40e_dcbx_config *new_cfg);1071 struct i40e_dcbx_config *new_cfg);
7916 struct i40e_dcbx_config *new_cfg) in i40e_dcb_need_reconfig() argument7921 if (memcmp(&new_cfg->etscfg, in i40e_dcb_need_reconfig()7923 sizeof(new_cfg->etscfg))) { in i40e_dcb_need_reconfig()7925 if (memcmp(&new_cfg->etscfg.prioritytable, in i40e_dcb_need_reconfig()7927 sizeof(new_cfg->etscfg.prioritytable))) { in i40e_dcb_need_reconfig()7932 if (memcmp(&new_cfg->etscfg.tcbwtable, in i40e_dcb_need_reconfig()7934 sizeof(new_cfg->etscfg.tcbwtable))) in i40e_dcb_need_reconfig()7937 if (memcmp(&new_cfg->etscfg.tsatable, in i40e_dcb_need_reconfig()7939 sizeof(new_cfg->etscfg.tsatable))) in i40e_dcb_need_reconfig()7944 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()