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

/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp1381 SGE32 aScatterGatherReadGC[32]; /* A buffer for scatter gather list entries read from guest memory. */ local
1389 cScatterGatherGCRead = (cScatterGatherGCLeft < RT_ELEMENTS(aScatterGatherReadGC))
1391 : RT_ELEMENTS(aScatterGatherReadGC);
1394 buslogicR3ReadSGEntries(pTaskState, GCPhysAddrScatterGatherCurrent, cScatterGatherGCRead, aScatterGatherReadGC);
1402 GCPhysAddrDataBase = (RTGCPHYS)aScatterGatherReadGC[iScatterGatherEntry].u32PhysAddrSegmentBase;
1403 cbDataToTransfer += aScatterGatherReadGC[iScatterGatherEntry].cbSegment;
1407 aScatterGatherReadGC[iScatterGatherEntry].cbSegment));
1432 cScatterGatherGCRead = (cScatterGatherGCLeft < RT_ELEMENTS(aScatterGatherReadGC))
1434 : RT_ELEMENTS(aScatterGatherReadGC);
1437 buslogicR3ReadSGEntries(pTaskState, GCPhysAddrScatterGatherCurrent, cScatterGatherGCRead, aScatterGatherReadGC);
1530 SGE32 aScatterGatherReadGC[32]; /* Number of scatter gather list entries read from guest memory. */ local
[all...]

Completed in 56 milliseconds