1libnvme(9) API Manual libnvme(9)
23
4
NAME
6struct nvme_mi_vpd_telem - Vital Product Data Element Descriptor
7
SYNOPSIS
9struct nvme_mi_vpd_telem {
10__u8 type;
11__u8 rev;
12__u8 len;
13__u8 data[0];
14};
1516
Members
18type Type of the Element Descriptor
1920
rev Revision of the Element Descriptor
2122
len Number of bytes in the Element Descriptor
2324
data Type-specific information associated with the Element De‐
25scriptor
2627
28
29
October 2023 struct nvme_mi_vpd_telem libnvme(9)