1libnvme(9)                        API Manual                        libnvme(9)
2
3
4

NAME

6       struct nvme_mi_vpd_telem - Vital Product Data Element Descriptor
7

SYNOPSIS

9       struct nvme_mi_vpd_telem {
10           __u8 type;
11           __u8 rev;
12           __u8 len;
13           __u8 data[0];
14        };
15
16

Members

18       type        Type of the Element Descriptor
19
20       rev         Revision of the Element Descriptor
21
22       len         Number of bytes in the Element Descriptor
23
24       data        Type-specific  information  associated with the Element De‐
25                   scriptor
26
27
28
29November 2022              struct nvme_mi_vpd_telem                 libnvme(9)
Impressum