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

/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp1380 uint32_t iScatterGatherEntry; local
1396 for (iScatterGatherEntry = 0; iScatterGatherEntry < cScatterGatherGCRead; iScatterGatherEntry++)
1400 Log(("%s: iScatterGatherEntry=%u\n", __FUNCTION__, iScatterGatherEntry));
1402 GCPhysAddrDataBase = (RTGCPHYS)aScatterGatherReadGC[iScatterGatherEntry].u32PhysAddrSegmentBase;
1403 cbDataToTransfer += aScatterGatherReadGC[iScatterGatherEntry].cbSegment;
1407 aScatterGatherReadGC[iScatterGatherEntry].cbSegment));
1439 for (iScatterGatherEntry
1529 uint32_t iScatterGatherEntry; local
[all...]

Completed in 57 milliseconds