Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr.c4033 Mpi3EventNotificationReply_t *event_reply) in mpi3mr_pcietopochg_evt_th() argument
4036 (Mpi3EventDataPcieTopologyChangeList_t *) event_reply->EventData; in mpi3mr_pcietopochg_evt_th()
4092 Mpi3EventNotificationReply_t *event_reply) in mpi3mr_sastopochg_evt_th() argument
4095 (Mpi3EventDataSasTopologyChangeList_t *)event_reply->EventData; in mpi3mr_sastopochg_evt_th()
4151 Mpi3EventNotificationReply_t *event_reply) in mpi3mr_devstatuschg_evt_th() argument
4157 (Mpi3EventDataDeviceStatusChange_t *) event_reply->EventData; in mpi3mr_devstatuschg_evt_th()
4231 Mpi3EventNotificationReply_t *event_reply) in mpi3mr_preparereset_evt_th() argument
4234 (Mpi3EventDataPrepareForReset_t *)event_reply->EventData; in mpi3mr_preparereset_evt_th()
4249 if ((event_reply->MsgFlags & MPI3_EVENT_NOTIFY_MSGFLAGS_ACK_MASK) in mpi3mr_preparereset_evt_th()
4251 mpi3mr_send_evt_ack(sc, event_reply->Event, NULL, in mpi3mr_preparereset_evt_th()
[all …]
/freebsd/sys/dev/mpr/
H A Dmpr_user.c2102 MPI2_EVENT_NOTIFICATION_REPLY *event_reply) in mprsas_record_event() argument
2109 event = event_reply->Event; in mprsas_record_event()
2135 event_data_len = event_reply->EventDataLength; in mprsas_record_event()
2146 event_reply->EventData[j]; in mprsas_record_event()
H A Dmprvar.h843 MPI2_EVENT_NOTIFICATION_REPLY *event_reply);
/freebsd/sys/dev/mps/
H A Dmps_user.c1990 MPI2_EVENT_NOTIFICATION_REPLY *event_reply) in mpssas_record_event() argument
1997 event = event_reply->Event; in mpssas_record_event()
2023 event_data_len = event_reply->EventDataLength; in mpssas_record_event()
2034 event_reply->EventData[j]; in mpssas_record_event()
H A Dmpsvar.h761 MPI2_EVENT_NOTIFICATION_REPLY *event_reply);