Home
last modified time | relevance | path

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

/drivers/scsi/
Dtmscsim.c784 pSRB->SGIndex++; in dc390_DataOut_0()
785 if( pSRB->SGIndex < pSRB->SGcount ) in dc390_DataOut_0()
852 pSRB->SGIndex++; in dc390_DataIn_0()
853 if( pSRB->SGIndex < pSRB->SGcount ) in dc390_DataIn_0()
1144 pSRB->SGIndex = 0; in dc390_restore_ptr()
1154 pSRB->SGIndex++; in dc390_restore_ptr()
1155 if( pSRB->SGIndex < pSRB->SGcount ) in dc390_restore_ptr()
1169 pSRB->SGIndex, pSRB->Saved_Ptr, pSRB->SGBusAddr); in dc390_restore_ptr()
1305 if( pSRB->SGIndex < pSRB->SGcount ) in dc390_DataIO_Comm()
1688 pSRB->SGIndex = 0; in dc390_RequestSense()
[all …]
Dtmscsim.h55 u8 SGIndex; member