pub unsafe extern "C" fn nvme_ctrl_reset(fd: c_int) -> c_intExpand description
nvme_ctrl_reset() - Initiate a controller reset @fd: File descriptor of nvme device
This should only be sent to controller handles, not to namespaces.
Return: 0 if a reset was initiated or -1 with errno set otherwise.