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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.h2751 typedef struct MptConfigurationPageSASIOUnit1PHY struct
2767 } MptConfigurationPageSASIOUnit1PHY, *PMptConfigurationPageSASIOUnit1PHY; typedef in typeref:struct:MptConfigurationPageSASIOUnit1PHY
2769 AssertCompileSize(MptConfigurationPageSASIOUnit1PHY, 12);
2804 MptConfigurationPageSASIOUnit1PHY aPHY[1];
2809 AssertCompileSize(MptConfigurationPageSASIOUnit1, 8+12+sizeof(MptConfigurationPageSASIOUnit1PHY));
2811 #define LSILOGICSCSI_SASIOUNIT1_GET_SIZE(ports) (sizeof(MptConfigurationPageSASIOUnit1) + ((ports) - 1) * sizeof(MptConfigurationPageSASIOUnit1PHY))

Completed in 286 milliseconds