Searched refs:DAC960_V1_MaxChannels (Results 1 – 2 of 2) sorted by relevance
34 #define DAC960_V1_MaxChannels 3 macro742 ErrorTableEntries[DAC960_V1_MaxChannels][DAC960_V1_MaxTargets];2406 DeviceState[DAC960_V1_MaxChannels][DAC960_V1_MaxTargets];2411 InquiryStandardData[DAC960_V1_MaxChannels][DAC960_V1_MaxTargets];2416 InquiryUnitSerialNumber[DAC960_V1_MaxChannels][DAC960_V1_MaxTargets];2420 int DeviceResetCount[DAC960_V1_MaxChannels][DAC960_V1_MaxTargets];2421 bool DirectCommandActive[DAC960_V1_MaxChannels][DAC960_V1_MaxTargets];
1971 dma_addr_t DCDBs_dma[DAC960_V1_MaxChannels]; in DAC960_V1_ReadDeviceConfiguration()1972 DAC960_V1_DCDB_T *DCDBs_cpu[DAC960_V1_MaxChannels]; in DAC960_V1_ReadDeviceConfiguration()1974 dma_addr_t SCSI_Inquiry_dma[DAC960_V1_MaxChannels]; in DAC960_V1_ReadDeviceConfiguration()1975 DAC960_SCSI_Inquiry_T *SCSI_Inquiry_cpu[DAC960_V1_MaxChannels]; in DAC960_V1_ReadDeviceConfiguration()1977 dma_addr_t SCSI_NewInquiryUnitSerialNumberDMA[DAC960_V1_MaxChannels]; in DAC960_V1_ReadDeviceConfiguration()1978 DAC960_SCSI_Inquiry_UnitSerialNumber_T *SCSI_NewInquiryUnitSerialNumberCPU[DAC960_V1_MaxChannels]; in DAC960_V1_ReadDeviceConfiguration()1980 struct completion Completions[DAC960_V1_MaxChannels]; in DAC960_V1_ReadDeviceConfiguration()1985 DAC960_V1_MaxChannels*(sizeof(DAC960_V1_DCDB_T) + in DAC960_V1_ReadDeviceConfiguration()6719 if (DCDB.Channel >= DAC960_V1_MaxChannels) in DAC960_gam_ioctl()