nvme_ctrl_reset - Man Page

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.

Info

February 2024 libnvme API manual