Searched refs:EventNotification (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp1193 pReply->EventNotification.u16EventDataLength = 1; /* 1 32bit D-Word. */
1194 pReply->EventNotification.u8MessageLength = 8;
1195 pReply->EventNotification.u8MessageFlags = (1 << 7);
1196 pReply->EventNotification.u8AckRequired = 0;
1197 pReply->EventNotification.u32Event = MPT_EVENT_EVENT_CHANGE;
1198 pReply->EventNotification.u32EventContext = 0;
1199 pReply->EventNotification.u32EventData = pThis->fEventNotificationEnabled ? 1 : 0;
H A DDevLsiLogicSCSI.h1126 MptEventNotificationRequest EventNotification; member in union:MptRequestUnion
1146 MptEventNotificationReply EventNotification; member in union:MptReplyUnion

Completed in 77 milliseconds