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

/vbox/src/VBox/Devices/Storage/
H A DDevATA.cpp2021 uint32_t iATAPILBA, cSectors, cReqSectors, cbCurrTX; local
2071 cbCurrTX = s->cbATAPISector * cReqSectors;
2094 rc = s->pDrvBlock->pfnSendCmd(s->pDrvBlock, aATAPICmd, (PDMBLOCKTXDIR)s->uTxDir, pbBuf, &cbCurrTX, abATAPISense, sizeof(abATAPISense), 30000 /**< @todo timeout */);
H A DDevAHCI.cpp3960 uint32_t iATAPILBA, cSectors, cReqSectors, cbCurrTX; local
4000 cbCurrTX = pAhciReq->cbATAPISector * cReqSectors;
4029 &cbCurrTX,

Completed in 70 milliseconds