Home
last modified time | relevance | path

Searched refs:DCDB (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/block/
DDAC960.c2013 DAC960_V1_DCDB_T *DCDB = DCDBs_cpu[Channel]; in DAC960_V1_ReadDeviceConfiguration() local
2024 DCDB->Channel = Channel; in DAC960_V1_ReadDeviceConfiguration()
2025 DCDB->TargetID = TargetID; in DAC960_V1_ReadDeviceConfiguration()
2026 DCDB->Direction = DAC960_V1_DCDB_DataTransferDeviceToSystem; in DAC960_V1_ReadDeviceConfiguration()
2027 DCDB->EarlyStatus = false; in DAC960_V1_ReadDeviceConfiguration()
2028 DCDB->Timeout = DAC960_V1_DCDB_Timeout_10_seconds; in DAC960_V1_ReadDeviceConfiguration()
2029 DCDB->NoAutomaticRequestSense = false; in DAC960_V1_ReadDeviceConfiguration()
2030 DCDB->DisconnectPermitted = true; in DAC960_V1_ReadDeviceConfiguration()
2031 DCDB->TransferLength = sizeof(DAC960_SCSI_Inquiry_T); in DAC960_V1_ReadDeviceConfiguration()
2032 DCDB->BusAddress = NewInquiryStandardDataDMA; in DAC960_V1_ReadDeviceConfiguration()
[all …]
DDAC960.h1904 DAC960_V1_DCDB_T __user *DCDB; member
1919 DAC960_V1_DCDB_T *DCDB; member
/linux-4.4.14/Documentation/scsi/
DChangeLog.ips6 - Add Extended DCDB Commands for Tape Support in 5I
55 - Restore caller's DCDB Structure
84 4.00.02 - Fix problem with PT DCDB with no buffer
90 3.60.02 - Make DCDB direction based on lookup table.
91 - Only allow one DCDB command to a SCSI ID at a time.
DChangeLog.megaraid344 To address this issue, the 'timeout' field in the DCDB command will
345 have NO TIMEOUT (i.e., 4) value as its timeout on DCDB command.