1nvme_set_features_auto_pst(9) libnvme API manual nvme_set_features_auto_pst(9)
2
3
4
6 nvme_set_features_auto_pst - Set autonomous power state feature
7
9 int nvme_set_features_auto_pst (int fd , bool apste , bool save ,
10 struct nvme_feat_auto_pst *apst , __u32 *result );
11
13 fd File descriptor of nvme device
14
15 apste Autonomous Power State Transition Enable
16
17 save Save value across power states
18
19 apst Autonomous Power State Transition
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_auto_pnsvtme_set_features_auto_pst(9)