1nvme_get_feature_length(9) libnvme API manual nvme_get_feature_length(9)
2
3
4
6 nvme_get_feature_length - Retreive the command payload length for a
7 specific feature identifier
8
10 int nvme_get_feature_length (int fid , __u32 cdw11 , __u32 *len );
11
13 fid Feature identifier, see enum nvme_features_id.
14
15 cdw11 The cdw11 value may affect the transfer (only known fid is
16 NVME_FEAT_FID_HOST_ID)
17
18 len On success, set to this features payload length in bytes.
19
21 0 on success, -1 with errno set to EINVAL if the function did not rec‐
22 ognize fid.
23
24
25
26November 2022 nvme_get_feature_length nvme_get_feature_length(9)