1nvme_get_features_data(9) libnvme API manual nvme_get_features_data(9)
2
3
4
6 nvme_get_features_data - Helper function for @nvme_get_features()
7
9 int nvme_get_features_data (int fd , enum nvme_features_id fid , __u32
10 nsid , __u32 data_len , void *data , __u32 *result );
11
13 fd File descriptor of nvme device
14
15 fid Feature identifier
16
17 nsid Namespace ID, if applicable
18
19 data_len Length of feature data, if applicable, in bytes
20
21 data User address of feature data, if applicable
22
23 result The command completion result from CQE dword0
24
25
26
27April 2022 nvme_get_features_data nvme_get_features_data(9)