table of contents
other versions
- Tumbleweed 1.13-2.1
- Leap-16.0
- Leap-15.6
nvme_ctrl_reset(9) | libnvme API manual | nvme_ctrl_reset(9) |
NAME¶
nvme_ctrl_reset - Initiate a controller reset
SYNOPSIS¶
int nvme_ctrl_reset (int fd );
ARGUMENTS¶
- fd
- File descriptor of nvme device
DESCRIPTION¶
This should only be sent to controller handles, not to namespaces.
RETURN¶
0 if a reset was initiated or -1 with errno set otherwise.
nvme_ctrl_reset | April 2025 |