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

/freebsd-current/usr.sbin/bhyve/
H A Dpci_nvme.c1711 uint8_t tmpsel; /* Threshold Temperature Select */ local
1717 tmpsel = (command->cdw11 >> 16) & 0xf;
1720 DPRINTF("%s: tmpth=%#x tmpsel=%#x thsel=%#x", __func__, tmpth, tmpsel, thsel);
1723 if (((tmpsel != 0) && (tmpsel != 0xf)) ||

Completed in 120 milliseconds