table of contents
libnvme(9) | API Manual | libnvme(9) |
NAME¶
enum nvme_mi_config_id - NVMe-MI Configuration identifier.
SYNOPSIS¶
enum nvme_mi_config_id {
NVME_MI_CONFIG_SMBUS_FREQ ,
NVME_MI_CONFIG_HEALTH_STATUS_CHANGE ,
NVME_MI_CONFIG_MCTP_MTU
};
Constants¶
- NVME_MI_CONFIG_SMBUS_FREQ
- Current SMBus/I2C frequency
- NVME_MI_CONFIG_HEALTH_STATUS_CHANGE
- Health Status change - used to clear health status bits in CCS bits of status poll. Only for Set ops.
- NVME_MI_CONFIG_MCTP_MTU
- MCTP maximum transmission unit size of port specified in dw 0
Description¶
Configuration parameters for the MI Get/Set Configuration commands.
See &nvme_mi_mi_config_get and &nvme_mi_config_set.
enum nvme_mi_config_id | October 2024 |