1libnvme(9) API Manual libnvme(9)
2
3
4
6 struct nvme_secondary_ctrl - Secondary Controller Entry
7
9 struct nvme_secondary_ctrl {
10 __le16 scid;
11 __le16 pcid;
12 __u8 scs;
13 __u8 rsvd5[3];
14 __le16 vfn;
15 __le16 nvq;
16 __le16 nvi;
17 __u8 rsvd14[18];
18 };
19
20
22 scid Secondary Controller Identifier
23
24 pcid Primary Controller Identifier
25
26 scs Secondary Controller State
27
28 rsvd5 Reserved
29
30 vfn Virtual Function Number
31
32 nvq Number of VQ Flexible Resources Assigned
33
34 nvi Number of VI Flexible Resources Assigned
35
36 rsvd14 Reserved
37
38
39
40October 2023 struct nvme_secondary_ctrl libnvme(9)