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

/freebsd-current/usr.sbin/bhyve/
H A Dpci_nvme.c1712 uint8_t thsel; /* Threshold Type Select */ local
1718 thsel = (command->cdw11 >> 20) & 0x3;
1720 DPRINTF("%s: tmpth=%#x tmpsel=%#x thsel=%#x", __func__, tmpth, tmpsel, thsel);
1724 (thsel > NVME_TEMP_THRESH_UNDER)) {
1729 if (((thsel == NVME_TEMP_THRESH_OVER) && (NVME_TEMPERATURE >= tmpth)) ||
1730 ((thsel == NVME_TEMP_THRESH_UNDER) && (NVME_TEMPERATURE <= tmpth)))

Completed in 65 milliseconds