1nvme_get_features_data(9)     libnvme API manual     nvme_get_features_data(9)
2
3
4

NAME

6       nvme_get_features_data - Helper function for @nvme_get_features()
7

SYNOPSIS

9       int  nvme_get_features_data (int fd , enum nvme_features_id fid , __u32
10       nsid , __u32 data_len , void *data , __u32 *result );
11

ARGUMENTS

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

RETURN

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
31November 2022               nvme_get_features_data   nvme_get_features_data(9)
Impressum