Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_dcb_nl.c261 struct i40e_dcbx_config *new_cfg) in i40e_dcbnl_flush_apps() argument
273 if (!i40e_dcbnl_find_app(new_cfg, &app)) in i40e_dcbnl_flush_apps()
Di40e.h1066 struct i40e_dcbx_config *new_cfg);
1071 struct i40e_dcbx_config *new_cfg);
Di40e_main.c7916 struct i40e_dcbx_config *new_cfg) in i40e_dcb_need_reconfig() argument
7921 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 …]
/Linux-v4.19/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()