logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

struct nvme_mi_aem_msg - AEM Message definition.

Description

Every ae message will start with one of these. The occ_list_hder wil define information about how many ae occ data entries are included. Each entry is defined by the nvme_mi_aem_occ_data structure which will follow the occ_list_hdr. Each nvme_mi_aem_occ_data structure has a fixed length header but a variable length payload ude to occurrence specific and vendor specific info. For this reason, do not index the nvme_mi_ae_occ data structures by array or fixed offset. May 2025 struct nvme_mi_aem_msg libnvme(2)

Members

hdr the general response message header occ_list_hdr ae occurrence list header.

Name

struct nvme_mi_aem_msg - AEM Message definition.

Synopsis

struct nvme_mi_aem_msg { structnvme_mi_msg_hdrhdr;structnvme_mi_aem_occ_list_hdrocc_list_hdr; };

See Also