Lines Matching refs:event_reply
3822 Mpi3EventNotificationReply_t *event_reply) in mpi3mr_pcietopochg_evt_th() argument
3825 (Mpi3EventDataPcieTopologyChangeList_t *) event_reply->EventData; in mpi3mr_pcietopochg_evt_th()
3881 Mpi3EventNotificationReply_t *event_reply) in mpi3mr_sastopochg_evt_th() argument
3884 (Mpi3EventDataSasTopologyChangeList_t *)event_reply->EventData; in mpi3mr_sastopochg_evt_th()
3940 Mpi3EventNotificationReply_t *event_reply) in mpi3mr_devstatuschg_evt_th() argument
3946 (Mpi3EventDataDeviceStatusChange_t *) event_reply->EventData; in mpi3mr_devstatuschg_evt_th()
4020 Mpi3EventNotificationReply_t *event_reply) in mpi3mr_preparereset_evt_th() argument
4023 (Mpi3EventDataPrepareForReset_t *)event_reply->EventData; in mpi3mr_preparereset_evt_th()
4038 if ((event_reply->MsgFlags & MPI3_EVENT_NOTIFY_MSGFLAGS_ACK_MASK) in mpi3mr_preparereset_evt_th()
4040 mpi3mr_send_evt_ack(sc, event_reply->Event, NULL, in mpi3mr_preparereset_evt_th()
4041 le32toh(event_reply->EventContext)); in mpi3mr_preparereset_evt_th()
4054 Mpi3EventNotificationReply_t *event_reply) in mpi3mr_energypackchg_evt_th() argument
4057 (Mpi3EventDataEnergyPackChange_t *)event_reply->EventData; in mpi3mr_energypackchg_evt_th()
4083 Mpi3EventNotificationReply_t *event_reply) in mpi3mr_cablemgmt_evt_th() argument
4086 (Mpi3EventDataCableManagement_t *)event_reply->EventData; in mpi3mr_cablemgmt_evt_th()
4119 uintptr_t data, Mpi3EventNotificationReply_t *event_reply) in mpi3mr_process_events() argument
4129 if ((event_reply->MsgFlags & MPI3_EVENT_NOTIFY_MSGFLAGS_ACK_MASK) in mpi3mr_process_events()
4133 evt_type = event_reply->Event; in mpi3mr_process_events()
4139 (Mpi3DevicePage0_t *) event_reply->EventData; in mpi3mr_process_events()
4152 mpi3mr_devstatuschg_evt_th(sc, event_reply); in mpi3mr_process_events()
4158 mpi3mr_sastopochg_evt_th(sc, event_reply); in mpi3mr_process_events()
4164 mpi3mr_pcietopochg_evt_th(sc, event_reply); in mpi3mr_process_events()
4169 mpi3mr_preparereset_evt_th(sc, event_reply); in mpi3mr_process_events()
4181 mpi3mr_energypackchg_evt_th(sc, event_reply); in mpi3mr_process_events()
4186 mpi3mr_cablemgmt_evt_th(sc, event_reply); in mpi3mr_process_events()
4211 sz = le16toh(event_reply->EventDataLength) * 4; in mpi3mr_process_events()
4220 bcopy(event_reply->EventData, fw_event->event_data, sz); in mpi3mr_process_events()
4221 fw_event->event = event_reply->Event; in mpi3mr_process_events()
4222 if ((event_reply->Event == MPI3_EVENT_SAS_TOPOLOGY_CHANGE_LIST || in mpi3mr_process_events()
4223 event_reply->Event == MPI3_EVENT_PCIE_TOPOLOGY_CHANGE_LIST || in mpi3mr_process_events()
4224 event_reply->Event == MPI3_EVENT_ENCL_DEVICE_STATUS_CHANGE ) && in mpi3mr_process_events()
4231 if ((event_reply->Event == MPI3_EVENT_SAS_TOPOLOGY_CHANGE_LIST || in mpi3mr_process_events()
4232 event_reply->Event == MPI3_EVENT_PCIE_TOPOLOGY_CHANGE_LIST ) && in mpi3mr_process_events()
4237 fw_event->event_context = le32toh(event_reply->EventContext); in mpi3mr_process_events()
4254 Mpi3EventNotificationReply_t *event_reply = in mpi3mr_handle_events() local
4257 sc->change_count = event_reply->IOCChangeCount; in mpi3mr_handle_events()
4258 mpi3mr_display_event_data(sc, event_reply); in mpi3mr_handle_events()
4260 mpi3mr_process_events(sc, data, event_reply); in mpi3mr_handle_events()