Searched refs:tokenOperationHeaderSize (Results 1 – 1 of 1) sorted by relevance
7394 ULONG tokenOperationHeaderSize; in ClasspGetTokenOperationCommandBufferLength() local7406 tokenOperationHeaderSize = FIELD_OFFSET(POPULATE_TOKEN_HEADER, BlockDeviceRangeDescriptor); in ClasspGetTokenOperationCommandBufferLength()7409 … tokenOperationHeaderSize = FIELD_OFFSET(WRITE_USING_TOKEN_HEADER, BlockDeviceRangeDescriptor); in ClasspGetTokenOperationCommandBufferLength()7424 …tokenOperationBufferLength = MIN(tokenOperationHeaderSize + fdoExt->FunctionSupportInfo->BlockDevi… in ClasspGetTokenOperationCommandBufferLength()7503 ULONG tokenOperationHeaderSize = (ServiceAction == SERVICE_ACTION_POPULATE_TOKEN) ? in ClasspGetTokenOperationDescriptorLimits() local7515 …*MaxBlockDescriptorsCount = (MaxParameterBufferLength - tokenOperationHeaderSize) / sizeof(BLOCK_D… in ClasspGetTokenOperationDescriptorLimits()