Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dscsi_obsolete.c366 if (SCpnt->flags & SYNC_RESET) { in scsi_old_done()
935 SCpnt->flags |= SYNC_RESET; in scsi_reset()
989 SCpnt->flags &= ~SYNC_RESET; in scsi_reset()
Dscsi.h387 #define SYNC_RESET 0x40 macro