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

/vbox/src/VBox/Devices/VirtIO/
H A DVirtio.cpp46 pQueue->VRing.addrDescriptors = 0;
56 pQueue->VRing.addrDescriptors = (uint64_t)uPageNumber << PAGE_SHIFT;
57 pQueue->VRing.addrAvail = pQueue->VRing.addrDescriptors
74 pVRing->addrDescriptors + sizeof(VRINGDESC) * (uIndex % pVRing->uSize),
483 if (pState->Queues[u32].VRing.addrDescriptors)
653 " VRing.addrDescriptors = %p\n"
661 pState->Queues[i].VRing.addrDescriptors,
941 pQueue->VRing.addrDescriptors = 0;
H A DVirtio.h105 RTGCPHYS addrDescriptors; member in struct:VRing

Completed in 45 milliseconds