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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.h260 uint8_t u8MessageLength; member in struct:MptDefaultReplyMessage
327 uint8_t u8MessageLength; member in struct:MptIOCInitReply
381 uint8_t u8MessageLength; member in struct:MptIOCFactsReply
449 uint8_t u8MessageLength; member in struct:MptPortFactsRequest
473 uint8_t u8MessageLength; member in struct:MptPortFactsReply
523 uint8_t u8MessageLength; member in struct:MptPortEnableRequest
547 uint8_t u8MessageLength; member in struct:MptPortEnableReply
601 uint8_t u8MessageLength; member in struct:MptEventNotificationReply
668 uint8_t u8MessageLength; member in struct:MptFWDownloadReply
722 uint8_t u8MessageLength; member in struct:MptFWUploadReply
797 uint8_t u8MessageLength; member in struct:MptSCSIIOErrorReply
883 uint8_t u8MessageLength; member in struct:MptSCSITaskManagementReply
1079 uint8_t u8MessageLength; member in struct:MptConfigurationReply
[all...]
H A DDevLsiLogicSCSI.cpp689 pThis->cReplySize = pReply->Header.u8MessageLength * 2;
1028 pReply->SCSITaskManagement.u8MessageLength = 6; /* 6 32bit dwords. */
1056 pReply->IOCInit.u8MessageLength = 5;
1064 pReply->IOCFacts.u8MessageLength = 15; /* 15 32bit dwords. */
1130 pReply->PortFacts.u8MessageLength = 10;
1180 pReply->PortEnable.u8MessageLength = 5;
1194 pReply->EventNotification.u8MessageLength = 8;
1221 pReply->FWUpload.u8MessageLength = 6;
1229 pReply->FWDownload.u8MessageLength = 5;
2255 pLsiReq->IOCReply.SCSIIOError.u8MessageLength
[all...]

Completed in 279 milliseconds