Searched refs:EventNotificationReply_t (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/message/fusion/ |
D | mptbase.h | 655 typedef int (*MPT_EVHANDLER)(MPT_ADAPTER *ioc, EventNotificationReply_t *evReply); 667 EventNotificationReply_t MpiEvent; /* 8 32-bit words! */
|
D | mptbase.c | 216 static int SendEventAck(MPT_ADAPTER *ioc, EventNotificationReply_t *evnp); 231 static int ProcessEventNotification(MPT_ADAPTER *ioc, EventNotificationReply_t *evReply, int *evHan… 544 EventNotificationReply_t *pEvReply = (EventNotificationReply_t *) reply; in mpt_base_reply() 4674 SendEventAck(MPT_ADAPTER *ioc, EventNotificationReply_t *evnp) in SendEventAck() 5565 ProcessEventNotification(MPT_ADAPTER *ioc, EventNotificationReply_t *pEventReply, int *evHandlers) in ProcessEventNotification()
|
D | mptlan.c | 166 static int mpt_lan_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply); 376 mpt_lan_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply) in mpt_lan_event_process()
|
D | mptscsih.c | 181 static int mptscsih_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply); 4283 mptscsih_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply) in mptscsih_event_process()
|
/linux-2.4.37.9/drivers/message/fusion/lsi/ |
D | mpi_ioc.h | 355 EventNotificationReply_t, MPI_POINTER pEventNotificationReply_t; typedef
|