1nvme_set_features_power_mgmt(9)libnvme API manualnvme_set_features_power_mgmt(9)
2
3
4
6 nvme_set_features_power_mgmt -
7
9 int nvme_set_features_power_mgmt (int fd , __u8 ps , __u8 wh , bool
10 save , __u32 *result );
11
13 fd File descriptor of nvme device
14
15 ps Power State
16
17 wh Workload Hint
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
29April 2022 nvme_set_features_powern_vmmgem_tset_features_power_mgmt(9)