Adding upstream version 1.1~rc0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
336fe81026
commit
aca1b93997
764 changed files with 32602 additions and 5874 deletions
22
doc/man/nvme_mi_mi_read_mi_data_ctrl.2
Normal file
22
doc/man/nvme_mi_mi_read_mi_data_ctrl.2
Normal file
|
@ -0,0 +1,22 @@
|
|||
.TH "nvme_mi_mi_read_mi_data_ctrl" 9 "nvme_mi_mi_read_mi_data_ctrl" "July 2022" "libnvme API manual" LINUX
|
||||
.SH NAME
|
||||
nvme_mi_mi_read_mi_data_ctrl \- Perform a Read MI Data Structure command, retrieving controller information
|
||||
.SH SYNOPSIS
|
||||
.B "int" nvme_mi_mi_read_mi_data_ctrl
|
||||
.BI "(nvme_mi_ep_t ep " ","
|
||||
.BI "__u16 ctrl_id " ","
|
||||
.BI "struct nvme_mi_read_ctrl_info *ctrl " ");"
|
||||
.SH ARGUMENTS
|
||||
.IP "ep" 12
|
||||
endpoint for MI communication
|
||||
.IP "ctrl_id" 12
|
||||
ID of controller to query
|
||||
.IP "ctrl" 12
|
||||
controller data to populate
|
||||
.SH "DESCRIPTION"
|
||||
Retrieves the Controller Information Data Structure for the attached
|
||||
controller with ID \fIctrlid\fP.
|
||||
|
||||
See \fIstruct nvme_mi_read_ctrl_info\fP.
|
||||
.SH "RETURN"
|
||||
0 on success, non-zero on failure.
|
Loading…
Add table
Add a link
Reference in a new issue