1
0
Fork 0
libnvme/doc/man/nvme_capacity_config_desc.2
Daniel Baumann bd2208f611
Merging upstream version 1.11.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-16 10:51:37 +01:00

33 lines
704 B
Groff

.TH "libnvme" 9 "struct nvme_capacity_config_desc" "November 2024" "API Manual" LINUX
.SH NAME
struct nvme_capacity_config_desc \- Capacity Configuration structure definitions
.SH SYNOPSIS
struct nvme_capacity_config_desc {
.br
.BI " __le16 cap_config_id;"
.br
.BI " __le16 domainid;"
.br
.BI " __le16 egcn;"
.br
.BI " __u8 rsvd6[26];"
.br
.BI " struct nvme_end_grp_config_desc egcd[];"
.br
.BI "
};
.br
.SH Members
.IP "cap_config_id" 12
Capacity Configuration Identifier
.IP "domainid" 12
Domain Identifier
.IP "egcn" 12
Number Endurance Group Configuration
Descriptors
.IP "rsvd6" 12
Reserved
.IP "egcd" 12
Endurance Group Config descriptors.
See \fIstruct\fP nvme_end_grp_config_desc