1libnvme(9) API Manual libnvme(9)
2
3
4
6 struct nvme_ns_id_desc - Namespace identifier type descriptor
7
9 struct nvme_ns_id_desc {
10 __u8 nidt;
11 __u8 nidl;
12 __le16 rsvd;
13 __u8 nid[];
14 };
15
16
18 nidt Namespace Identifier Type, see enum nvme_ns_id_desc_nidt
19
20 nidl Namespace Identifier Length contains the length in bytes of
21 the struct nvme_id_ns.nid.
22
23 rsvd Reserved
24
25 nid Namespace Identifier contains a value that is globally
26 unique and assigned to the namespace when the namespace is
27 created. The length is defined in struct nvme_id_ns.nidl.
28
29
30
31November 2022 struct nvme_ns_id_desc libnvme(9)