Lines Matching defs:old_cfg
165 ice_dcb_needs_reconfig(struct ice_softc *sc, struct ice_dcbx_cfg *old_cfg,
8670 * @old_cfg: Old DCBX configuration to compare against
8677 ice_dcb_needs_reconfig(struct ice_softc *sc, struct ice_dcbx_cfg *old_cfg,
8684 if (!memcmp(old_cfg, new_cfg, sizeof(*old_cfg))) {
8691 if (memcmp(&new_cfg->etscfg, &old_cfg->etscfg,
8695 &old_cfg->etscfg.prio_table,
8703 &old_cfg->etscfg.tcbwtable,
8710 &old_cfg->etscfg.tsatable,
8718 if (memcmp(&new_cfg->pfc, &old_cfg->pfc, sizeof(new_cfg->pfc))) {
8724 if (memcmp(&new_cfg->app, &old_cfg->app, sizeof(new_cfg->app)))