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_dim_data - Discovery Information Management (DIM) - Data

Members

tdl Total Data Length rsvd4 Reserved nument Number of entries entfmt Entry Format (enumnvmf_dim_entfmt) etype Entity Type (enumnvmf_dim_etype) portlcl Port Local rsvd21 Reserved ektype Entry Key Type eid Entity Identifier (e.g. Host NQN) ename Entity Name (e.g. hostname) ever Entity Version (e.g. OS Name/Version) rsvd600 Reserved die Discovery Information Entry (see nument above) August 2025 struct nvmf_dim_data libnvme(2)

Name

struct nvmf_dim_data - Discovery Information Management (DIM) - Data

Synopsis

struct nvmf_dim_data { __le32tdl;__u8rsvd4[4];__le64nument;__le16entfmt;__le16etype;__u8portlcl;__u8rsvd21;__le16ektype;chareid[NVME_NQN_LENGTH];charename[NVMF_ENAME_LEN];charever[NVMF_EVER_LEN];__u8rsvd600[424];unionnvmf_diedie[]; };

See Also