Lines Matching refs:pEventReply

630 	EventNotificationReply_t *pEventReply;  in mptbase_reply()  local
637 pEventReply = (EventNotificationReply_t *)reply; in mptbase_reply()
639 ProcessEventNotification(ioc, pEventReply, &evHandlers); in mptbase_reply()
640 event = le32_to_cpu(pEventReply->Event) & 0xFF; in mptbase_reply()
641 if (pEventReply->MsgFlags & MPI_MSGFLAGS_CONTINUATION_REPLY) in mptbase_reply()
7239 mpt_display_event_info(MPT_ADAPTER *ioc, EventNotificationReply_t *pEventReply) in mpt_display_event_info() argument
7247 event = le32_to_cpu(pEventReply->Event) & 0xFF; in mpt_display_event_info()
7248 evData0 = le32_to_cpu(pEventReply->Data[0]); in mpt_display_event_info()
7677 for (ii = 0; ii < le16_to_cpu(pEventReply->EventDataLength); ii++) in mpt_display_event_info()
7679 le32_to_cpu(pEventReply->Data[ii]))); in mpt_display_event_info()
7695 ProcessEventNotification(MPT_ADAPTER *ioc, EventNotificationReply_t *pEventReply, int *evHandlers) in ProcessEventNotification() argument
7708 event = le32_to_cpu(pEventReply->Event) & 0xFF; in ProcessEventNotification()
7709 evDataLen = le16_to_cpu(pEventReply->EventDataLength); in ProcessEventNotification()
7711 evData0 = le32_to_cpu(pEventReply->Data[0]); in ProcessEventNotification()
7716 mpt_display_event_info(ioc, pEventReply); in ProcessEventNotification()
7737 (MpiEventDataRaid_t *)pEventReply->Data); in ProcessEventNotification()
7757 ioc->events[idx].data[ii] = le32_to_cpu(pEventReply->Data[ii]); in ProcessEventNotification()
7774 r += (*(MptEvHandlers[cb_idx]))(ioc, pEventReply); in ProcessEventNotification()
7783 if (pEventReply->AckRequired == MPI_EVENT_NOTIFICATION_ACK_REQUIRED) { in ProcessEventNotification()
7786 if ((ii = SendEventAck(ioc, pEventReply)) != 0) { in ProcessEventNotification()