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

/vbox/src/VBox/Devices/VirtIO/
H A DVirtio.h71 } VRINGDESC; typedef in typeref:struct:VRingDesc
72 typedef VRINGDESC *PVRINGDESC;
H A DVirtio.cpp58 + sizeof(VRINGDESC) * pQueue->VRing.uSize;
74 pVRing->addrDescriptors + sizeof(VRINGDESC) * (uIndex % pVRing->uSize),
75 pDesc, sizeof(VRINGDESC));
137 VRINGDESC desc;

Completed in 34 milliseconds