1nvme_mi_admin_get_features_datal(i9b)nvme API mannuvamle_mi_admin_get_features_data(9)
2
3
4
6 nvme_mi_admin_get_features_data - Helper function for &nvme_mi_ad‐
7 min_get_features()
8
10 int nvme_mi_admin_get_features_data (nvme_mi_ctrl_t ctrl , enum
11 nvme_features_id fid , __u32 nsid , __u32 data_len , void *data , __u32
12 *result );
13
15 ctrl Controller to send command to
16
17 fid Feature identifier
18
19 nsid Namespace ID, if applicable for fid
20
21 data_len Length of feature data, if applicable for fid, in bytes
22
23 data User address of feature data, if applicable
24
25 result The command completion result from CQE dword0
26
28 Helper for optionally features that optionally return data, using the
29 SEL_CURRENT selector value.
30
32 The nvme command status if a response was received (see enum nvme_sta‐
33 tus_field) or -1 with errno set otherwise.
34
35
36
37November 2022 nvme_mi_admin_get_feantvumree_sm_id_aatdamin_get_features_data(9)