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

/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp1382 uint32_t cScatterGatherGCLeft = cbDataCCB / pTaskState->cbSGEntry; local
1389 cScatterGatherGCRead = (cScatterGatherGCLeft < RT_ELEMENTS(aScatterGatherReadGC))
1390 ? cScatterGatherGCLeft
1392 cScatterGatherGCLeft -= cScatterGatherGCRead;
1412 } while (cScatterGatherGCLeft > 0);
1426 cScatterGatherGCLeft = cbDataCCB / pTaskState->cbSGEntry;
1432 cScatterGatherGCRead = (cScatterGatherGCLeft < RT_ELEMENTS(aScatterGatherReadGC))
1433 ? cScatterGatherGCLeft
1435 cScatterGatherGCLeft -= cScatterGatherGCRead;
1456 } while (cScatterGatherGCLeft >
1531 uint32_t cScatterGatherGCLeft = cbDataCCB / pTaskState->cbSGEntry; local
[all...]

Completed in 64 milliseconds