Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c1736 uint8_t tmpsel; /* Threshold Temperature Select */ in nvme_feature_temperature() local
1742 tmpsel = (command->cdw11 >> 16) & 0xf; in nvme_feature_temperature()
1745 DPRINTF("%s: tmpth=%#x tmpsel=%#x thsel=%#x", __func__, tmpth, tmpsel, thsel); in nvme_feature_temperature()
1748 if (((tmpsel != 0) && (tmpsel != 0xf)) || 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
2344 tt.b.tt_tmpsel = tmpsel; in do_get_feat_temp_thresh_one()