Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_dcb_nl.c283 struct i40e_dcbx_config *new_cfg) in i40e_dcbnl_flush_apps() argument
295 if (!i40e_dcbnl_find_app(new_cfg, &app)) in i40e_dcbnl_flush_apps()
Di40e.h796 struct i40e_dcbx_config *new_cfg);
801 struct i40e_dcbx_config *new_cfg);
Di40e_main.c5535 struct i40e_dcbx_config *new_cfg) in i40e_dcb_need_reconfig() argument
5540 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 …]
/linux-4.4.14/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()