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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.h2640 typedef struct MptConfigurationPageSASIOUnit0PHY struct
2658 } MptConfigurationPageSASIOUnit0PHY, *PMptConfigurationPageSASIOUnit0PHY; typedef in typeref:struct:MptConfigurationPageSASIOUnit0PHY
2660 AssertCompileSize(MptConfigurationPageSASIOUnit0PHY, 16);
2687 MptConfigurationPageSASIOUnit0PHY aPHY[1];
2692 AssertCompileSize(MptConfigurationPageSASIOUnit0, 8+2+2+1+3+sizeof(MptConfigurationPageSASIOUnit0PHY));
2694 #define LSILOGICSCSI_SASIOUNIT0_GET_SIZE(ports) (sizeof(MptConfigurationPageSASIOUnit0) + ((ports) - 1) * sizeof(MptConfigurationPageSASIOUnit0PHY))

Completed in 45 milliseconds