Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/message/fusion/
Dmptscsih.h130 extern int mptscsih_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply);
Dmptscsih.c101 int mptscsih_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply);
2630 mptscsih_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply) in mptscsih_event_process() function
3316 EXPORT_SYMBOL(mptscsih_event_process);
Dmptspi.c1188 return mptscsih_event_process(ioc, pEvReply); in mptspi_event_process()
Dmptfc.c1433 rc = mptscsih_event_process(ioc,pEvReply); in mptfc_event_process()