Home
last modified time | relevance | path

Searched refs:DAC960_V1_MaxChannels (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/block/
DDAC960.h34 #define DAC960_V1_MaxChannels 3 macro
742 ErrorTableEntries[DAC960_V1_MaxChannels][DAC960_V1_MaxTargets];
2405 DeviceState[DAC960_V1_MaxChannels][DAC960_V1_MaxTargets];
2410 InquiryStandardData[DAC960_V1_MaxChannels][DAC960_V1_MaxTargets];
2415 InquiryUnitSerialNumber[DAC960_V1_MaxChannels][DAC960_V1_MaxTargets];
2419 int DeviceResetCount[DAC960_V1_MaxChannels][DAC960_V1_MaxTargets];
2420 bool DirectCommandActive[DAC960_V1_MaxChannels][DAC960_V1_MaxTargets];
DDAC960.c1969 dma_addr_t DCDBs_dma[DAC960_V1_MaxChannels]; in DAC960_V1_ReadDeviceConfiguration()
1970 DAC960_V1_DCDB_T *DCDBs_cpu[DAC960_V1_MaxChannels]; in DAC960_V1_ReadDeviceConfiguration()
1972 dma_addr_t SCSI_Inquiry_dma[DAC960_V1_MaxChannels]; in DAC960_V1_ReadDeviceConfiguration()
1973 DAC960_SCSI_Inquiry_T *SCSI_Inquiry_cpu[DAC960_V1_MaxChannels]; in DAC960_V1_ReadDeviceConfiguration()
1975 dma_addr_t SCSI_NewInquiryUnitSerialNumberDMA[DAC960_V1_MaxChannels]; in DAC960_V1_ReadDeviceConfiguration()
1976 DAC960_SCSI_Inquiry_UnitSerialNumber_T *SCSI_NewInquiryUnitSerialNumberCPU[DAC960_V1_MaxChannels]; in DAC960_V1_ReadDeviceConfiguration()
1978 struct completion Completions[DAC960_V1_MaxChannels]; in DAC960_V1_ReadDeviceConfiguration()
1983 DAC960_V1_MaxChannels*(sizeof(DAC960_V1_DCDB_T) + in DAC960_V1_ReadDeviceConfiguration()
6673 if (DCDB.Channel >= DAC960_V1_MaxChannels) in DAC960_gam_v1_execute_command()