Lines Matching refs:DAC960_Controller_T
58 static DAC960_Controller_T *DAC960_Controllers[DAC960_MaxControllers];
62 static long disk_size(DAC960_Controller_T *p, int drive_nr) in disk_size()
81 DAC960_Controller_T *p = disk->queue->queuedata; in DAC960_open()
110 DAC960_Controller_T *p = disk->queue->queuedata; in DAC960_getgeo()
146 DAC960_Controller_T *p = disk->queue->queuedata; in DAC960_check_events()
156 DAC960_Controller_T *p = disk->queue->queuedata; in DAC960_revalidate_disk()
177 static void DAC960_AnnounceDriver(DAC960_Controller_T *Controller) in DAC960_AnnounceDriver()
191 static bool DAC960_Failure(DAC960_Controller_T *Controller, in DAC960_Failure()
264 static bool DAC960_CreateAuxiliaryStructures(DAC960_Controller_T *Controller) in DAC960_CreateAuxiliaryStructures()
379 static void DAC960_DestroyAuxiliaryStructures(DAC960_Controller_T *Controller) in DAC960_DestroyAuxiliaryStructures()
496 static inline DAC960_Command_T *DAC960_AllocateCommand(DAC960_Controller_T in DAC960_AllocateCommand()
514 DAC960_Controller_T *Controller = Command->Controller; in DAC960_DeallocateCommand()
526 static void DAC960_WaitForCommand(DAC960_Controller_T *Controller) in DAC960_WaitForCommand()
539 DAC960_Controller_T *Controller = Command->Controller; in DAC960_GEM_QueueCommand()
568 DAC960_Controller_T *Controller = Command->Controller; in DAC960_BA_QueueCommand()
593 DAC960_Controller_T *Controller = Command->Controller; in DAC960_LP_QueueCommand()
619 DAC960_Controller_T *Controller = Command->Controller; in DAC960_LA_QueueCommandDualMode()
645 DAC960_Controller_T *Controller = Command->Controller; in DAC960_LA_QueueCommandSingleMode()
671 DAC960_Controller_T *Controller = Command->Controller; in DAC960_PG_QueueCommandDualMode()
697 DAC960_Controller_T *Controller = Command->Controller; in DAC960_PG_QueueCommandSingleMode()
722 DAC960_Controller_T *Controller = Command->Controller; in DAC960_PD_QueueCommand()
739 DAC960_Controller_T *Controller = Command->Controller; in DAC960_P_QueueCommand()
785 DAC960_Controller_T *Controller = Command->Controller; in DAC960_ExecuteCommand()
806 static bool DAC960_V1_ExecuteType3(DAC960_Controller_T *Controller, in DAC960_V1_ExecuteType3()
830 static bool DAC960_V1_ExecuteType3B(DAC960_Controller_T *Controller, in DAC960_V1_ExecuteType3B()
856 static bool DAC960_V1_ExecuteType3D(DAC960_Controller_T *Controller, in DAC960_V1_ExecuteType3D()
886 static bool DAC960_V2_GeneralInfo(DAC960_Controller_T *Controller) in DAC960_V2_GeneralInfo()
924 static bool DAC960_V2_NewControllerInfo(DAC960_Controller_T *Controller) in DAC960_V2_NewControllerInfo()
962 static bool DAC960_V2_NewLogicalDeviceInfo(DAC960_Controller_T *Controller, in DAC960_V2_NewLogicalDeviceInfo()
1013 static bool DAC960_V2_NewPhysicalDeviceInfo(DAC960_Controller_T *Controller, in DAC960_V2_NewPhysicalDeviceInfo()
1052 DAC960_Controller_T *Controller, in DAC960_V2_ConstructNewUnitSerialNumber()
1098 static bool DAC960_V2_NewInquiryUnitSerialNumber(DAC960_Controller_T *Controller, in DAC960_V2_NewInquiryUnitSerialNumber()
1126 static bool DAC960_V2_DeviceOperation(DAC960_Controller_T *Controller, in DAC960_V2_DeviceOperation()
1158 static bool DAC960_V1_EnableMemoryMailboxInterface(DAC960_Controller_T in DAC960_V1_EnableMemoryMailboxInterface()
1365 static bool DAC960_V2_EnableMemoryMailboxInterface(DAC960_Controller_T in DAC960_V2_EnableMemoryMailboxInterface()
1545 static bool DAC960_V1_ReadControllerConfiguration(DAC960_Controller_T in DAC960_V1_ReadControllerConfiguration()
1786 static bool DAC960_V2_ReadControllerConfiguration(DAC960_Controller_T in DAC960_V2_ReadControllerConfiguration()
1917 static bool DAC960_ReportControllerConfiguration(DAC960_Controller_T in DAC960_ReportControllerConfiguration()
1966 static bool DAC960_V1_ReadDeviceConfiguration(DAC960_Controller_T in DAC960_V1_ReadDeviceConfiguration()
2114 static bool DAC960_V2_ReadDeviceConfiguration(DAC960_Controller_T in DAC960_V2_ReadDeviceConfiguration()
2238 static bool DAC960_V1_ReportDeviceConfiguration(DAC960_Controller_T in DAC960_V1_ReportDeviceConfiguration()
2335 static bool DAC960_V2_ReportDeviceConfiguration(DAC960_Controller_T in DAC960_V2_ReportDeviceConfiguration()
2520 static bool DAC960_RegisterBlockDevice(DAC960_Controller_T *Controller) in DAC960_RegisterBlockDevice()
2564 static void DAC960_UnregisterBlockDevice(DAC960_Controller_T *Controller) in DAC960_UnregisterBlockDevice()
2587 static void DAC960_ComputeGenericDiskInfo(DAC960_Controller_T *Controller) in DAC960_ComputeGenericDiskInfo()
2600 static bool DAC960_ReportErrorStatus(DAC960_Controller_T *Controller, in DAC960_ReportErrorStatus()
2659 static void DAC960_DetectCleanup(DAC960_Controller_T *Controller) in DAC960_DetectCleanup()
2710 static DAC960_Controller_T *
2718 DAC960_Controller_T *Controller = NULL; in DAC960_DetectController()
2725 Controller = kzalloc(sizeof(DAC960_Controller_T), GFP_ATOMIC); in DAC960_DetectController()
3067 DAC960_InitializeController(DAC960_Controller_T *Controller) in DAC960_InitializeController()
3096 static void DAC960_FinalizeController(DAC960_Controller_T *Controller) in DAC960_FinalizeController()
3157 DAC960_Controller_T *Controller; in DAC960_Probe()
3192 DAC960_Controller_T *Controller = DAC960_Controllers[Controller_Number]; in DAC960_Remove()
3205 DAC960_Controller_T *Controller = Command->Controller; in DAC960_V1_QueueReadWriteCommand()
3260 DAC960_Controller_T *Controller = Command->Controller; in DAC960_V2_QueueReadWriteCommand()
3327 static int DAC960_process_queue(DAC960_Controller_T *Controller, struct request_queue *req_q) in DAC960_process_queue()
3370 static void DAC960_ProcessRequest(DAC960_Controller_T *controller) in DAC960_ProcessRequest()
3418 DAC960_Controller_T *Controller = Command->Controller; in DAC960_queue_partial_rw()
3489 DAC960_Controller_T *Controller = Command->Controller; in DAC960_V1_ReadWriteError()
3542 DAC960_Controller_T *Controller = Command->Controller; in DAC960_V1_ProcessCompletedCommand()
4345 DAC960_Controller_T *Controller = Command->Controller; in DAC960_V2_ReadWriteError()
4384 static void DAC960_V2_ReportEvent(DAC960_Controller_T *Controller, in DAC960_V2_ReportEvent()
4603 static void DAC960_V2_ReportProgress(DAC960_Controller_T *Controller, in DAC960_V2_ReportProgress()
4628 DAC960_Controller_T *Controller = Command->Controller; in DAC960_V2_ProcessCompletedCommand()
5266 DAC960_Controller_T *Controller = DeviceIdentifier; in DAC960_GEM_InterruptHandler()
5307 DAC960_Controller_T *Controller = DeviceIdentifier; in DAC960_BA_InterruptHandler()
5349 DAC960_Controller_T *Controller = DeviceIdentifier; in DAC960_LP_InterruptHandler()
5391 DAC960_Controller_T *Controller = DeviceIdentifier; in DAC960_LA_InterruptHandler()
5429 DAC960_Controller_T *Controller = DeviceIdentifier; in DAC960_PG_InterruptHandler()
5467 DAC960_Controller_T *Controller = DeviceIdentifier; in DAC960_PD_InterruptHandler()
5505 DAC960_Controller_T *Controller = DeviceIdentifier; in DAC960_P_InterruptHandler()
5573 DAC960_Controller_T *Controller = Command->Controller; in DAC960_V1_QueueMonitoringCommand()
5590 DAC960_Controller_T *Controller = Command->Controller; in DAC960_V2_QueueMonitoringCommand()
5622 DAC960_Controller_T *Controller = (DAC960_Controller_T *) TimerData; in DAC960_MonitoringTimerFunction()
5708 static bool DAC960_CheckStatusBuffer(DAC960_Controller_T *Controller, in DAC960_CheckStatusBuffer()
5752 DAC960_Controller_T *Controller, in DAC960_Message()
5849 static bool DAC960_ParsePhysicalDevice(DAC960_Controller_T *Controller, in DAC960_ParsePhysicalDevice()
5882 static bool DAC960_ParseLogicalDrive(DAC960_Controller_T *Controller, in DAC960_ParseLogicalDrive()
5907 static void DAC960_V1_SetDeviceState(DAC960_Controller_T *Controller, in DAC960_V1_SetDeviceState()
5963 static bool DAC960_V1_ExecuteUserCommand(DAC960_Controller_T *Controller, in DAC960_V1_ExecuteUserCommand()
6185 DAC960_Controller_T *Controller = Command->Controller; in DAC960_V2_TranslatePhysicalDevice()
6225 static bool DAC960_V2_ExecuteUserCommand(DAC960_Controller_T *Controller, in DAC960_V2_ExecuteUserCommand()
6442 DAC960_Controller_T *Controller = DAC960_Controllers[ControllerNumber]; in dac960_proc_show()
6469 DAC960_Controller_T *Controller = (DAC960_Controller_T *)m->private; in dac960_initial_status_proc_show()
6489 DAC960_Controller_T *Controller = (DAC960_Controller_T *) m->private; in dac960_current_status_proc_show()
6535 DAC960_Controller_T *Controller = (DAC960_Controller_T *)m->private; in dac960_user_command_proc_show()
6550 DAC960_Controller_T *Controller = PDE_DATA(file_inode(file)); in dac960_user_command_proc_write()
6581 static void DAC960_CreateProcEntries(DAC960_Controller_T *Controller) in DAC960_CreateProcEntries()
6606 static void DAC960_DestroyProcEntries(DAC960_Controller_T *Controller) in DAC960_DestroyProcEntries()
6640 DAC960_Controller_T *Controller; in DAC960_gam_ioctl()
6677 DAC960_Controller_T *Controller; in DAC960_gam_ioctl()
6844 DAC960_Controller_T *Controller; in DAC960_gam_ioctl()
7009 DAC960_Controller_T *Controller; in DAC960_gam_ioctl()
7225 DAC960_Controller_T *Controller = DAC960_Controllers[i]; in DAC960_cleanup_module()