Searched refs:no_sync (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsgiwd93.c251 if (hdata->wh.no_sync == 0xff)
252 hdata->wh.no_sync = 0;
H A Dwd33c93.h257 uchar no_sync; /* bitmask: don't do sync on these targets */ member in struct:WD33C93_hostdata
H A Dwd33c93.c899 if (hostdata->no_sync & (1 << cmd->device->id)) {
1962 hostdata->no_sync = 0xff; /* sync defaults to off */
1983 hostdata->no_sync = val;
2026 printk("wd33c93-%d: chip=%s/%d no_sync=0x%x no_dma=%d",
2032 hostdata->microcode, hostdata->no_sync, hostdata->no_dma);
2110 set_resync(hd, x ^ hd->no_sync);
2111 hd->no_sync = x;
2128 sprintf(tbuf, "\nclock_freq=%02x no_sync=%02x no_dma=%d"
2130 hd->clock_freq, hd->no_sync, hd->no_dma, hd->dma_mode, hd->fast);
H A Dqla1280.h1004 uint32_t no_sync:1; member in struct:qla_driver_setup
H A Dqla1280.c1244 if (driver_setup.no_sync ||
4157 driver_setup.no_sync = 1;

Completed in 138 milliseconds