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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.h157 typedef struct MptSGEntryChain struct
180 } MptSGEntryChain, *PMptSGEntryChain; typedef in typeref:struct:MptSGEntryChain
182 AssertCompileSize(MptSGEntryChain, 12);
188 MptSGEntryChain Chain;
H A DDevLsiLogicSCSI.cpp1913 MptSGEntryChain SGEntryChain;
1915 PDMDevHlpPhysRead(pDevIns, GCPhysSegmentStart + cChainOffsetNext, &SGEntryChain, sizeof(MptSGEntryChain));

Completed in 57 milliseconds