1
0
Fork 0

Merging upstream version 1.5.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:09:15 +01:00
parent 8f9ab756e2
commit 70a0abe13f
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
874 changed files with 9553 additions and 1347 deletions

16
doc/man/nvme_mi_ctrl_id.2 Normal file
View file

@ -0,0 +1,16 @@
.TH "nvme_mi_ctrl_id" 9 "nvme_mi_ctrl_id" "June 2023" "libnvme API manual" LINUX
.SH NAME
nvme_mi_ctrl_id \- get the ID of a controller
.SH SYNOPSIS
.B "__u16" nvme_mi_ctrl_id
.BI "(nvme_mi_ctrl_t ctrl " ");"
.SH ARGUMENTS
.IP "ctrl" 12
controller to query
.SH "DESCRIPTION"
Retrieve the ID of the controller, as defined by hardware, and available
in the Identify (Controller List) data. This is the value passed to
\fInvme_mi_init_ctrl\fP, but may have been created internally via
\fInvme_mi_scan_ep\fP.
.SH "RETURN"
the (locally-stored) ID of this controller.