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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp4111 uint32_t cbQueues; local
4115 cbQueues = 2*pThis->cReplyQueueEntries * sizeof(uint32_t);
4116 cbQueues += pThis->cRequestQueueEntries * sizeof(uint32_t);
4117 int rc = MMHyperAlloc(pVM, cbQueues, 1, MM_TAG_PDM_DEVICE_USER,

Completed in 63 milliseconds