1libnvme(9) API Manual libnvme(9)
23
4
NAME
6enum nvme_id_ctrl_hctm - Flags indicate the attributes of the host con‐
7trolled thermal management feature
8
SYNOPSIS
10enum nvme_id_ctrl_hctm {
11NVME_CTRL_HCTMA_HCTM
1213
};
14
Constants
16NVME_CTRL_HCTMA_HCTM
17then the controller supports host controlled thermal man‐
18agement, and the Set Features command and Get Features com‐
19mand with the Feature Identifier field set to
20NVME_FEAT_FID_HCTM.
2122
23
24
April 2022 enum nvme_id_ctrl_hctm libnvme(9)