nvme_get_features_err_recovery
Get error recovery feature
- Provided by: libnvme-dev (Version: 1.16.1-4)
- Source: libnvme
- Report a bug
Get error recovery feature
int nvme_get_features_err_recovery (int fd , enum nvme_get_features_sel sel , __u32 *result );
Deprecated: doesn't support specifying a NSID. Use nvme_get_features_err_recovery2 instead.
The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise.