Home
last modified time | relevance | path

Searched refs:RequestSenseLength (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/block/
DDAC960.c5232 KernelCommand->RequestSenseLength = Command->V2.RequestSenseLength; in DAC960_V2_ProcessCompletedCommand()
5282 Command->V2.RequestSenseLength = in DAC960_GEM_InterruptHandler()
5283 NextStatusMailbox->Fields.RequestSenseLength; in DAC960_GEM_InterruptHandler()
5323 Command->V2.RequestSenseLength = in DAC960_BA_InterruptHandler()
5324 NextStatusMailbox->Fields.RequestSenseLength; in DAC960_BA_InterruptHandler()
5365 Command->V2.RequestSenseLength = in DAC960_LP_InterruptHandler()
5366 NextStatusMailbox->Fields.RequestSenseLength; in DAC960_LP_InterruptHandler()
6804 int DataTransferResidue, RequestSenseLength; in DAC960_gam_v2_execute_command() local
6853 RequestSenseLength = UserCommand.RequestSenseLength; in DAC960_gam_v2_execute_command()
6854 if (RequestSenseLength > 0) in DAC960_gam_v2_execute_command()
[all …]
DDAC960.h1936 int RequestSenseLength; member
1952 int RequestSenseLength; member
2196 unsigned char RequestSenseLength; /* Byte 3 */ member
2252 unsigned char RequestSenseLength; member
/Linux-v4.19/drivers/scsi/
DFlashPoint.c78 unsigned char RequestSenseLength; member
3690 currSCCB->Cdb[4] = currSCCB->RequestSenseLength; in FPT_ssenss()
3693 currSCCB->Sccb_XferCnt = (u32)currSCCB->RequestSenseLength; in FPT_ssenss()
4815 if (currSCCB->RequestSenseLength != in FPT_autoCmdCmplt()
4818 if (currSCCB->RequestSenseLength == 0) in FPT_autoCmdCmplt()
4819 currSCCB->RequestSenseLength = in FPT_autoCmdCmplt()
5055 count = pcurrSCCB->RequestSenseLength; in FPT_busMstrDataXferStart()