DOKK / manpages / debian 12 / libnvme-dev / nvme_mi_vpd_telem.2.en
libnvme(2) API Manual libnvme(2)

struct nvme_mi_vpd_telem - Vital Product Data Element Descriptor

struct nvme_mi_vpd_telem {
__u8 type;
__u8 rev;
__u8 len;
__u8 data[0];
};

Type of the Element Descriptor
Revision of the Element Descriptor
Number of bytes in the Element Descriptor
Type-specific information associated with the Element Descriptor
struct nvme_mi_vpd_telem January 2023