logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

struct nvme_ns_id_desc - Namespace identifier type descriptor

Members

nidt Namespace Identifier Type, see enumnvme_ns_id_desc_nidt nidl Namespace Identifier Length contains the length in bytes of the structnvme_id_ns.nid. rsvd Reserved nid Namespace Identifier contains a value that is globally unique and assigned to the namespace when the namespace is created. The length is defined in structnvme_id_ns.nidl. May 2025 struct nvme_ns_id_desc libnvme(2)

Name

struct nvme_ns_id_desc - Namespace identifier type descriptor

Synopsis

struct nvme_ns_id_desc { __u8nidt;__u8nidl;__le16rsvd;__u8nid[]; };

See Also