Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

struct nvme_mi_aem_occ_list_hdr - AE occurrence list header

Description

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. August 2025 struct nvme_mi_aem_occ_list_hdr libnvme(2)

Members

numaeo Number of AE Occurrence Data Structures aelver AE Occurrence List Version Number aeolli AE Occurrence List Length Info (AEOLLI) aeolhl AE Occurrence List Header Length (shall be set to 7) aemti AEM Transmission Info

Name

struct nvme_mi_aem_occ_list_hdr - AE occurrence list header

Synopsis

struct nvme_mi_aem_occ_list_hdr { __u8numaeo;__u8aelver;__u8aeolli[3];__u8aeolhl;__u8aemti; };

See Also