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

enum nvme_mi_aem_handler_next_action - Next action for the AEM state machine handler

Constants

NVME_MI_AEM_HNA_ACK Send an ack for the AEM NVME_MI_AEM_HNA_NONE No further action

Description

Used as return value for the AE callback generated when calling nvme_mi_aem_process August 2025 enum nvme_mi_aem_handler_next_action libnvme(2)

Name

enum nvme_mi_aem_handler_next_action - Next action for the AEM state machine handler

Synopsis

enum nvme_mi_aem_handler_next_action { NVME_MI_AEM_HNA_ACK , NVME_MI_AEM_HNA_NONE };

See Also