table of contents
| libnvme_reset_ctrl(9) | libnvme API manual | libnvme_reset_ctrl(9) |
NAME¶
libnvme_reset_ctrl - Initiate a controller reset
SYNOPSIS¶
int libnvme_reset_ctrl (struct libnvme_transport_handle *hdl );
ARGUMENTS¶
- hdl
- Transport handle
DESCRIPTION¶
This should only be sent to controller handles, not to namespaces.
RETURN¶
0 if a reset was initiated or negative error code otherwise.
| libnvme_reset_ctrl | July 2026 |