Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
DDAC960.c1868 DAC960_V2_LogicalDeviceInfo_T *NewLogicalDeviceInfo = in DAC960_V2_ReadControllerConfiguration() local
1875 LogicalDeviceNumber = NewLogicalDeviceInfo->LogicalDeviceNumber; in DAC960_V2_ReadControllerConfiguration()
1881 if (NewLogicalDeviceInfo->DeviceBlockSizeInBytes != DAC960_BlockSize) { in DAC960_V2_ReadControllerConfiguration()
1883 Controller, NewLogicalDeviceInfo->DeviceBlockSizeInBytes); in DAC960_V2_ReadControllerConfiguration()
1888 PhysicalDevice.Channel = NewLogicalDeviceInfo->Channel; in DAC960_V2_ReadControllerConfiguration()
1889 PhysicalDevice.TargetID = NewLogicalDeviceInfo->TargetID; in DAC960_V2_ReadControllerConfiguration()
1890 PhysicalDevice.LogicalUnit = NewLogicalDeviceInfo->LogicalUnit; in DAC960_V2_ReadControllerConfiguration()
1893 if (NewLogicalDeviceInfo->LogicalDeviceState != in DAC960_V2_ReadControllerConfiguration()
1902 memcpy(LogicalDeviceInfo, NewLogicalDeviceInfo, in DAC960_V2_ReadControllerConfiguration()
4948 DAC960_V2_LogicalDeviceInfo_T *NewLogicalDeviceInfo = in DAC960_V2_ProcessCompletedCommand() local
[all …]