Searched refs:SGEntry (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/Storage/ |
H A D | DevLsiLogicSCSI.cpp | 1864 MptSGEntryUnion SGEntry; local 1869 PDMDevHlpPhysRead(pDevIns, GCPhysSgEntryNext, &SGEntry, sizeof(MptSGEntryUnion)); 1872 lsilogicDumpSGEntry(&SGEntry); 1875 AssertMsg(SGEntry.Simple32.u2ElementType == MPTSGENTRYTYPE_SIMPLE, ("Invalid SG entry type\n")); 1878 if ( !SGEntry.Simple32.u24Length 1879 && SGEntry.Simple32.fEndOfList 1880 && SGEntry.Simple32.fEndOfBuffer) 1883 uint32_t cbCopyThis = SGEntry.Simple32.u24Length; 1884 RTGCPHYS GCPhysAddrDataBuffer = SGEntry.Simple32.u32DataBufferAddressLow; 1886 if (SGEntry [all...] |
H A D | DevAHCI.cpp | 6562 SGLEntry SGEntry; local 6565 PDMDevHlpPhysRead(pAhciPort->CTX_SUFF(pDevIns), GCPhysPrdtl, &SGEntry, sizeof(SGLEntry)); 6567 RTGCPHYS GCPhysDataAddr = AHCI_RTGCPHYS_FROM_U32(SGEntry.u32DBAUp, SGEntry.u32DBA); 6568 ahciLog(("GCPhysAddr=%RGp Size=%u\n", GCPhysDataAddr, SGEntry.u32DescInf & SGLENTRY_DESCINF_DBC));
|
Completed in 370 milliseconds