Changeset 80616 in vbox
- Timestamp:
- Sep 6, 2019 4:44:04 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Storage/DevVirtioSCSI.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevVirtioSCSI.cpp
r80615 r80616 683 683 } 684 684 685 DECLINLINE(void) virtioScsiSgPhysTo gVirt(PVIRTIOSCSI pThis, PRTSGBUF pSgSrc, void *pvDst, size_t cb)685 DECLINLINE(void) virtioScsiSgPhysToVirt(PVIRTIOSCSI pThis, PRTSGBUF pSgSrc, void *pvDst, size_t cb) 686 686 { 687 687 while (cb) … … 1057 1057 AssertReturn(pVirtqReq, VERR_NO_MEMORY); 1058 1058 1059 virtioScsiSgPhysTo gVirt(pThis, pOutSgBuf, pVirtqReq, cbOut);1059 virtioScsiSgPhysToVirt(pThis, pOutSgBuf, pVirtqReq, cbOut); 1060 1060 1061 1061 uint8_t uTarget = pVirtqReq->cmdHdr.uLUN[1]; … … 1231 1231 AssertMsgReturn(pScsiCtrl, ("Out of memory"), VERR_NO_MEMORY); 1232 1232 1233 virtioScsiSgPhysTo gVirt(pThis, pOutSgBuf, pScsiCtrl, cbOut);1233 virtioScsiSgPhysToVirt(pThis, pOutSgBuf, pScsiCtrl, cbOut); 1234 1234 1235 1235 uint8_t uResponse = VIRTIOSCSI_S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.

