Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dscsiiom.c394 pSRB->SGIndex++; in dc390_DataOut_0()
395 if( pSRB->SGIndex < pSRB->SGcount ) in dc390_DataOut_0()
458 pSRB->SGIndex++; in dc390_DataIn_0()
459 if( pSRB->SGIndex < pSRB->SGcount ) in dc390_DataIn_0()
737 pSRB->SGIndex = 0; in dc390_restore_ptr()
746 pSRB->SGIndex++; in dc390_restore_ptr()
747 if( pSRB->SGIndex < pSRB->SGcount ) in dc390_restore_ptr()
760 …NFO "DC390: Pointer restored. Segment %i, Total %li, Bus %08lx\n", pSRB->SGIndex, pSRB->Saved_Ptr,… in dc390_restore_ptr()
897 if( pSRB->SGIndex < pSRB->SGcount ) in dc390_DataIO_Comm()
1389 pSRB->SGIndex = 0; in dc390_RequestSense()
[all …]
Dtmscsim.h106 UCHAR SGIndex; member
Dtmscsim.c1155 pSRB->SGIndex = 0; in dc390_BuildSRB()