Searched refs:emlxs_sd_bucket (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c338 sd_bucket_info_t emlxs_sd_bucket; variable
9591 state = emlxs_sd_bucket.state;
9601 bcopy(dfc->buf3, (void *) &emlxs_sd_bucket,
9603 emlxs_sd_bucket.state = SD_STOPPED;
9621 if (emlxs_sd_bucket.search_type == 0) {
9623 } else if (emlxs_sd_bucket.state == SD_COLLECTING) {
9628 bzero((uint8_t *)&emlxs_sd_bucket, sizeof (sd_bucket_info_t));
9648 if (emlxs_sd_bucket.search_type == 0) {
9653 bcopy(&emlxs_sd_bucket, dfc->buf3,
9678 if (emlxs_sd_bucket
[all...]
H A Demlxs_solaris.c467 extern sd_bucket_info_t emlxs_sd_bucket;
10359 if ((emlxs_sd_bucket.search_type == 0) ||
10376 emlxs_sd_bucket.values[SD_IO_LATENCY_MAX_BUCKETS - 1]) {
10379 } else if (delta_time <= emlxs_sd_bucket.values[0]) {
10383 if ((delta_time > emlxs_sd_bucket.values[i-1]) &&
10384 (delta_time <= emlxs_sd_bucket.values[i])) {

Completed in 108 milliseconds