| nvme_get_feature_length(2) | libnvme API manual | nvme_get_feature_length(2) |
NAME
nvme_get_feature_length - Retreive the command payload length for a specific feature identifier
SYNOPSIS
int nvme_get_feature_length (int fid , __u32 cdw11 , __u32 *len );
ARGUMENTS
RETURN
0 on success, -1 with errno set to EINVAL if the function did not recognize fid.
| nvme_get_feature_length | February 2025 |