Home
last modified time | relevance | path

Searched refs:tokenmt_type (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/ipp/meters/
H A Dtokenmtddi.c257 cfg_parms->tokenmt_type = TRTCL_TOKENMT; in tokenmt_create_action()
259 cfg_parms->tokenmt_type = SRTCL_TOKENMT; in tokenmt_create_action()
263 if (cfg_parms->tokenmt_type == SRTCL_TOKENMT) { in tokenmt_create_action()
513 cfg_parms->tokenmt_type = TRTCL_TOKENMT; in tokenmt_modify_action()
516 cfg_parms->tokenmt_type = SRTCL_TOKENMT; in tokenmt_modify_action()
521 (cfg_parms->tokenmt_type == TRTCL_TOKENMT)) { in tokenmt_modify_action()
529 if ((cfg_parms->tokenmt_type != TRTCL_TOKENMT) && in tokenmt_modify_action()
540 if (cfg_parms->tokenmt_type == SRTCL_TOKENMT) { in tokenmt_modify_action()
892 if (cfg_parms->tokenmt_type == TRTCL_TOKENMT) { in tokenmt_info()
H A Dtokenmt.c137 if (cfg_parms->tokenmt_type == SRTCL_TOKENMT) { in tokenmt_process()
240 switch (cfg_parms->tokenmt_type) { in tokenmt_update_tokens()
H A Dmeter_impl.h113 uint_t tokenmt_type; member