Searched refs:tmpsel (Results 1 – 1 of 1) sorted by relevance
1722 uint8_t tmpsel; /* Threshold Temperature Select */ in nvme_feature_temperature() local1728 tmpsel = (command->cdw11 >> 16) & 0xf; in nvme_feature_temperature()1731 DPRINTF("%s: tmpth=%#x tmpsel=%#x thsel=%#x", __func__, tmpth, tmpsel, thsel); in nvme_feature_temperature()1734 if (((tmpsel != 0) && (tmpsel != 0xf)) || in nvme_feature_temperature()