summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_mi_config_id.2
blob: f8f46ce97c00dab3a06a95031898732c33bf72cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.TH "libnvme" 9 "enum nvme_mi_config_id" "August 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.