Lines Matching refs:ControllerInfo

931   CommandMailbox->ControllerInfo.CommandOpcode = DAC960_V2_IOCTL;  in DAC960_V2_NewControllerInfo()
932 CommandMailbox->ControllerInfo.CommandControlBits in DAC960_V2_NewControllerInfo()
934 CommandMailbox->ControllerInfo.CommandControlBits in DAC960_V2_NewControllerInfo()
936 CommandMailbox->ControllerInfo.DataTransferSize = sizeof(DAC960_V2_ControllerInfo_T); in DAC960_V2_NewControllerInfo()
937 CommandMailbox->ControllerInfo.ControllerNumber = 0; in DAC960_V2_NewControllerInfo()
938 CommandMailbox->ControllerInfo.IOCTL_Opcode = DAC960_V2_GetControllerInfo; in DAC960_V2_NewControllerInfo()
939 CommandMailbox->ControllerInfo.DataTransferMemoryAddress in DAC960_V2_NewControllerInfo()
943 CommandMailbox->ControllerInfo.DataTransferMemoryAddress in DAC960_V2_NewControllerInfo()
946 CommandMailbox->ControllerInfo.DataTransferSize; in DAC960_V2_NewControllerInfo()
1789 DAC960_V2_ControllerInfo_T *ControllerInfo = in DAC960_V2_ReadControllerConfiguration() local
1797 memcpy(ControllerInfo, Controller->V2.NewControllerInformation, in DAC960_V2_ReadControllerConfiguration()
1807 ModelNameLength = sizeof(ControllerInfo->ControllerName); in DAC960_V2_ReadControllerConfiguration()
1810 memcpy(Controller->ModelName, ControllerInfo->ControllerName, in DAC960_V2_ReadControllerConfiguration()
1823 ControllerInfo->FirmwareMajorVersion, in DAC960_V2_ReadControllerConfiguration()
1824 ControllerInfo->FirmwareMinorVersion, in DAC960_V2_ReadControllerConfiguration()
1825 ControllerInfo->FirmwareTurnNumber); in DAC960_V2_ReadControllerConfiguration()
1826 if (ControllerInfo->FirmwareMajorVersion == 6 && in DAC960_V2_ReadControllerConfiguration()
1827 ControllerInfo->FirmwareMinorVersion == 0 && in DAC960_V2_ReadControllerConfiguration()
1828 ControllerInfo->FirmwareTurnNumber < 1) in DAC960_V2_ReadControllerConfiguration()
1840 Controller->Channels = ControllerInfo->NumberOfPhysicalChannelsPresent; in DAC960_V2_ReadControllerConfiguration()
1842 ControllerInfo->MaximumTargetsPerChannel in DAC960_V2_ReadControllerConfiguration()
1843 [ControllerInfo->NumberOfPhysicalChannelsPresent-1]; in DAC960_V2_ReadControllerConfiguration()
1844 Controller->MemorySize = ControllerInfo->MemorySizeMB; in DAC960_V2_ReadControllerConfiguration()
1852 Controller->ControllerQueueDepth = ControllerInfo->MaximumParallelCommands; in DAC960_V2_ReadControllerConfiguration()
1856 Controller->LogicalDriveCount = ControllerInfo->LogicalDevicesPresent; in DAC960_V2_ReadControllerConfiguration()
1858 ControllerInfo->MaximumDataTransferSizeInBlocks; in DAC960_V2_ReadControllerConfiguration()
1860 ControllerInfo->MaximumScatterGatherEntries; in DAC960_V2_ReadControllerConfiguration()
4708 DAC960_V2_ControllerInfo_T *ControllerInfo = in DAC960_V2_ProcessCompletedCommand() local
4721 memcpy(ControllerInfo, NewControllerInfo, in DAC960_V2_ProcessCompletedCommand()
5594 CommandMailbox->ControllerInfo.CommandOpcode = DAC960_V2_IOCTL; in DAC960_V2_QueueMonitoringCommand()
5595 CommandMailbox->ControllerInfo.CommandControlBits in DAC960_V2_QueueMonitoringCommand()
5597 CommandMailbox->ControllerInfo.CommandControlBits in DAC960_V2_QueueMonitoringCommand()
5599 CommandMailbox->ControllerInfo.DataTransferSize = in DAC960_V2_QueueMonitoringCommand()
5601 CommandMailbox->ControllerInfo.ControllerNumber = 0; in DAC960_V2_QueueMonitoringCommand()
5602 CommandMailbox->ControllerInfo.IOCTL_Opcode = DAC960_V2_GetControllerInfo; in DAC960_V2_QueueMonitoringCommand()
5603 CommandMailbox->ControllerInfo.DataTransferMemoryAddress in DAC960_V2_QueueMonitoringCommand()
5607 CommandMailbox->ControllerInfo.DataTransferMemoryAddress in DAC960_V2_QueueMonitoringCommand()
5610 CommandMailbox->ControllerInfo.DataTransferSize; in DAC960_V2_QueueMonitoringCommand()
5640 DAC960_V2_ControllerInfo_T *ControllerInfo = in DAC960_MonitoringTimerFunction() local
5668 (ControllerInfo->BackgroundInitializationsActive + in DAC960_MonitoringTimerFunction()
5669 ControllerInfo->LogicalDeviceInitializationsActive + in DAC960_MonitoringTimerFunction()
5670 ControllerInfo->PhysicalDeviceInitializationsActive + in DAC960_MonitoringTimerFunction()
5671 ControllerInfo->ConsistencyChecksActive + in DAC960_MonitoringTimerFunction()
5672 ControllerInfo->RebuildsActive + in DAC960_MonitoringTimerFunction()
5673 ControllerInfo->OnlineExpansionsActive == 0 || in DAC960_MonitoringTimerFunction()
6392 CommandMailbox->ControllerInfo.CommandOpcode = DAC960_V2_IOCTL; in DAC960_V2_ExecuteUserCommand()
6393 CommandMailbox->ControllerInfo.CommandControlBits in DAC960_V2_ExecuteUserCommand()
6395 CommandMailbox->ControllerInfo.CommandControlBits in DAC960_V2_ExecuteUserCommand()
6397 CommandMailbox->ControllerInfo.DataTransferSize = in DAC960_V2_ExecuteUserCommand()
6399 CommandMailbox->ControllerInfo.ControllerNumber = 0; in DAC960_V2_ExecuteUserCommand()
6400 CommandMailbox->ControllerInfo.IOCTL_Opcode = in DAC960_V2_ExecuteUserCommand()
6406 CommandMailbox->ControllerInfo.DataTransferMemoryAddress in DAC960_V2_ExecuteUserCommand()
6410 CommandMailbox->ControllerInfo.DataTransferMemoryAddress in DAC960_V2_ExecuteUserCommand()
6413 CommandMailbox->ControllerInfo.DataTransferSize; in DAC960_V2_ExecuteUserCommand()
6639 DAC960_ControllerInfo_T ControllerInfo; in DAC960_gam_ioctl() local
6656 memset(&ControllerInfo, 0, sizeof(DAC960_ControllerInfo_T)); in DAC960_gam_ioctl()
6657 ControllerInfo.ControllerNumber = ControllerNumber; in DAC960_gam_ioctl()
6658 ControllerInfo.FirmwareType = Controller->FirmwareType; in DAC960_gam_ioctl()
6659 ControllerInfo.Channels = Controller->Channels; in DAC960_gam_ioctl()
6660 ControllerInfo.Targets = Controller->Targets; in DAC960_gam_ioctl()
6661 ControllerInfo.PCI_Bus = Controller->Bus; in DAC960_gam_ioctl()
6662 ControllerInfo.PCI_Device = Controller->Device; in DAC960_gam_ioctl()
6663 ControllerInfo.PCI_Function = Controller->Function; in DAC960_gam_ioctl()
6664 ControllerInfo.IRQ_Channel = Controller->IRQ_Channel; in DAC960_gam_ioctl()
6665 ControllerInfo.PCI_Address = Controller->PCI_Address; in DAC960_gam_ioctl()
6666 strcpy(ControllerInfo.ModelName, Controller->ModelName); in DAC960_gam_ioctl()
6667 strcpy(ControllerInfo.FirmwareVersion, Controller->FirmwareVersion); in DAC960_gam_ioctl()
6668 ErrorCode = (copy_to_user(UserSpaceControllerInfo, &ControllerInfo, in DAC960_gam_ioctl()