Searched defs:cbCurrTX (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/Storage/ |
H A D | DevATA.cpp | 2021 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 D | DevAHCI.cpp | 3960 uint32_t iATAPILBA, cSectors, cReqSectors, cbCurrTX; local 4000 cbCurrTX = pAhciReq->cbATAPISector * cReqSectors; 4029 &cbCurrTX,
|
Completed in 91 milliseconds