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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.h1027 uint16_t u16ExtPageLength; member in struct:MptConfigurationRequest
1083 uint16_t u16ExtPageLength; member in struct:MptConfigurationReply
1285 uint16_t u16ExtPageLength; member in struct:MptExtendedConfigurationPageHeader
3475 (pg)->u.fields.ExtHeader.u16ExtPageLength = cb / 4
H A DDevLsiLogicSCSI.cpp2941 Log(("u8ExtPageLength=%d\n", pConfigurationReq->u16ExtPageLength));
3103 pReply->u16ExtPageLength = pExtPageHeader->u16ExtPageLength;
3105 for (int i = 0; i < pExtPageHeader->u16ExtPageLength; i++)
3352 pPages->SASIOUnitPage2.u.fields.ExtHeader.u16ExtPageLength = sizeof(MptConfigurationPageSASIOUnit2) / 4;
3359 pPages->SASIOUnitPage3.u.fields.ExtHeader.u16ExtPageLength = sizeof(MptConfigurationPageSASIOUnit3) / 4;
3394 pPHYPages->SASPHYPage0.u.fields.ExtHeader.u16ExtPageLength = sizeof(MptConfigurationPageSASPHY0) / 4;
3407 pPHYPages->SASPHYPage1.u.fields.ExtHeader.u16ExtPageLength = sizeof(MptConfigurationPageSASPHY1) / 4;
3438 pSASDevice->SASDevicePage0.u.fields.ExtHeader.u16ExtPageLength = sizeof(MptConfigurationPageSASDevice0) / 4;
3458 pSASDevice->SASDevicePage1.u.fields.ExtHeader.u16ExtPageLength
[all...]

Completed in 55 milliseconds