Searched defs:cReplySize (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp237 uint32_t cReplySize; member in struct:LSILOGICSCSI
689 pThis->cReplySize = pReply->Header.u8MessageLength * 2;
690 Log(("%s: cReplySize=%u\n", __FUNCTION__, pThis->cReplySize));
1413 if (pThis->uNextReplyEntryRead == pThis->cReplySize)
4373 SSMR3PutU32 (pSSM, pThis->cReplySize);
4614 SSMR3GetU32 (pSSM, &pThis->cReplySize);

Completed in 63 milliseconds