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

/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp900 typedef struct SGE32 struct
904 } SGE32, *PSGE32; typedef in typeref:struct:SGE32
905 AssertCompileSize(SGE32, 8);
1321 static void buslogicR3ReadSGEntries(PBUSLOGICTASKSTATE pTaskState, RTGCPHYS GCSGList, uint32_t cEntries, SGE32 *pSGEList)
1339 PDMDevHlpPhysRead(pDevIns, GCSGList, pSGEList, cEntries * sizeof(SGE32));
1381 SGE32 aScatterGatherReadGC[32]; /* A buffer for scatter gather list entries read from guest memory. */
1530 SGE32 aScatterGatherReadGC[32]; /* Number of scatter gather list entries read from guest memory. */
3042 pTaskState->cbSGEntry = pBusLogic->fMbxIs24Bit ? sizeof(SGE24) : sizeof(SGE32);

Completed in 77 milliseconds