Home
last modified time | relevance | path

Searched refs:NVME_TEMP_THRESH_OVER (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm.c2459 "Composite Over Temp. Threshold", 0, NVME_TEMP_THRESH_OVER); in do_get_feat_temp_thresh()
2498 NVME_TEMP_THRESH_OVER); in do_get_feat_temp_thresh()
2507 NVME_TEMP_THRESH_OVER); in do_get_feat_temp_thresh()
2516 NVME_TEMP_THRESH_OVER); in do_get_feat_temp_thresh()
2525 NVME_TEMP_THRESH_OVER); in do_get_feat_temp_thresh()
2534 NVME_TEMP_THRESH_OVER); in do_get_feat_temp_thresh()
2543 NVME_TEMP_THRESH_OVER); in do_get_feat_temp_thresh()
2552 NVME_TEMP_THRESH_OVER); in do_get_feat_temp_thresh()
2561 NVME_TEMP_THRESH_OVER); in do_get_feat_temp_thresh()
/illumos-gate/usr/src/uts/common/sys/
H A Dnvme.h1671 #define NVME_TEMP_THRESH_OVER 0x00 macro
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_nvme.c1722 #define NVME_TEMP_THRESH_OVER 0 macro
1749 if (((thsel == NVME_TEMP_THRESH_OVER) && (NVME_TEMPERATURE >= tmpth)) || in nvme_feature_temperature()