1
0
Fork 0

Merging upstream version 1.1~rc0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:03:28 +01:00
parent 537ee18b08
commit 73281abe5f
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
764 changed files with 32602 additions and 5874 deletions

View file

@ -0,0 +1,20 @@
.TH "nvme_mi_init_ctrl" 9 "nvme_mi_init_ctrl" "July 2022" "libnvme API manual" LINUX
.SH NAME
nvme_mi_init_ctrl \- initialise a NVMe controller.
.SH SYNOPSIS
.B "nvme_mi_ctrl_t" nvme_mi_init_ctrl
.BI "(nvme_mi_ep_t ep " ","
.BI "__u16 ctrl_id " ");"
.SH ARGUMENTS
.IP "ep" 12
Endpoint to create under
.IP "ctrl_id" 12
ID of controller to initialize.
.SH "DESCRIPTION"
Create a connection to a controller behind the endpoint specified in \fIep\fP.
Controller IDs may be queried from the endpoint through
\fInvme_mi_mi_read_mi_data_ctrl_list\fP.
See \fInvme_mi_close_ctrl\fP
.SH "RETURN"
New controller object, or NULL on failure.