nvme_subsystem_reset - Man Page
Initiate a subsystem reset
Synopsis
int nvme_subsystem_reset (int fd );
Arguments
- fd
File descriptor of nvme device
Description
This should only be sent to controller handles, not to namespaces.
Return
Zero if a subsystem reset was initiated or -1 with errno set otherwise.
Info
August 2024 libnvme API manual