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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.h3059 typedef struct MptConfigurationPageSASDevice0 struct
3099 } MptConfigurationPageSASDevice0, *PMptConfigurationPageSASDevice0; typedef in typeref:struct:MptConfigurationPageSASDevice0
3101 AssertCompileSize(MptConfigurationPageSASDevice0, 36);
3198 MptConfigurationPageSASDevice0 SASDevicePage0;
H A DDevLsiLogicSCSI.cpp3438 pSASDevice->SASDevicePage0.u.fields.ExtHeader.u16ExtPageLength = sizeof(MptConfigurationPageSASDevice0) / 4;
4484 SSMR3PutMem(pSSM, &pCurr->SASDevicePage0, sizeof(MptConfigurationPageSASDevice0));
4824 SSMR3GetMem(pSSM, &pCurr->SASDevicePage0, sizeof(MptConfigurationPageSASDevice0));

Completed in 234 milliseconds