Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/avs/ns/dsw/
H A Ddsw.c177 extern int ii_throttle_delay;
261 iigkstat.ii_throttle_delay.value.ul = in ii_create_kstats()
262 ii_throttle_delay; in ii_create_kstats()
366 ii_throttle_delay = i; in iiattach()
367 if ((ii_throttle_delay < MIN_THROTTLE_DELAY) || in iiattach()
368 (ii_throttle_delay > MIN_THROTTLE_DELAY) || in iiattach()
371 "!ii: ii_throttle_delay=%d", ii_throttle_delay); in iiattach()
H A Ddsw_dev.h125 kstat_named_t ii_throttle_delay; member
595 int32_t ii_throttle_delay; /* Last setting of throttle delay */ member
H A Ddsw_dev.c99 int ii_throttle_delay = MIN_THROTTLE_DELAY; variable
1218 ip->bi_throttle_delay = ii_throttle_delay; in _ii_config()
1303 ip->bi_throttle_delay = bm_header->ii_throttle_delay; in _ii_config()
1861 bm_header->ii_throttle_delay = ip->bi_throttle_delay; in _ii_config()
2970 bm_header->ii_throttle_delay = ip->bi_throttle_delay; in _ii_reset()
3251 bm_header->ii_throttle_delay = ip->bi_throttle_delay; in _ii_suspend_vol()