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

/vbox/src/VBox/Devices/Storage/VSCSI/
H A DVSCSILunMmc.cpp63 static int mmcReadTOCNormal(PVSCSILUNINT pVScsiLun, PVSCSIREQINT pVScsiReq, uint16_t cbMaxTransfer, bool fMSF) argument
118 if (cbSize < cbMaxTransfer)
119 cbMaxTransfer = cbSize;
121 RTSgBufCopyFromBuf(&pVScsiReq->SgBuf, aReply, cbMaxTransfer);
127 static int mmcReadTOCMulti(PVSCSILUNINT pVScsiLun, PVSCSIREQINT pVScsiReq, uint16_t cbMaxTransfer, bool fMSF) argument

Completed in 131 milliseconds