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