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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.h2883 typedef struct MptConfigurationPageSASIOUnit2 struct
2913 } MptConfigurationPageSASIOUnit2, *PMptConfigurationPageSASIOUnit2; typedef in typeref:struct:MptConfigurationPageSASIOUnit2
2915 AssertCompileSize(MptConfigurationPageSASIOUnit2, 20);
3390 MptConfigurationPageSASIOUnit2 SASIOUnitPage2;
H A DDevLsiLogicSCSI.cpp3352 pPages->SASIOUnitPage2.u.fields.ExtHeader.u16ExtPageLength = sizeof(MptConfigurationPageSASIOUnit2) / 4;
4467 SSMR3PutMem(pSSM, &pSasPages->SASIOUnitPage2, sizeof(MptConfigurationPageSASIOUnit2));
4803 SSMR3GetMem(pSSM, &pSasPages->SASIOUnitPage2, sizeof(MptConfigurationPageSASIOUnit2));

Completed in 507 milliseconds