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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp3135 uint32_t cbBuffer = pConfigurationReq->SimpleSGElement.u24Length;
3138 RTGCPHYS GCPhysAddrPageBuffer = pConfigurationReq->SimpleSGElement.u32DataBufferAddressLow;
3139 if (pConfigurationReq->SimpleSGElement.f64BitAddress)
3140 GCPhysAddrPageBuffer |= (uint64_t)pConfigurationReq->SimpleSGElement.u32DataBufferAddressHigh << 32;
3149 uint32_t cbBuffer = pConfigurationReq->SimpleSGElement.u24Length;
3152 RTGCPHYS GCPhysAddrPageBuffer = pConfigurationReq->SimpleSGElement.u32DataBufferAddressLow;
3153 if (pConfigurationReq->SimpleSGElement.f64BitAddress)
3154 GCPhysAddrPageBuffer |= (uint64_t)pConfigurationReq->SimpleSGElement.u32DataBufferAddressHigh << 32;
H A DDevLsiLogicSCSI.h1047 MptSGEntrySimple64 SimpleSGElement; member in struct:MptConfigurationRequest

Completed in 78 milliseconds