1nvme_get_features_plm_window(9)libnvme API manualnvme_get_features_plm_window(9)
2
3
4
6 nvme_get_features_plm_window - Get window select feature
7
9 int nvme_get_features_plm_window (int fd , enum nvme_get_features_sel
10 sel , __u16 nvmsetid , __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 result The command completion result from CQE dword0
21
23 The nvme command status if a response was received (see enum nvme_sta‐
24 tus_field) or -1 with errno set otherwise.
25
26
27
28November 2022 nvme_get_features_plm_wnivnmdeo_wget_features_plm_window(9)