Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/message/fusion/
Dmptbase.c629 EventNotificationReply_t *pEventReply; in mptbase_reply() local
636 pEventReply = (EventNotificationReply_t *)reply; in mptbase_reply()
638 ProcessEventNotification(ioc, pEventReply, &evHandlers); in mptbase_reply()
639 event = le32_to_cpu(pEventReply->Event) & 0xFF; in mptbase_reply()
640 if (pEventReply->MsgFlags & MPI_MSGFLAGS_CONTINUATION_REPLY) in mptbase_reply()
7236 mpt_display_event_info(MPT_ADAPTER *ioc, EventNotificationReply_t *pEventReply) in mpt_display_event_info() argument
7244 event = le32_to_cpu(pEventReply->Event) & 0xFF; in mpt_display_event_info()
7245 evData0 = le32_to_cpu(pEventReply->Data[0]); in mpt_display_event_info()
7674 for (ii = 0; ii < le16_to_cpu(pEventReply->EventDataLength); ii++) in mpt_display_event_info()
7676 le32_to_cpu(pEventReply->Data[ii]))); in mpt_display_event_info()
[all …]