Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mpi3mr/
H A Dmpi3mr.c3822 Mpi3EventNotificationReply_t *event_reply) in mpi3mr_pcietopochg_evt_th() argument
3881 Mpi3EventNotificationReply_t *event_reply) in mpi3mr_sastopochg_evt_th() argument
3940 Mpi3EventNotificationReply_t *event_reply) in mpi3mr_devstatuschg_evt_th() argument
4020 Mpi3EventNotificationReply_t *event_reply) in mpi3mr_preparereset_evt_th() argument
4041 le32toh(event_reply->EventContext)); in mpi3mr_preparereset_evt_th()
4054 Mpi3EventNotificationReply_t *event_reply) in mpi3mr_energypackchg_evt_th() argument
4083 Mpi3EventNotificationReply_t *event_reply) in mpi3mr_cablemgmt_evt_th() argument
4133 evt_type = event_reply->Event; in mpi3mr_process_events()
4158 mpi3mr_sastopochg_evt_th(sc, event_reply); in mpi3mr_process_events()
4186 mpi3mr_cablemgmt_evt_th(sc, event_reply); in mpi3mr_process_events()
[all …]
/freebsd-14.2/sys/dev/mps/
H A Dmps_user.c1991 MPI2_EVENT_NOTIFICATION_REPLY *event_reply) in mpssas_record_event() argument
1998 event = event_reply->Event; in mpssas_record_event()
2024 event_data_len = event_reply->EventDataLength; in mpssas_record_event()
2035 event_reply->EventData[j]; in mpssas_record_event()
H A Dmpsvar.h761 MPI2_EVENT_NOTIFICATION_REPLY *event_reply);
/freebsd-14.2/sys/dev/mpr/
H A Dmpr_user.c2103 MPI2_EVENT_NOTIFICATION_REPLY *event_reply) in mprsas_record_event() argument
2110 event = event_reply->Event; in mprsas_record_event()
2136 event_data_len = event_reply->EventDataLength; in mprsas_record_event()
2147 event_reply->EventData[j]; in mprsas_record_event()
H A Dmprvar.h842 MPI2_EVENT_NOTIFICATION_REPLY *event_reply);