Searched refs:EventNotificationReply_t (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/message/fusion/ | 
| D | mptscsih.h | 129 extern int mptscsih_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply);
 | 
| D | mptbase.h | 798 typedef int (*MPT_EVHANDLER)(MPT_ADAPTER *ioc, EventNotificationReply_t *evReply);810 	EventNotificationReply_t	 MpiEvent;	/* 8 32-bit words! */
 
 | 
| D | mptlan.c | 144 static int  mpt_lan_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply);345 mpt_lan_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply)  in mpt_lan_event_process()
 
 | 
| D | mptbase.c | 195 static int	SendEventAck(MPT_ADAPTER *ioc, EventNotificationReply_t *evnp);207 		EventNotificationReply_t *evReply, int *evHandlers);
 630 	EventNotificationReply_t *pEventReply;  in mptbase_reply()
 637 		pEventReply = (EventNotificationReply_t *)reply;  in mptbase_reply()
 6303 SendEventAck(MPT_ADAPTER *ioc, EventNotificationReply_t *evnp)  in SendEventAck()
 7239 mpt_display_event_info(MPT_ADAPTER *ioc, EventNotificationReply_t *pEventReply)  in mpt_display_event_info()
 7695 ProcessEventNotification(MPT_ADAPTER *ioc, EventNotificationReply_t *pEventReply, int *evHandlers)  in ProcessEventNotification()
 
 | 
| D | mptctl.c | 141 static int mptctl_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply);553 mptctl_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply)  in mptctl_event_process()
 
 | 
| D | mptscsih.c | 101 int		mptscsih_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply);2581 mptscsih_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply)  in mptscsih_event_process()
 
 | 
| D | mptfc.c | 1367 mptfc_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply)  in mptfc_event_process()
 | 
| D | mptspi.c | 1170 mptspi_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply)  in mptspi_event_process()
 | 
| D | mptsas.c | 4973 mptsas_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *reply)  in mptsas_event_process()5085 	    offsetof(EventNotificationReply_t, Data));  in mptsas_event_process()
 
 | 
| /Linux-v5.4/drivers/message/fusion/lsi/ | 
| D | mpi_ioc.h | 453   EventNotificationReply_t, MPI_POINTER pEventNotificationReply_t;  typedef
 |