Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvme_mi_vpd_telem - Vital Product Data Element Descriptor

SYNOPSIS

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

Members

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 February 2024