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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp235 uint32_t uNextReplyEntryRead; member in struct:LSILOGICSCSI
691 pThis->uNextReplyEntryRead = 0;
1413 if (pThis->uNextReplyEntryRead == pThis->cReplySize)
1577 u32 |= pThis->ReplyBuffer.au16Reply[pThis->uNextReplyEntryRead++];
4372 SSMR3PutU32 (pSSM, pThis->uNextReplyEntryRead);
4613 SSMR3GetU32 (pSSM, &pThis->uNextReplyEntryRead);

Completed in 60 milliseconds