Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A DFlashPoint.c114 u32 Sccb_SGoffset; member
3890 p_sccb->Sccb_SGoffset = 0; in FPT_sinits()
4897 currSCCB->Sccb_SGoffset = 0x00; in FPT_dataXferProcessor()
4953 if ((!sg_count) && (pcurrSCCB->Sccb_SGoffset)) { in FPT_busMstrSGDataXferStart()
4955 ((count & 0x00FFFFFFL) - pcurrSCCB->Sccb_SGoffset); in FPT_busMstrSGDataXferStart()
4957 (count & 0xFF000000L) | pcurrSCCB->Sccb_SGoffset; in FPT_busMstrSGDataXferStart()
5196 pCurrSCCB->Sccb_SGoffset = remain_cnt; in FPT_hostDataXferAbort()
5345 pCurrSCCB->Sccb_SGoffset = 0x00; in FPT_hostDataXferAbort()
5398 currSCCB->Sccb_SGoffset = 0; in FPT_hostDataXferRestart()
5403 currSCCB->Sccb_SGoffset = in FPT_hostDataXferRestart()
[all …]