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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp1850 RTGCPHYS GCPhysSgEntryNext = pLsiReq->GCPhysSgStart; local
1866 Log(("%s: Reading SG entry from %RGp\n", __FUNCTION__, GCPhysSgEntryNext));
1869 PDMDevHlpPhysRead(pDevIns, GCPhysSgEntryNext, &SGEntry, sizeof(MptSGEntryUnion));
1889 GCPhysSgEntryNext += sizeof(MptSGEntrySimple64);
1892 GCPhysSgEntryNext += sizeof(MptSGEntrySimple32);
1920 GCPhysSgEntryNext = SGEntryChain.u32SegmentAddressLow;
1922 GCPhysSgEntryNext |= ((uint64_t)SGEntryChain.u32SegmentAddressHigh) << 32;
1924 GCPhysSegmentStart = GCPhysSgEntryNext;

Completed in 58 milliseconds