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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp1823 Log(("%s: u32SegmentAddressLow=%u\n", __FUNCTION__, pSGEntry->Chain.u32SegmentAddressLow));
1827 ((uint64_t)pSGEntry->Chain.u32SegmentAddressHigh << 32) | pSGEntry->Chain.u32SegmentAddressLow));
1829 Log(("%s: GCSegmentAddress=%RGp\n", __FUNCTION__, pSGEntry->Chain.u32SegmentAddressLow));
1920 GCPhysSgEntryNext = SGEntryChain.u32SegmentAddressLow;
H A DDevLsiLogicSCSI.h177 unsigned u32SegmentAddressLow: 32; member in struct:MptSGEntryChain

Completed in 58 milliseconds