1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
.TH "libnvme" 9 "struct nvme_mi_cmd_supported_effects_log" "April 2025" "API Manual" LINUX
.SH NAME
struct nvme_mi_cmd_supported_effects_log \- NVMe-MI Commands Supported and Effects Log
.SH SYNOPSIS
struct nvme_mi_cmd_supported_effects_log {
.br
.BI " __le32 mi_cmd_support[NVME_LOG_MI_CMD_SUPPORTED_EFFECTS_MAX];"
.br
.BI " __le32 reserved1[NVME_LOG_MI_CMD_SUPPORTED_EFFECTS_RESERVED];"
.br
.BI "
};
.br
.SH Members
.IP "mi_cmd_support" 12
NVMe-MI Commands Supported
.IP "reserved1" 12
Reserved
|