1libnvme(9) API Manual libnvme(9)
23
4
NAME
6struct nvme_secondary_ctrl_list - Secondary Controller List
7
SYNOPSIS
9struct nvme_secondary_ctrl_list {
10__u8 num;
11__u8 rsvd[31];
12struct nvme_secondary_ctrl sc_entry[NVME_ID_SECONDARY_CTRL_MAX];
13};
1415
Members
17num Number of Identifiers
1819
rsvd Reserved
2021
sc_entry Secondary Controller Entry
2223
24
25
April 2023 struct nvme_secondary_ctrl_list libnvme(9)