1nvme_set_features_hctm(9) libnvme API manual nvme_set_features_hctm(9)
2
3
4
6 nvme_set_features_hctm - Set thermal management feature
7
9 int nvme_set_features_hctm (int fd , __u16 tmt2 , __u16 tmt1 , bool
10 save , __u32 *result );
11
13 fd File descriptor of nvme device
14
15 tmt2 Thermal Management Temperature 2
16
17 tmt1 Thermal Management Temperature 1
18
19 save Save value across power states
20
21 result The command completion result from CQE dword0
22
24 The nvme command status if a response was received (see enum nvme_sta‐
25 tus_field) or -1 with errno set otherwise.
26
27
28
29November 2022 nvme_set_features_hctm nvme_set_features_hctm(9)