Home
last modified time | relevance | path

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

/drivers/scsi/
Din2000.h302 uchar sync_off; /* bit mask: don't use sync with these targets */ member
Din2000.c589 if (hostdata->sync_off & (1 << cmd->device->id)) in DEF_SCSI_QCMD()
2053 hostdata->sync_off = 0x00; /* sync defaults to on */ in in2000_detect()
2055 hostdata->sync_off = 0xff; /* sync defaults to off */ in in2000_detect()
2065 hostdata->sync_off = val; in in2000_detect()
2115 if (hostdata->sync_off == 0xff) in in2000_detect()