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,31 @@
.TH "libnvme" 9 "enum nvme_mi_config_id" "July 2022" "API Manual" LINUX
.SH NAME
enum nvme_mi_config_id \- NVMe-MI Configuration identifier.
.SH SYNOPSIS
enum nvme_mi_config_id {
.br
.BI " NVME_MI_CONFIG_SMBUS_FREQ"
,
.br
.br
.BI " NVME_MI_CONFIG_HEALTH_STATUS_CHANGE"
,
.br
.br
.BI " NVME_MI_CONFIG_MCTP_MTU"
};
.SH Constants
.IP "NVME_MI_CONFIG_SMBUS_FREQ" 12
Current SMBus/I2C frequency
.IP "NVME_MI_CONFIG_HEALTH_STATUS_CHANGE" 12
Health Status change - used to clear
health status bits in CCS bits of
status poll. Only for Set ops.
.IP "NVME_MI_CONFIG_MCTP_MTU" 12
MCTP maximum transmission unit size of port
specified in dw 0
.SH "Description"
Configuration parameters for the MI Get/Set Configuration commands.
See &\fBnvme_mi_mi_config_get\fP and &\fBnvme_mi_config_set\fP.