Skip to main content

nvme_disconnect_ctrl

Function nvme_disconnect_ctrl 

Source
pub unsafe extern "C" fn nvme_disconnect_ctrl(c: nvme_ctrl_t) -> c_int
Expand description

nvme_disconnect_ctrl() - Disconnect a controller @c: Controller instance

Issues a ‘disconnect’ fabrics command to @c

Return: 0 on success, -1 on failure.