summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_fdp_config_log.2
blob: 02c9e8c4e672817d6f07f3a015126061258c3dd0 (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
32
33
34
35
.TH "libnvme" 9 "struct nvme_fdp_config_log" "December 2023" "API Manual" LINUX
.SH NAME
struct nvme_fdp_config_log \- FDP Configurations Log Page
.SH SYNOPSIS
struct nvme_fdp_config_log {
.br
.BI "    __le16 n;"
.br
.BI "    __u8 version;"
.br
.BI "    __u8 rsvd3;"
.br
.BI "    __le32 size;"
.br
.BI "    __u8 rsvd8[8];"
.br
.BI "    struct nvme_fdp_config_desc configs[];"
.br
.BI "
};
.br

.SH Members
.IP "n" 12
Number of FDP Configurations
.IP "version" 12
Log page version
.IP "rsvd3" 12
Reserved
.IP "size" 12
Log page size in bytes
.IP "rsvd8" 12
Reserved
.IP "configs" 12
FDP Configuration descriptors (\fIstruct nvme_fdp_config_desc\fP)