nvme_mi_aem_process - Process AEM on the provided endpoint
Contents
Arguments
ep Endpoint to process
userdata Application provided context pointer for callback function
Description
Call this if poll indicates data is available on the fd provided by nvme_mi_aem_get_fd
This will call the fn pointer, aem_handler, provided with nvme_mi_aem_config and the application can call
nvme_mi_aem_get_next_event from within this callback to get aem event data. The callback function should
return NVME_MI_AEM_HNA_ACK for normal operation.
Name
nvme_mi_aem_process - Process AEM on the provided endpoint
Return
0 is a success, nonzero is an error and errno may be read for further details
August 2025 nvme_mi_aem_process nvme_mi_aem_process(2)
Synopsis
intnvme_mi_aem_process(nvme_mi_ep_tep,void*userdata);
