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

/linux-master/drivers/scsi/
H A DFlashPoint.c114 u32 Sccb_SGoffset; member in struct:sccb
3891 p_sccb->Sccb_SGoffset = 0;
4898 currSCCB->Sccb_SGoffset = 0x00;
4954 if ((!sg_count) && (pcurrSCCB->Sccb_SGoffset)) {
4956 ((count & 0x00FFFFFFL) - pcurrSCCB->Sccb_SGoffset);
4958 (count & 0xFF000000L) | pcurrSCCB->Sccb_SGoffset;
5197 pCurrSCCB->Sccb_SGoffset = remain_cnt;
5346 pCurrSCCB->Sccb_SGoffset = 0x00;
5399 currSCCB->Sccb_SGoffset = 0;
5404 currSCCB->Sccb_SGoffset
[all...]

Completed in 175 milliseconds