Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/dsw/
H A Ddsw.c176 extern int ii_throttle_unit;
260 iigkstat.ii_throttle_unit.value.ul = ii_throttle_unit; in ii_create_kstats()
355 ii_throttle_unit = i; in iiattach()
356 if ((ii_throttle_unit < MIN_THROTTLE_UNIT) || in iiattach()
357 (ii_throttle_unit > MAX_THROTTLE_UNIT) || in iiattach()
360 "!ii: ii_throttle_unit=%d", ii_throttle_unit); in iiattach()
H A Ddsw_dev.h124 kstat_named_t ii_throttle_unit; member
594 int32_t ii_throttle_unit; /* Last setting of throttle unit */ member
H A Ddsw_dev.c97 int ii_throttle_unit = MIN_THROTTLE_UNIT; variable
1217 ip->bi_throttle_unit = ii_throttle_unit; in _ii_config()
1304 ip->bi_throttle_unit = bm_header->ii_throttle_unit; in _ii_config()
1862 bm_header->ii_throttle_unit = ip->bi_throttle_unit; in _ii_config()
2971 bm_header->ii_throttle_unit = ip->bi_throttle_unit; in _ii_reset()
3252 bm_header->ii_throttle_unit = ip->bi_throttle_unit; in _ii_suspend_vol()