EventNotificationReply_t
static int SendEventAck(MPT_ADAPTER *ioc, EventNotificationReply_t *evnp);
EventNotificationReply_t *evReply, int *evHandlers);
EventNotificationReply_t *pEventReply;
SendEventAck(MPT_ADAPTER *ioc, EventNotificationReply_t *evnp)
pEventReply = (EventNotificationReply_t *)reply;
mpt_display_event_info(MPT_ADAPTER *ioc, EventNotificationReply_t *pEventReply)
ProcessEventNotification(MPT_ADAPTER *ioc, EventNotificationReply_t *pEventReply, int *evHandlers)
typedef int (*MPT_EVHANDLER)(MPT_ADAPTER *ioc, EventNotificationReply_t *evReply);
EventNotificationReply_t MpiEvent; /* 8 32-bit words! */
static int mptctl_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply);
mptctl_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply)
mptfc_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply)
static int mpt_lan_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply);
mpt_lan_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply)
mptsas_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *reply)
offsetof(EventNotificationReply_t, Data));
int mptscsih_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply);
mptscsih_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply)
extern int mptscsih_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply);
mptspi_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply)