Home
last modified time | relevance | path

Searched refs:old_cfg (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/ipp/meters/
H A Dtswtclddi.c291 tswtcl_cfg_t *cfg_parms, *old_cfg; in tswtcl_modify_action() local
313 old_cfg = tswtcl_data->cfg_parms; in tswtcl_modify_action()
323 bcopy(old_cfg, cfg_parms, TSWTCL_CFG_SZ); in tswtcl_modify_action()
400 if (cfg_parms->stats && !old_cfg->stats) { in tswtcl_modify_action()
406 } else if (!cfg_parms->stats && old_cfg->stats) { in tswtcl_modify_action()
448 err = ipp_action_unref(aid, old_cfg->red_action, flags); in tswtcl_modify_action()
450 err = ipp_action_unref(aid, old_cfg->yellow_action, flags); in tswtcl_modify_action()
452 err = ipp_action_unref(aid, old_cfg->green_action, flags); in tswtcl_modify_action()
456 kmem_free(old_cfg, TSWTCL_CFG_SZ); in tswtcl_modify_action()
H A Dtokenmtddi.c393 tokenmt_cfg_t *cfg_parms, *old_cfg; in tokenmt_modify_action() local
418 old_cfg = tokenmt_data->cfg_parms; in tokenmt_modify_action()
429 bcopy(old_cfg, cfg_parms, TOKENMT_CFG_SZ); in tokenmt_modify_action()
586 if (cfg_parms->stats && !old_cfg->stats) { in tokenmt_modify_action()
592 } else if (!cfg_parms->stats && old_cfg->stats) { in tokenmt_modify_action()
634 err = ipp_action_unref(aid, old_cfg->red_action, flags); in tokenmt_modify_action()
636 if (old_cfg->yellow_action != TOKENMT_NO_ACTION) { in tokenmt_modify_action()
637 err = ipp_action_unref(aid, old_cfg->yellow_action, flags); in tokenmt_modify_action()
640 err = ipp_action_unref(aid, old_cfg->green_action, flags); in tokenmt_modify_action()
644 kmem_free(old_cfg, TOKENMT_CFG_SZ); in tokenmt_modify_action()