Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c1737 uint8_t thsel; /* Threshold Type Select */ in nvme_feature_temperature() local
1743 thsel = (command->cdw11 >> 20) & 0x3; in nvme_feature_temperature()
1745 DPRINTF("%s: tmpth=%#x tmpsel=%#x thsel=%#x", __func__, tmpth, tmpsel, thsel); in nvme_feature_temperature()
1749 (thsel > NVME_TEMP_THRESH_UNDER)) { in nvme_feature_temperature()
1754 if (((thsel == NVME_TEMP_THRESH_OVER) && (NVME_TEMPERATURE >= tmpth)) || in nvme_feature_temperature()
1755 ((thsel == NVME_TEMP_THRESH_UNDER) && (NVME_TEMPERATURE <= tmpth))) in nvme_feature_temperature()
/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm.c2336 const char *label, uint16_t tmpsel, uint16_t thsel) in do_get_feat_temp_thresh_one() argument
2345 tt.b.tt_thsel = thsel; in do_get_feat_temp_thresh_one()