1nvme_get_features_plm_config(9)libnvme API manualnvme_get_features_plm_config(9)
2
3
4
6 nvme_get_features_plm_config - Get predictable latency feature
7
9 int nvme_get_features_plm_config (int fd , enum nvme_get_features_sel
10 sel , __u16 nvmsetid , struct nvme_plm_config *data , __u32 *result );
11
13 fd File descriptor of nvme device
14
15 sel Select which type of attribute to return, see enum
16 nvme_get_features_sel
17
18 nvmsetid NVM set id
19
20 data
21
22 result The command completion result from CQE dword0
23
25 The nvme command status if a response was received (see enum nvme_sta‐
26 tus_field) or -1 with errno set otherwise.
27
28
29
30November 2022 nvme_get_features_plm_cnovnmfei_gget_features_plm_config(9)