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

/vbox/src/VBox/Devices/Storage/
H A DDrvSCSIHost.cpp108 unsigned cSGEntry = 0; local
109 PRTSGSEG pSGEntry = &pRequest->paScatterGatherHead[cSGEntry];
112 while (cSGEntry < pRequest->cScatterGatherEntries)
128 cSGEntry++;

Completed in 1336 milliseconds