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.c2381 "Composite Over Temp. Threshold", 0, NVME_TEMP_THRESH_OVER); in do_get_feat_temp_thresh()
2420 NVME_TEMP_THRESH_OVER); in do_get_feat_temp_thresh()
2429 NVME_TEMP_THRESH_OVER); in do_get_feat_temp_thresh()
2438 NVME_TEMP_THRESH_OVER); in do_get_feat_temp_thresh()
2447 NVME_TEMP_THRESH_OVER); in do_get_feat_temp_thresh()
2456 NVME_TEMP_THRESH_OVER); in do_get_feat_temp_thresh()
2465 NVME_TEMP_THRESH_OVER); in do_get_feat_temp_thresh()
2474 NVME_TEMP_THRESH_OVER); in do_get_feat_temp_thresh()
2483 NVME_TEMP_THRESH_OVER); in do_get_feat_temp_thresh()
/illumos-gate/usr/src/uts/common/sys/
H A Dnvme.h1580 #define NVME_TEMP_THRESH_OVER 0x00 macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c1727 #define NVME_TEMP_THRESH_OVER 0 macro
1754 if (((thsel == NVME_TEMP_THRESH_OVER) && (NVME_TEMPERATURE >= tmpth)) || in nvme_feature_temperature()