1nvme_set_features_temp_thresh(9l)ibnvme API manuanlvme_set_features_temp_thresh(9)
2
3
4
6 nvme_set_features_temp_thresh - Set temperature threshold feature
7
9 int nvme_set_features_temp_thresh (int fd , __u16 tmpth , __u8 tmpsel ,
10 enum nvme_feat_tmpthresh_thsel thsel , bool save , __u32 *result );
11
13 fd File descriptor of nvme device
14
15 tmpth Temperature Threshold
16
17 tmpsel Threshold Temperature Select
18
19 thsel Threshold Type Select
20
21 save Save value across power states
22
23 result The command completion result from CQE dword0
24
26 The nvme command status if a response was received (see enum nvme_sta‐
27 tus_field) or -1 with errno set otherwise.
28
29
30
31April 2023 nvme_set_features_tempn_vtmher_esseht_features_temp_thresh(9)