Home
last modified time | relevance | path

Searched refs:BlockLimitsData (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/storage/class/classpnp/
H A Dutils.c2525 _Out_ PCLASS_VPD_B0_DATA BlockLimitsData in ClasspDeviceGetBlockLimitsVPDPage() argument
2548 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 …]
H A Dclassp.h1848 _Out_ PCLASS_VPD_B0_DATA BlockLimitsData
1878 _In_ PCLASS_VPD_B0_DATA BlockLimitsData,
2256 _Out_ PCLASS_VPD_B0_DATA BlockLimitsData,
H A Dclass.c1947 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, argument
16546 *BlockLimitsData = FdoExtension->FunctionSupportInfo->BlockLimitsData;
/reactos/sdk/include/ddk/
H A Dclasspnp.h842 CLASS_VPD_B0_DATA BlockLimitsData; member