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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.h2936 typedef struct MptConfigurationPageSASIOUnit3 struct
2960 } MptConfigurationPageSASIOUnit3, *PMptConfigurationPageSASIOUnit3; typedef in typeref:struct:MptConfigurationPageSASIOUnit3
2962 AssertCompileSize(MptConfigurationPageSASIOUnit3, 44);
3392 MptConfigurationPageSASIOUnit3 SASIOUnitPage3;
H A DDevLsiLogicSCSI.cpp3359 pPages->SASIOUnitPage3.u.fields.ExtHeader.u16ExtPageLength = sizeof(MptConfigurationPageSASIOUnit3) / 4;
4468 SSMR3PutMem(pSSM, &pSasPages->SASIOUnitPage3, sizeof(MptConfigurationPageSASIOUnit3));
4804 SSMR3GetMem(pSSM, &pSasPages->SASIOUnitPage3, sizeof(MptConfigurationPageSASIOUnit3));

Completed in 59 milliseconds