24 lines
439 B
Groff
24 lines
439 B
Groff
|
.TH "libnvme" 9 "struct nvme_secondary_ctrl_list" "April 2022" "API Manual" LINUX
|
||
|
.SH NAME
|
||
|
struct nvme_secondary_ctrl_list \-
|
||
|
.SH SYNOPSIS
|
||
|
struct nvme_secondary_ctrl_list {
|
||
|
.br
|
||
|
.BI " __u8 num;"
|
||
|
.br
|
||
|
.BI " __u8 rsvd[31];"
|
||
|
.br
|
||
|
.BI " struct nvme_secondary_ctrl sc_entry[NVME_ID_SECONDARY_CTRL_MAX];"
|
||
|
.br
|
||
|
.BI "
|
||
|
};
|
||
|
.br
|
||
|
|
||
|
.SH Members
|
||
|
.IP "num" 12
|
||
|
Number of Identifiers
|
||
|
.IP "rsvd" 12
|
||
|
Reserved
|
||
|
.IP "sc_entry" 12
|
||
|
Secondary Controller Entry
|