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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp274 R3PTRTYPE(volatile uint32_t *) pReplyFreeQueueBaseR3; member in struct:LSILOGICSCSI
4074 pHlp->pfnPrintf(pHlp, "RFQ[%u]=%#x\n", i, pThis->pReplyFreeQueueBaseR3[i]);
4113 Assert(!pThis->pReplyFreeQueueBaseR3);
4118 (void **)&pThis->pReplyFreeQueueBaseR3);
4121 pThis->pReplyFreeQueueBaseR0 = MMHyperR3ToR0(pVM, (void *)pThis->pReplyFreeQueueBaseR3);
4122 pThis->pReplyFreeQueueBaseRC = MMHyperR3ToRC(pVM, (void *)pThis->pReplyFreeQueueBaseR3);
4124 pThis->pReplyPostQueueBaseR3 = pThis->pReplyFreeQueueBaseR3 + pThis->cReplyQueueEntries;
4147 AssertPtr(pThis->pReplyFreeQueueBaseR3);
4149 rc = MMHyperFree(pVM, (void *)pThis->pReplyFreeQueueBaseR3);
4152 pThis->pReplyFreeQueueBaseR3
[all...]

Completed in 58 milliseconds