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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.h3166 typedef struct MptConfigurationPageSASDevice2 struct
3184 } MptConfigurationPageSASDevice2, *PMptConfigurationPageSASDevice2; typedef in typeref:struct:MptConfigurationPageSASDevice2
3186 AssertCompileSize(MptConfigurationPageSASDevice2, 20);
3200 MptConfigurationPageSASDevice2 SASDevicePage2;
H A DDevLsiLogicSCSI.cpp3469 pSASDevice->SASDevicePage2.u.fields.ExtHeader.u16ExtPageLength = sizeof(MptConfigurationPageSASDevice2) / 4;
4486 SSMR3PutMem(pSSM, &pCurr->SASDevicePage2, sizeof(MptConfigurationPageSASDevice2));
4826 SSMR3GetMem(pSSM, &pCurr->SASDevicePage2, sizeof(MptConfigurationPageSASDevice2));

Completed in 456 milliseconds