Home
last modified time | relevance | path

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

/openbmc/linux/drivers/message/fusion/
H A Dmptbase.c629 EventNotificationReply_t *pEventReply; in mptbase_reply() local
636 pEventReply = (EventNotificationReply_t *)reply; in mptbase_reply()
639 event = le32_to_cpu(pEventReply->Event) & 0xFF; in mptbase_reply()
7248 event = le32_to_cpu(pEventReply->Event) & 0xFF; in mpt_display_event_info()
7249 evData0 = le32_to_cpu(pEventReply->Data[0]); in mpt_display_event_info()
7680 le32_to_cpu(pEventReply->Data[ii]))); in mpt_display_event_info()
7709 event = le32_to_cpu(pEventReply->Event) & 0xFF; in ProcessEventNotification()
7712 evData0 = le32_to_cpu(pEventReply->Data[0]); in ProcessEventNotification()
7717 mpt_display_event_info(ioc, pEventReply); in ProcessEventNotification()
7738 (MpiEventDataRaid_t *)pEventReply->Data); in ProcessEventNotification()
[all …]