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

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

Completed in 37 milliseconds