Lines Matching refs:LogicalDeviceInfo

970   CommandMailbox->LogicalDeviceInfo.CommandOpcode =  in DAC960_V2_NewLogicalDeviceInfo()
972 CommandMailbox->LogicalDeviceInfo.CommandControlBits in DAC960_V2_NewLogicalDeviceInfo()
974 CommandMailbox->LogicalDeviceInfo.CommandControlBits in DAC960_V2_NewLogicalDeviceInfo()
976 CommandMailbox->LogicalDeviceInfo.DataTransferSize = in DAC960_V2_NewLogicalDeviceInfo()
978 CommandMailbox->LogicalDeviceInfo.LogicalDevice.LogicalDeviceNumber = in DAC960_V2_NewLogicalDeviceInfo()
980 CommandMailbox->LogicalDeviceInfo.IOCTL_Opcode = DAC960_V2_GetLogicalDeviceInfoValid; in DAC960_V2_NewLogicalDeviceInfo()
981 CommandMailbox->LogicalDeviceInfo.DataTransferMemoryAddress in DAC960_V2_NewLogicalDeviceInfo()
985 CommandMailbox->LogicalDeviceInfo.DataTransferMemoryAddress in DAC960_V2_NewLogicalDeviceInfo()
988 CommandMailbox->LogicalDeviceInfo.DataTransferSize; in DAC960_V2_NewLogicalDeviceInfo()
1870 DAC960_V2_LogicalDeviceInfo_T *LogicalDeviceInfo; in DAC960_V2_ReadControllerConfiguration() local
1896 LogicalDeviceInfo = kmalloc(sizeof(DAC960_V2_LogicalDeviceInfo_T), in DAC960_V2_ReadControllerConfiguration()
1898 if (LogicalDeviceInfo == NULL) in DAC960_V2_ReadControllerConfiguration()
1901 LogicalDeviceInfo; in DAC960_V2_ReadControllerConfiguration()
1902 memcpy(LogicalDeviceInfo, NewLogicalDeviceInfo, in DAC960_V2_ReadControllerConfiguration()
2429 DAC960_V2_LogicalDeviceInfo_T *LogicalDeviceInfo = in DAC960_V2_ReportDeviceConfiguration() local
2446 if (LogicalDeviceInfo == NULL) continue; in DAC960_V2_ReportDeviceConfiguration()
2447 switch (LogicalDeviceInfo->DriveGeometry) in DAC960_V2_ReportDeviceConfiguration()
2458 Controller, LogicalDeviceInfo->DriveGeometry); in DAC960_V2_ReportDeviceConfiguration()
2463 LogicalDeviceInfo->RAIDLevel, in DAC960_V2_ReportDeviceConfiguration()
2464 (LogicalDeviceInfo->LogicalDeviceState in DAC960_V2_ReportDeviceConfiguration()
2467 : LogicalDeviceInfo->LogicalDeviceState in DAC960_V2_ReportDeviceConfiguration()
2470 LogicalDeviceInfo->ConfigurableDeviceSize); in DAC960_V2_ReportDeviceConfiguration()
2473 (LogicalDeviceInfo->LogicalDeviceControl in DAC960_V2_ReportDeviceConfiguration()
2477 if (LogicalDeviceInfo->StripeSize == 0) in DAC960_V2_ReportDeviceConfiguration()
2479 if (LogicalDeviceInfo->CacheLineSize == 0) in DAC960_V2_ReportDeviceConfiguration()
2485 1 << (LogicalDeviceInfo->CacheLineSize - 2)); in DAC960_V2_ReportDeviceConfiguration()
2489 if (LogicalDeviceInfo->CacheLineSize == 0) in DAC960_V2_ReportDeviceConfiguration()
2492 1 << (LogicalDeviceInfo->StripeSize - 2)); in DAC960_V2_ReportDeviceConfiguration()
2496 1 << (LogicalDeviceInfo->StripeSize - 2), in DAC960_V2_ReportDeviceConfiguration()
2497 1 << (LogicalDeviceInfo->CacheLineSize - 2)); in DAC960_V2_ReportDeviceConfiguration()
2501 LogicalDeviceInfo->LogicalDeviceControl.ReadCache], in DAC960_V2_ReportDeviceConfiguration()
2503 LogicalDeviceInfo->LogicalDeviceControl.WriteCache]); in DAC960_V2_ReportDeviceConfiguration()
2504 if (LogicalDeviceInfo->SoftErrors > 0 || in DAC960_V2_ReportDeviceConfiguration()
2505 LogicalDeviceInfo->CommandsFailed > 0 || in DAC960_V2_ReportDeviceConfiguration()
2506 LogicalDeviceInfo->DeferredWriteErrors) in DAC960_V2_ReportDeviceConfiguration()
2509 LogicalDeviceInfo->SoftErrors, in DAC960_V2_ReportDeviceConfiguration()
2510 LogicalDeviceInfo->CommandsFailed, in DAC960_V2_ReportDeviceConfiguration()
2511 LogicalDeviceInfo->DeferredWriteErrors); in DAC960_V2_ReportDeviceConfiguration()
4952 DAC960_V2_LogicalDeviceInfo_T *LogicalDeviceInfo = in DAC960_V2_ProcessCompletedCommand() local
4954 if (LogicalDeviceInfo == NULL) in DAC960_V2_ProcessCompletedCommand()
4963 LogicalDeviceInfo = kmalloc(sizeof(DAC960_V2_LogicalDeviceInfo_T), in DAC960_V2_ProcessCompletedCommand()
4966 LogicalDeviceInfo; in DAC960_V2_ProcessCompletedCommand()
4972 (LogicalDeviceInfo != NULL in DAC960_V2_ProcessCompletedCommand()
4974 if (LogicalDeviceInfo != NULL) in DAC960_V2_ProcessCompletedCommand()
4976 memset(LogicalDeviceInfo, 0, in DAC960_V2_ProcessCompletedCommand()
4981 if (LogicalDeviceInfo != NULL) in DAC960_V2_ProcessCompletedCommand()
4986 LogicalDeviceInfo->LogicalDeviceState) in DAC960_V2_ProcessCompletedCommand()
4999 LogicalDeviceInfo->SoftErrors) || in DAC960_V2_ProcessCompletedCommand()
5001 LogicalDeviceInfo->CommandsFailed) || in DAC960_V2_ProcessCompletedCommand()
5003 LogicalDeviceInfo->DeferredWriteErrors)) in DAC960_V2_ProcessCompletedCommand()
5054 if (LogicalDeviceInfo->BackgroundInitializationInProgress && in DAC960_V2_ProcessCompletedCommand()
5065 memcpy(LogicalDeviceInfo, NewLogicalDeviceInfo, in DAC960_V2_ProcessCompletedCommand()
5079 DAC960_V2_LogicalDeviceInfo_T *LogicalDeviceInfo = in DAC960_V2_ProcessCompletedCommand() local
5081 if (LogicalDeviceInfo == NULL || in DAC960_V2_ProcessCompletedCommand()
5092 kfree(LogicalDeviceInfo); in DAC960_V2_ProcessCompletedCommand()
5199 CommandMailbox->LogicalDeviceInfo.CommandOpcode = DAC960_V2_IOCTL; in DAC960_V2_ProcessCompletedCommand()
5200 CommandMailbox->LogicalDeviceInfo.DataTransferSize = in DAC960_V2_ProcessCompletedCommand()
5202 CommandMailbox->LogicalDeviceInfo.LogicalDevice.LogicalDeviceNumber = in DAC960_V2_ProcessCompletedCommand()
5204 CommandMailbox->LogicalDeviceInfo.IOCTL_Opcode = in DAC960_V2_ProcessCompletedCommand()
5206 CommandMailbox->LogicalDeviceInfo.DataTransferMemoryAddress in DAC960_V2_ProcessCompletedCommand()
5210 CommandMailbox->LogicalDeviceInfo.DataTransferMemoryAddress in DAC960_V2_ProcessCompletedCommand()
5213 CommandMailbox->LogicalDeviceInfo.DataTransferSize; in DAC960_V2_ProcessCompletedCommand()
5655 DAC960_V2_LogicalDeviceInfo_T *LogicalDeviceInfo = in DAC960_MonitoringTimerFunction() local
5657 if (LogicalDeviceInfo == NULL) continue; in DAC960_MonitoringTimerFunction()
5658 if (!LogicalDeviceInfo->LogicalDeviceControl in DAC960_MonitoringTimerFunction()
6318 CommandMailbox->LogicalDeviceInfo.LogicalDevice.LogicalDeviceNumber = in DAC960_V2_ExecuteUserCommand()
6320 CommandMailbox->LogicalDeviceInfo.IOCTL_Opcode = in DAC960_V2_ExecuteUserCommand()
6335 CommandMailbox->LogicalDeviceInfo.LogicalDevice.LogicalDeviceNumber = in DAC960_V2_ExecuteUserCommand()
6337 CommandMailbox->LogicalDeviceInfo.IOCTL_Opcode = in DAC960_V2_ExecuteUserCommand()