pub unsafe extern "C" fn nvme_disconnect_ctrl(c: nvme_ctrl_t) -> c_intExpand description
nvme_disconnect_ctrl() - Disconnect a controller @c: Controller instance
Issues a ‘disconnect’ fabrics command to @c
Return: 0 on success, -1 on failure.
pub unsafe extern "C" fn nvme_disconnect_ctrl(c: nvme_ctrl_t) -> c_intnvme_disconnect_ctrl() - Disconnect a controller @c: Controller instance
Issues a ‘disconnect’ fabrics command to @c
Return: 0 on success, -1 on failure.