Home
last modified time | relevance | path

Searched refs:NVME_TEMP_THRESH_UNDER (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/uts/common/sys/
H A Dnvme.h1581 #define NVME_TEMP_THRESH_UNDER 0x01 macro
/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm.c2416 "Composite Under Temp. Threshold", 0, NVME_TEMP_THRESH_UNDER); in do_get_feat_temp_thresh()
2423 NVME_TEMP_THRESH_UNDER); in do_get_feat_temp_thresh()
2432 NVME_TEMP_THRESH_UNDER); in do_get_feat_temp_thresh()
2441 NVME_TEMP_THRESH_UNDER); in do_get_feat_temp_thresh()
2450 NVME_TEMP_THRESH_UNDER); in do_get_feat_temp_thresh()
2459 NVME_TEMP_THRESH_UNDER); in do_get_feat_temp_thresh()
2468 NVME_TEMP_THRESH_UNDER); in do_get_feat_temp_thresh()
2477 NVME_TEMP_THRESH_UNDER); in do_get_feat_temp_thresh()
2486 NVME_TEMP_THRESH_UNDER); in do_get_feat_temp_thresh()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c1728 #define NVME_TEMP_THRESH_UNDER 1 macro
1749 (thsel > NVME_TEMP_THRESH_UNDER)) { in nvme_feature_temperature()
1755 ((thsel == NVME_TEMP_THRESH_UNDER) && (NVME_TEMPERATURE <= tmpth))) in nvme_feature_temperature()