nvme_get_feature_length - Retreive the command payload length for a specific feature identifier
Contents
Arguments
fid Feature identifier, see enumnvme_features_id.
cdw11 The cdw11 value may affect the transfer (only known fid is NVME_FEAT_FID_HOST_ID)
len On success, set to this features payload length in bytes.
Name
nvme_get_feature_length - Retreive the command payload length for a specific feature identifier
Return
0 on success, -1 with errno set to EINVAL if the function did not recognize fid.
May 2025 nvme_get_feature_length nvme_get_feature_length(2)
Synopsis
intnvme_get_feature_length(intfid,__u32cdw11,__u32*len);
