1
0
Fork 0

Adding upstream version 1.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:05:30 +01:00
parent a619319278
commit b3d79ba722
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
762 changed files with 7536 additions and 1096 deletions

View file

@ -0,0 +1,30 @@
.TH "nvme_mi_admin_get_features_data" 9 "nvme_mi_admin_get_features_data" "October 2022" "libnvme API manual" LINUX
.SH NAME
nvme_mi_admin_get_features_data \- Helper function for &nvme_mi_admin_get_features()
.SH SYNOPSIS
.B "int" nvme_mi_admin_get_features_data
.BI "(nvme_mi_ctrl_t ctrl " ","
.BI "enum nvme_features_id fid " ","
.BI "__u32 nsid " ","
.BI "__u32 data_len " ","
.BI "void *data " ","
.BI "__u32 *result " ");"
.SH ARGUMENTS
.IP "ctrl" 12
Controller to send command to
.IP "fid" 12
Feature identifier
.IP "nsid" 12
Namespace ID, if applicable for \fIfid\fP
.IP "data_len" 12
Length of feature data, if applicable for \fIfid\fP, in bytes
.IP "data" 12
User address of feature data, if applicable
.IP "result" 12
The command completion result from CQE dword0
.SH "DESCRIPTION"
Helper for optionally features that optionally return data, using the
SEL_CURRENT selector value.
.SH "RETURN"
The nvme command status if a response was received (see
\fIenum nvme_status_field\fP) or -1 with errno set otherwise.