Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_nvme.c123 #define NVME_TEMPERATURE 296 macro
668 sc->health_log.temperature = NVME_TEMPERATURE; in pci_nvme_init_logpages()
1749 if (((thsel == NVME_TEMP_THRESH_OVER) && (NVME_TEMPERATURE >= tmpth)) || in nvme_feature_temperature()
1750 ((thsel == NVME_TEMP_THRESH_UNDER) && (NVME_TEMPERATURE <= tmpth))) in nvme_feature_temperature()