Searched refs:BlockLimitsData (Results 1 – 4 of 4) sorted by relevance
2525 _Out_ PCLASS_VPD_B0_DATA BlockLimitsData in ClasspDeviceGetBlockLimitsVPDPage() argument2548 BlockLimitsData->OptimalUnmapGranularity = 1; in ClasspDeviceGetBlockLimitsVPDPage()2550 BlockLimitsData->UGAVALID = FALSE; in ClasspDeviceGetBlockLimitsVPDPage()2552 BlockLimitsData->MaxUnmapLbaCount = 0; in ClasspDeviceGetBlockLimitsVPDPage()2553 BlockLimitsData->MaxUnmapBlockDescrCount = 0; in ClasspDeviceGetBlockLimitsVPDPage()2556 BlockLimitsData->UGAVALID = FALSE; in ClasspDeviceGetBlockLimitsVPDPage()2685 if (BlockLimitsData->UGAVALID == TRUE) { in ClasspDeviceGetBlockLimitsVPDPage()2713 BlockLimitsData->UGAVALID, in ClasspDeviceGetBlockLimitsVPDPage()2721 BlockLimitsData->CommandStatus = status; in ClasspDeviceGetBlockLimitsVPDPage()4081 _In_ PCLASS_VPD_B0_DATA BlockLimitsData, in ClasspDeviceGetLBAStatusWorker() argument[all …]
1848 _Out_ PCLASS_VPD_B0_DATA BlockLimitsData1878 _In_ PCLASS_VPD_B0_DATA BlockLimitsData,2256 _Out_ PCLASS_VPD_B0_DATA BlockLimitsData,
1947 fdoExtension->FunctionSupportInfo->BlockLimitsData.CommandStatus = -1; in ClassPnpStartDevice()2232 … fdoExtension->FunctionSupportInfo->BlockLimitsData.CommandStatus = STATUS_UNSUCCESSFUL; in ClassPnpStartDevice()13138 &FdoExtension->FunctionSupportInfo->BlockLimitsData);13423 … fdoExtension->FunctionSupportInfo->BlockLimitsData.OptimalTransferLengthGranularity,13424 fdoExtension->FunctionSupportInfo->BlockLimitsData.OptimalTransferLength,13425 fdoExtension->FunctionSupportInfo->BlockLimitsData.MaximumTransferLength));16477 blockLimitsDataOriginal = &FdoExtension->FunctionSupportInfo->BlockLimitsData;16507 _Out_ PCLASS_VPD_B0_DATA BlockLimitsData, argument16546 *BlockLimitsData = FdoExtension->FunctionSupportInfo->BlockLimitsData;
842 CLASS_VPD_B0_DATA BlockLimitsData; member