Searched refs:u8PageType (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/Storage/ | ||
H A D | DevLsiLogicSCSI.h | 1043 uint8_t u8PageType; member in struct:MptConfigurationRequest 1103 uint8_t u8PageType; member in struct:MptConfigurationReply 1227 #define MPT_CONFIGURATION_PAGE_ATTRIBUTE_GET(u8PageType) ((u8PageType) & 0xf0) 1240 #define MPT_CONFIGURATION_PAGE_TYPE_GET(u8PageType) ((u8PageType) & 0x0f) 1265 uint8_t u8PageType; member in struct:MptConfigurationPageHeader 1283 uint8_t u8PageType; member in struct:MptExtendedConfigurationPageHeader 3452 (pg)->u.fields.Header.u8PageType = flags; \ 3472 (pg)->u.fields.ExtHeader.u8PageType [all...] |
H A D | DevLsiLogicSCSI.cpp | 2995 uint8_t u8PageType; local 3001 u8PageType = MPT_CONFIGURATION_PAGE_TYPE_GET(pConfigurationReq->u8PageType); 3002 u8PageAttribute = MPT_CONFIGURATION_PAGE_ATTRIBUTE_GET(pConfigurationReq->u8PageType); 3006 Log(("u8PageType=%#x\n", u8PageType)); 3017 switch (u8PageType) 3089 pReply->u8PageType = pConfigurationReq->u8PageType; 3097 if (u8PageType [all...] |
Completed in 96 milliseconds