Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1145 uint8_t sd_io_latency_state; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c9757 if (vport->sd_io_latency_state == SD_COLLECTING) { in emlxs_dfc_sd_start_collection()
9774 vport->sd_io_latency_state = SD_COLLECTING; in emlxs_dfc_sd_start_collection()
9818 if (vport->sd_io_latency_state != SD_COLLECTING) { in emlxs_dfc_sd_stop_collection()
9823 vport->sd_io_latency_state = SD_STOPPED; in emlxs_dfc_sd_stop_collection()
9831 if (vport->sd_io_latency_state == SD_COLLECTING) in emlxs_dfc_sd_stop_collection()
H A Demlxs_solaris.c10383 (vport->sd_io_latency_state != SD_COLLECTING)) { in emlxs_update_sd_bucket()