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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.h3130 typedef struct MptConfigurationPageSASDevice1 struct
3158 } MptConfigurationPageSASDevice1, *PMptConfigurationPageSASDevice1; typedef in typeref:struct:MptConfigurationPageSASDevice1
3160 AssertCompileSize(MptConfigurationPageSASDevice1, 48);
3199 MptConfigurationPageSASDevice1 SASDevicePage1;
H A DDevLsiLogicSCSI.cpp3458 pSASDevice->SASDevicePage1.u.fields.ExtHeader.u16ExtPageLength = sizeof(MptConfigurationPageSASDevice1) / 4;
4485 SSMR3PutMem(pSSM, &pCurr->SASDevicePage1, sizeof(MptConfigurationPageSASDevice1));
4825 SSMR3GetMem(pSSM, &pCurr->SASDevicePage1, sizeof(MptConfigurationPageSASDevice1));

Completed in 192 milliseconds