struct nvme_mi_aem_occ_list_hdr
AE occurrence list header
- Provided by: libnvme-dev (Version: 1.16.1-4)
- Source: libnvme
- Report a bug
AE occurrence list header
struct nvme_mi_aem_occ_list_hdr {
__u8 numaeo;
__u8 aelver;
__u8 aeolli[3];
__u8 aeolhl;
__u8 aemti;
};
The header for the occurrence list. numaeo defines how many nvme_mi_aem_occ_data structures (including variable payaloads) are included. Following this header is each of the numaeo occurrence data structures.