Searched refs:CFDISC (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7770.c350 if (sc->device_flags[i] & CFDISC)
H A Daic79xx.h831 #define CFDISC 0x0400 /* enable disconnection */ macro
H A Daic7xxx.h773 #define CFDISC 0x0010 /* enable disconnection */ macro
H A Daic7xxx_pci.c1438 if (sc->device_flags[i] & CFDISC)
H A Daic79xx_core.c6933 if (sc->device_flags[targ] & CFDISC) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c486 #define CFDISC 0x0010 /* enable disconnection */ macro
8633 sc->device_flags[i] = (p->discenable & mask) ? CFDISC : 0;
8663 sc->device_flags[i] = CFDISC;
8678 if (sc->device_flags[i] & CFDISC)

Completed in 203 milliseconds