nvme_subsystem_reset
Initiate a subsystem reset
- Provided by: libnvme-dev (Version: 1.15-2)
- Source: libnvme
- Report a bug
Initiate a subsystem reset
int nvme_subsystem_reset (int fd );
This should only be sent to controller handles, not to namespaces.
Zero if a subsystem reset was initiated or -1 with errno set otherwise.