Lines Matching refs:new_cfg
166 struct ice_dcbx_cfg *new_cfg);
8678 struct ice_dcbx_cfg *new_cfg) in ice_dcb_needs_reconfig() argument
8684 if (!memcmp(old_cfg, new_cfg, sizeof(*old_cfg))) { in ice_dcb_needs_reconfig()
8691 if (memcmp(&new_cfg->etscfg, &old_cfg->etscfg, in ice_dcb_needs_reconfig()
8692 sizeof(new_cfg->etscfg))) { in ice_dcb_needs_reconfig()
8694 if (memcmp(&new_cfg->etscfg.prio_table, in ice_dcb_needs_reconfig()
8696 sizeof(new_cfg->etscfg.prio_table))) { in ice_dcb_needs_reconfig()
8702 if (memcmp(&new_cfg->etscfg.tcbwtable, in ice_dcb_needs_reconfig()
8704 sizeof(new_cfg->etscfg.tcbwtable))) { in ice_dcb_needs_reconfig()
8709 if (memcmp(&new_cfg->etscfg.tsatable, in ice_dcb_needs_reconfig()
8711 sizeof(new_cfg->etscfg.tsatable))) { in ice_dcb_needs_reconfig()
8718 if (memcmp(&new_cfg->pfc, &old_cfg->pfc, sizeof(new_cfg->pfc))) { in ice_dcb_needs_reconfig()
8724 if (memcmp(&new_cfg->app, &old_cfg->app, sizeof(new_cfg->app))) in ice_dcb_needs_reconfig()