Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_nvme.c1723 uint8_t thsel; /* Threshold Type Select */ in nvme_feature_temperature() local
1729 thsel = (command->cdw11 >> 20) & 0x3; in nvme_feature_temperature()
1731 DPRINTF("%s: tmpth=%#x tmpsel=%#x thsel=%#x", __func__, tmpth, tmpsel, thsel); in nvme_feature_temperature()
1735 (thsel > NVME_TEMP_THRESH_UNDER)) { in nvme_feature_temperature()
1740 if (((thsel == NVME_TEMP_THRESH_OVER) && (NVME_TEMPERATURE >= tmpth)) || in nvme_feature_temperature()
1741 ((thsel == NVME_TEMP_THRESH_UNDER) && (NVME_TEMPERATURE <= tmpth))) in nvme_feature_temperature()