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 nvmf_ext_die - Extended Discovery Information Entry (DIE)

Members

trtype Transport Type (enumnvmf_trtype) adrfam Address Family (enumnvmf_addr_family) subtype Subsystem Type (enumnvme_subsys_type) treq Transport Requirements (enumnvmf_treq) portid Port ID cntlid Controller ID asqsz Admin Max SQ Size rsvd10 Reserved trsvcid Transport Service Identifier resv64 Reserved nqn NVM Qualified Name traddr Transport Address tsas Transport Specific Address Subtype (unionnvmf_tsas) tel Total Entry Length numexat Number of Extended Attributes resv1030 Reserved exat Extended Attributes 0 (structnvmf_ext_attr) May 2025 struct nvmf_ext_die libnvme(2)

Name

struct nvmf_ext_die - Extended Discovery Information Entry (DIE)

Synopsis

struct nvmf_ext_die { __u8trtype;__u8adrfam;__u8subtype;__u8treq;__le16portid;__le16cntlid;__le16asqsz;__u8rsvd10[22];chartrsvcid[NVMF_TRSVCID_SIZE];__u8resv64[192];charnqn[NVME_NQN_LENGTH];chartraddr[NVMF_TRADDR_SIZE];unionnvmf_tsastsas;__le32tel;__le16numexat;__u8resv1030[2];structnvmf_ext_attrexat[]; };

See Also