Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dscsiiom.c198 xferCnt = pSRB->SGToBeXferLen - residual; in dc390_dma_intr()
201 pSRB->SGToBeXferLen = residual; in dc390_dma_intr()
390 … while( --ctr && !((dstate = DC390_read8 (DMA_Status)) & DMA_XFER_DONE) && pSRB->SGToBeXferLen ); in dc390_DataOut_0()
393 pSRB->TotalXferredLen += pSRB->SGToBeXferLen; in dc390_DataOut_0()
401 pSRB->SGToBeXferLen = (ULONG) psgl->length; in dc390_DataOut_0()
404 pSRB->SGToBeXferLen = 0; in dc390_DataOut_0()
413 xferCnt = pSRB->SGToBeXferLen - ResidCnt; in dc390_DataOut_0()
416 pSRB->SGToBeXferLen = ResidCnt; in dc390_DataOut_0()
446 … while( --ctr && !((dstate = DC390_read8 (DMA_Status)) & DMA_XFER_DONE) && pSRB->SGToBeXferLen ); in dc390_DataIn_0()
453 …UG1(printk (KERN_DEBUG "Count_2_Zero (ResidCnt=%i,ToBeXfer=%li),", ResidCnt, pSRB->SGToBeXferLen);) in dc390_DataIn_0()
[all …]
Dtmscsim.h92 ULONG SGToBeXferLen; /*; to be xfer length */ member
Dtmscsim.c1168 pSRB->SGToBeXferLen = 0; in dc390_BuildSRB()
1497 pSRB->TotalXferredLen, pSRB->SGToBeXferLen, pSRB->SRBState, in dc390_dumpinfo()