• Home
  • Raw
  • Download

Lines Matching refs:Channel

849 				       unsigned char Channel,  in DAC960_V1_ExecuteType3D()  argument
859 CommandMailbox->Type3D.Channel = Channel; in DAC960_V1_ExecuteType3D()
1005 unsigned char Channel, in DAC960_V2_NewPhysicalDeviceInfo() argument
1024 CommandMailbox->PhysicalDeviceInfo.PhysicalDevice.Channel = Channel; in DAC960_V2_NewPhysicalDeviceInfo()
1044 DAC960_V2_CommandMailbox_T *CommandMailbox, int Channel, int TargetID, in DAC960_V2_ConstructNewUnitSerialNumber() argument
1056 CommandMailbox->SCSI_10.PhysicalDevice.Channel = Channel; in DAC960_V2_ConstructNewUnitSerialNumber()
1090 int Channel, int TargetID, int LogicalUnit) in DAC960_V2_NewInquiryUnitSerialNumber() argument
1102 Channel, TargetID, LogicalUnit); in DAC960_V2_NewInquiryUnitSerialNumber()
1542 int LogicalDriveNumber, Channel, TargetID; in DAC960_V1_ReadControllerConfiguration() local
1579 for (Channel = 0; Channel < Enquiry2->ActualChannels; Channel++) in DAC960_V1_ReadControllerConfiguration()
1582 Channel, TargetID, in DAC960_V1_ReadControllerConfiguration()
1587 memcpy(&Controller->V1.DeviceState[Channel][TargetID], in DAC960_V1_ReadControllerConfiguration()
1880 PhysicalDevice.Channel = NewLogicalDeviceInfo->Channel; in DAC960_V2_ReadControllerConfiguration()
1972 int Channel, TargetID; in DAC960_V1_ReadDeviceConfiguration() local
1981 for (Channel = 0; Channel < Controller->Channels; Channel++) { in DAC960_V1_ReadDeviceConfiguration()
1982 DCDBs_cpu[Channel] = slice_dma_loaf(&local_dma, in DAC960_V1_ReadDeviceConfiguration()
1983 sizeof(DAC960_V1_DCDB_T), DCDBs_dma + Channel); in DAC960_V1_ReadDeviceConfiguration()
1984 SCSI_Inquiry_cpu[Channel] = slice_dma_loaf(&local_dma, in DAC960_V1_ReadDeviceConfiguration()
1986 SCSI_Inquiry_dma + Channel); in DAC960_V1_ReadDeviceConfiguration()
1987 SCSI_NewInquiryUnitSerialNumberCPU[Channel] = slice_dma_loaf(&local_dma, in DAC960_V1_ReadDeviceConfiguration()
1989 SCSI_NewInquiryUnitSerialNumberDMA + Channel); in DAC960_V1_ReadDeviceConfiguration()
2000 for (Channel = 0; Channel < Controller->Channels; Channel++) in DAC960_V1_ReadDeviceConfiguration()
2002 dma_addr_t NewInquiryStandardDataDMA = SCSI_Inquiry_dma[Channel]; in DAC960_V1_ReadDeviceConfiguration()
2003 DAC960_V1_DCDB_T *DCDB = DCDBs_cpu[Channel]; in DAC960_V1_ReadDeviceConfiguration()
2004 dma_addr_t DCDB_dma = DCDBs_dma[Channel]; in DAC960_V1_ReadDeviceConfiguration()
2005 DAC960_Command_T *Command = Controller->Commands[Channel]; in DAC960_V1_ReadDeviceConfiguration()
2006 struct completion *Completion = &Completions[Channel]; in DAC960_V1_ReadDeviceConfiguration()
2014 DCDB->Channel = Channel; in DAC960_V1_ReadDeviceConfiguration()
2042 for (Channel = 0; Channel < Controller->Channels; Channel++) in DAC960_V1_ReadDeviceConfiguration()
2045 &Controller->V1.InquiryStandardData[Channel][TargetID]; in DAC960_V1_ReadDeviceConfiguration()
2046 DAC960_SCSI_Inquiry_T *NewInquiryStandardData = SCSI_Inquiry_cpu[Channel]; in DAC960_V1_ReadDeviceConfiguration()
2048 SCSI_NewInquiryUnitSerialNumberDMA[Channel]; in DAC960_V1_ReadDeviceConfiguration()
2050 SCSI_NewInquiryUnitSerialNumberCPU[Channel]; in DAC960_V1_ReadDeviceConfiguration()
2052 &Controller->V1.InquiryUnitSerialNumber[Channel][TargetID]; in DAC960_V1_ReadDeviceConfiguration()
2053 DAC960_Command_T *Command = Controller->Commands[Channel]; in DAC960_V1_ReadDeviceConfiguration()
2054 DAC960_V1_DCDB_T *DCDB = DCDBs_cpu[Channel]; in DAC960_V1_ReadDeviceConfiguration()
2055 struct completion *Completion = &Completions[Channel]; in DAC960_V1_ReadDeviceConfiguration()
2107 unsigned char Channel = 0, TargetID = 0, LogicalUnit = 0; in DAC960_V2_ReadDeviceConfiguration() local
2119 if (!DAC960_V2_NewPhysicalDeviceInfo(Controller, Channel, TargetID, LogicalUnit)) in DAC960_V2_ReadDeviceConfiguration()
2140 Channel = NewPhysicalDeviceInfo->Channel; in DAC960_V2_ReadDeviceConfiguration()
2150 if (!DAC960_V2_NewInquiryUnitSerialNumber(Controller, Channel, TargetID, LogicalUnit)) { in DAC960_V2_ReadDeviceConfiguration()
2231 int LogicalDriveNumber, Channel, TargetID; in DAC960_V1_ReportDeviceConfiguration() local
2233 for (Channel = 0; Channel < Controller->Channels; Channel++) in DAC960_V1_ReportDeviceConfiguration()
2237 &Controller->V1.InquiryStandardData[Channel][TargetID]; in DAC960_V1_ReportDeviceConfiguration()
2239 &Controller->V1.InquiryUnitSerialNumber[Channel][TargetID]; in DAC960_V1_ReportDeviceConfiguration()
2241 &Controller->V1.DeviceState[Channel][TargetID]; in DAC960_V1_ReportDeviceConfiguration()
2243 &Controller->V1.ErrorTable.ErrorTableEntries[Channel][TargetID]; in DAC960_V1_ReportDeviceConfiguration()
2253 Controller, Channel, TargetID, (TargetID < 10 ? " " : ""), in DAC960_V1_ReportDeviceConfiguration()
2260 if (Controller->V1.DeviceResetCount[Channel][TargetID] > 0) in DAC960_V1_ReportDeviceConfiguration()
2272 Controller->V1.DeviceResetCount[Channel][TargetID]); in DAC960_V1_ReportDeviceConfiguration()
2349 PhysicalDeviceInfo->Channel, in DAC960_V2_ReportDeviceConfiguration()
3760 EventLogEntry->Channel, in DAC960_V1_ProcessCompletedCommand()
3768 Controller->V1.DeviceResetCount[EventLogEntry->Channel] in DAC960_V1_ProcessCompletedCommand()
3780 EventLogEntry->Channel, in DAC960_V1_ProcessCompletedCommand()
3789 EventLogEntry->Channel, in DAC960_V1_ProcessCompletedCommand()
3807 int Channel, TargetID; in DAC960_V1_ProcessCompletedCommand() local
3808 for (Channel = 0; Channel < Controller->Channels; Channel++) in DAC960_V1_ProcessCompletedCommand()
3812 &NewErrorTable->ErrorTableEntries[Channel][TargetID]; in DAC960_V1_ProcessCompletedCommand()
3814 &OldErrorTable->ErrorTableEntries[Channel][TargetID]; in DAC960_V1_ProcessCompletedCommand()
3826 Controller, Channel, TargetID, in DAC960_V1_ProcessCompletedCommand()
4162 DCDB->Channel = Controller->V1.DeviceStateChannel; in DAC960_V1_ProcessCompletedCommand()
4192 DCDB->Channel = Controller->V1.DeviceStateChannel; in DAC960_V1_ProcessCompletedCommand()
4231 Command->V1.CommandMailbox.Type3D.Channel = in DAC960_V1_ProcessCompletedCommand()
4300 Controller->V1.DirectCommandActive[KernelCommand->DCDB->Channel] in DAC960_V1_ProcessCompletedCommand()
4528 Event->Channel, Event->TargetID, EventMessage); in DAC960_V2_ReportEvent()
4548 Event->Channel, Event->TargetID, EventMessage); in DAC960_V2_ReportEvent()
4552 Event->Channel, in DAC960_V2_ReportEvent()
4561 Event->Channel, in DAC960_V2_ReportEvent()
4733 (NewPhysicalDeviceInfo->Channel > in DAC960_V2_ProcessCompletedCommand()
4734 PhysicalDeviceInfo->Channel || in DAC960_V2_ProcessCompletedCommand()
4735 (NewPhysicalDeviceInfo->Channel == in DAC960_V2_ProcessCompletedCommand()
4736 PhysicalDeviceInfo->Channel && in DAC960_V2_ProcessCompletedCommand()
4746 PhysicalDeviceInfo->Channel, in DAC960_V2_ProcessCompletedCommand()
4773 (NewPhysicalDeviceInfo->Channel != in DAC960_V2_ProcessCompletedCommand()
4774 PhysicalDeviceInfo->Channel) || in DAC960_V2_ProcessCompletedCommand()
4795 NewPhysicalDeviceInfo->Channel, in DAC960_V2_ProcessCompletedCommand()
4832 NewPhysicalDeviceInfo->Channel, in DAC960_V2_ProcessCompletedCommand()
4879 NewPhysicalDeviceInfo->Channel, in DAC960_V2_ProcessCompletedCommand()
4889 NewPhysicalDeviceInfo->Channel, in DAC960_V2_ProcessCompletedCommand()
4924 PhysicalDeviceInfo->Channel, in DAC960_V2_ProcessCompletedCommand()
4946 PhysicalDevice.Channel = NewLogicalDeviceInfo->Channel; in DAC960_V2_ProcessCompletedCommand()
5136 Controller->V2.NewPhysicalDeviceInformation->Channel, in DAC960_V2_ProcessCompletedCommand()
5147 Controller->V2.NewPhysicalDeviceInformation->Channel = 0; in DAC960_V2_ProcessCompletedCommand()
5159 CommandMailbox->PhysicalDeviceInfo.PhysicalDevice.Channel = in DAC960_V2_ProcessCompletedCommand()
5160 Controller->V2.NewPhysicalDeviceInformation->Channel; in DAC960_V2_ProcessCompletedCommand()
5841 unsigned char *Channel, in DAC960_ParsePhysicalDevice() argument
5860 *Channel = XChannel; in DAC960_ParsePhysicalDevice()
5899 unsigned char Channel, in DAC960_V1_SetDeviceState() argument
5907 CommandMailbox->Type3D.Channel = Channel; in DAC960_V1_SetDeviceState()
5916 DeviceStateString, Channel, TargetID); in DAC960_V1_SetDeviceState()
5921 DeviceStateString, Channel, TargetID); in DAC960_V1_SetDeviceState()
5926 DeviceStateString, Channel, TargetID); in DAC960_V1_SetDeviceState()
5931 Controller, DeviceStateString, Channel, TargetID); in DAC960_V1_SetDeviceState()
5936 DeviceStateString, Channel, TargetID); in DAC960_V1_SetDeviceState()
5941 DeviceStateString, Channel, TargetID, in DAC960_V1_SetDeviceState()
5959 unsigned char Channel, TargetID, LogicalDriveNumber; in DAC960_V1_ExecuteUserCommand() local
5977 &Channel, &TargetID)) in DAC960_V1_ExecuteUserCommand()
5980 &Controller->V1.DeviceState[Channel][TargetID]; in DAC960_V1_ExecuteUserCommand()
5984 DAC960_V1_SetDeviceState(Controller, Command, Channel, TargetID, in DAC960_V1_ExecuteUserCommand()
5987 Controller, Channel, TargetID); in DAC960_V1_ExecuteUserCommand()
5991 &Channel, &TargetID)) in DAC960_V1_ExecuteUserCommand()
5994 &Controller->V1.DeviceState[Channel][TargetID]; in DAC960_V1_ExecuteUserCommand()
5998 DAC960_V1_SetDeviceState(Controller, Command, Channel, TargetID, in DAC960_V1_ExecuteUserCommand()
6001 Controller, Channel, TargetID); in DAC960_V1_ExecuteUserCommand()
6006 &Channel, &TargetID)) in DAC960_V1_ExecuteUserCommand()
6009 &Controller->V1.DeviceState[Channel][TargetID]; in DAC960_V1_ExecuteUserCommand()
6013 DAC960_V1_SetDeviceState(Controller, Command, Channel, TargetID, in DAC960_V1_ExecuteUserCommand()
6017 Controller, Channel, TargetID); in DAC960_V1_ExecuteUserCommand()
6021 &Channel, &TargetID)) in DAC960_V1_ExecuteUserCommand()
6024 CommandMailbox->Type3D.Channel = Channel; in DAC960_V1_ExecuteUserCommand()
6031 Controller, Channel, TargetID); in DAC960_V1_ExecuteUserCommand()
6037 Controller, Channel, TargetID); in DAC960_V1_ExecuteUserCommand()
6042 Controller, Channel, TargetID); in DAC960_V1_ExecuteUserCommand()
6047 Controller, Channel, TargetID); in DAC960_V1_ExecuteUserCommand()
6052 "in Progress\n", Controller, Channel, TargetID); in DAC960_V1_ExecuteUserCommand()
6057 Channel, TargetID, Command->V1.CommandStatus); in DAC960_V1_ExecuteUserCommand()
6169 unsigned char Channel, in DAC960_V2_TranslatePhysicalDevice() argument
6189 CommandMailbox->PhysicalDeviceInfo.PhysicalDevice.Channel = Channel; in DAC960_V2_TranslatePhysicalDevice()
6221 unsigned char Channel, TargetID, LogicalDriveNumber; in DAC960_V2_ExecuteUserCommand() local
6245 &Channel, &TargetID) && in DAC960_V2_ExecuteUserCommand()
6246 DAC960_V2_TranslatePhysicalDevice(Command, Channel, TargetID, in DAC960_V2_ExecuteUserCommand()
6257 Controller, Channel, TargetID, in DAC960_V2_ExecuteUserCommand()
6264 &Channel, &TargetID) && in DAC960_V2_ExecuteUserCommand()
6265 DAC960_V2_TranslatePhysicalDevice(Command, Channel, TargetID, in DAC960_V2_ExecuteUserCommand()
6276 Controller, Channel, TargetID, in DAC960_V2_ExecuteUserCommand()
6283 &Channel, &TargetID) && in DAC960_V2_ExecuteUserCommand()
6284 DAC960_V2_TranslatePhysicalDevice(Command, Channel, TargetID, in DAC960_V2_ExecuteUserCommand()
6295 Controller, Channel, TargetID, in DAC960_V2_ExecuteUserCommand()
6302 &Channel, &TargetID) && in DAC960_V2_ExecuteUserCommand()
6303 DAC960_V2_TranslatePhysicalDevice(Command, Channel, TargetID, in DAC960_V2_ExecuteUserCommand()
6312 Controller, Channel, TargetID, in DAC960_V2_ExecuteUserCommand()
6319 &Channel, &TargetID) && in DAC960_V2_ExecuteUserCommand()
6320 DAC960_V2_TranslatePhysicalDevice(Command, Channel, TargetID, in DAC960_V2_ExecuteUserCommand()
6329 Controller, Channel, TargetID, in DAC960_V2_ExecuteUserCommand()
6727 if (DCDB.Channel >= DAC960_V1_MaxChannels) in DAC960_gam_ioctl()
6776 while (Controller->V1.DirectCommandActive[DCDB.Channel] in DAC960_gam_ioctl()
6782 [DCDB.Channel][DCDB.TargetID]); in DAC960_gam_ioctl()
6785 Controller->V1.DirectCommandActive[DCDB.Channel] in DAC960_gam_ioctl()
6829 Controller->V1.DirectCommandActive[DCDB.Channel] in DAC960_gam_ioctl()