Lines Matching refs:new_cfg
166 struct ice_dcbx_cfg *new_cfg);
8671 * @new_cfg: New DCBX configuration to check
8673 * @return true if something changed in new_cfg that requires the driver
8678 struct ice_dcbx_cfg *new_cfg)
8684 if (!memcmp(old_cfg, new_cfg, sizeof(*old_cfg))) {
8691 if (memcmp(&new_cfg->etscfg, &old_cfg->etscfg,
8692 sizeof(new_cfg->etscfg))) {
8694 if (memcmp(&new_cfg->etscfg.prio_table,
8696 sizeof(new_cfg->etscfg.prio_table))) {
8702 if (memcmp(&new_cfg->etscfg.tcbwtable,
8704 sizeof(new_cfg->etscfg.tcbwtable))) {
8709 if (memcmp(&new_cfg->etscfg.tsatable,
8711 sizeof(new_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)))