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_event - AE event information structure

Description

Application callbacks for nvme_mi_aem_process will be able to call nvme_mi_aem_get_next_event which will return a pointer to such an identifier for the next event the application should parse August 2025 struct nvme_mi_event libnvme(2)

Members

aeoi Event identifier aessi Event occurrence scope info aeocidi Event occurrence scope ID info spec_info Specific info buffer spec_info_len Length of specific info buffer vend_spec_info Vendor specific info buffer vend_spec_info_len Length of vendor specific info buffer

Name

struct nvme_mi_event - AE event information structure

Synopsis

struct nvme_mi_event { uint8_taeoi;uint8_taessi;uint32_taeocidi;void*spec_info;size_tspec_info_len;void*vend_spec_info;size_tvend_spec_info_len; };

See Also