Home
last modified time | relevance | path

Searched refs:mptscsih_event_process (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/message/fusion/
Dmptscsih.h129 extern int mptscsih_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply);
Dmptscsih.c101 int mptscsih_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply);
2686 mptscsih_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply) in mptscsih_event_process() function
3363 EXPORT_SYMBOL(mptscsih_event_process);
Dmptspi.c1196 return mptscsih_event_process(ioc, pEvReply); in mptspi_event_process()
Dmptfc.c1407 rc = mptscsih_event_process(ioc,pEvReply); in mptfc_event_process()