Home
last modified time | relevance | path

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

/titanic_54/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c6965 pMpi2EventNotificationReply_t eventreply; in mptsas_record_event() local
6976 eventreply = (pMpi2EventNotificationReply_t) in mptsas_record_event()
6979 event = ddi_get16(mpt->m_acc_reply_frame_hdl, &eventreply->Event); in mptsas_record_event()
7003 &eventreply->EventDataLength); in mptsas_record_event()
7015 &(eventreply->EventData[j])); in mptsas_record_event()
7054 pMpi2EventNotificationReply_t eventreply; in mptsas_handle_event_sync() local
7065 eventreply = (pMpi2EventNotificationReply_t) in mptsas_handle_event_sync()
7068 event = ddi_get16(mpt->m_acc_reply_frame_hdl, &eventreply->Event); in mptsas_handle_event_sync()
7071 &eventreply->IOCStatus)) != 0) { in mptsas_handle_event_sync()
7078 &eventreply->IOCLogInfo)); in mptsas_handle_event_sync()
[all …]