Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
DDAC960.c1197 sizeof(DAC960_V1_DeviceState_T) + sizeof(DAC960_SCSI_Inquiry_T) + in DAC960_V1_EnableMemoryMailboxInterface()
1265 sizeof(DAC960_SCSI_Inquiry_T), in DAC960_V1_EnableMemoryMailboxInterface()
1973 DAC960_SCSI_Inquiry_T *SCSI_Inquiry_cpu[DAC960_V1_MaxChannels]; in DAC960_V1_ReadDeviceConfiguration()
1984 sizeof(DAC960_SCSI_Inquiry_T) + in DAC960_V1_ReadDeviceConfiguration()
1993 sizeof(DAC960_SCSI_Inquiry_T), in DAC960_V1_ReadDeviceConfiguration()
2029 DCDB->TransferLength = sizeof(DAC960_SCSI_Inquiry_T); in DAC960_V1_ReadDeviceConfiguration()
2038 DCDB->CDB[4] = sizeof(DAC960_SCSI_Inquiry_T); in DAC960_V1_ReadDeviceConfiguration()
2052 DAC960_SCSI_Inquiry_T *InquiryStandardData = in DAC960_V1_ReadDeviceConfiguration()
2054 DAC960_SCSI_Inquiry_T *NewInquiryStandardData = SCSI_Inquiry_cpu[Channel]; in DAC960_V1_ReadDeviceConfiguration()
2068 memset(InquiryStandardData, 0, sizeof(DAC960_SCSI_Inquiry_T)); in DAC960_V1_ReadDeviceConfiguration()
[all …]
DDAC960.h151 DAC960_SCSI_Inquiry_T; typedef
2409 DAC960_SCSI_Inquiry_T
2411 DAC960_SCSI_Inquiry_T *NewInquiryStandardData;