1nvme_set_features_plm_config(9)libnvme API manualnvme_set_features_plm_config(9)
2
3
4
6 nvme_set_features_plm_config -
7
9 int nvme_set_features_plm_config (int fd , bool enable , __u16 nvmsetid
10 , bool save , struct nvme_plm_config *data , __u32*result );
11
13 fd File descriptor of nvme device
14
15 enable Predictable Latency Enable
16
17 nvmsetid NVM Set Identifier
18
19 save Save value across power states
20
21 data Pointer to structure nvme_plm_config
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 2022 nvme_set_features_plm_cnovnmfei_gset_features_plm_config(9)