logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

struct nvme_mi_aem_occ_data - AEM Message definition.

Description

A single entry of ae occurrence data that comes with an nvme_aem_msg. Following this structure is variable length AEOSI (occurrence specific info) and variable length AEVSI (vendor specific info). The length of AEOSI is specified by aeosil and the length of AEVSI is specified by AEVSI. Neither field is mandatory and shall be omitted if their length parameter is set to zero. August 2025 struct nvme_mi_aem_occ_data libnvme(2)

Members

aelhlen AE Occurrence Header Length aeosil AE Occurrence Specific Info Length aeovsil AE Occurrence Vendor Specific Info Length aeoui AE Occurrence Unique ID made up of other subfields

Name

struct nvme_mi_aem_occ_data - AEM Message definition.

Synopsis

struct nvme_mi_aem_occ_data { __u8aelhlen;__u8aeosil;__u8aeovsil;struct{__u8aeoi;__le32aeocidi;__u8aessi;}aeoui; };

See Also