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

/drivers/scsi/aic7xxx/
H A Daic7770.c334 if (sc->device_flags[i] & CFDISC)
H A Daic7xxx.h776 #define CFDISC 0x0010 /* enable disconnection */ macro
H A Daic79xx.h834 #define CFDISC 0x0400 /* enable disconnection */ macro
H A Daic7xxx_pci.c1441 if (sc->device_flags[i] & CFDISC)
H A Daic79xx_core.c7750 if (sc->device_flags[targ] & CFDISC) {
/drivers/scsi/
H A Daic7xxx_old.c486 #define CFDISC 0x0010 /* enable disconnection */ macro
8680 sc->device_flags[i] = (p->discenable & mask) ? CFDISC : 0;
8710 sc->device_flags[i] = CFDISC;
8725 if (sc->device_flags[i] & CFDISC)

Completed in 606 milliseconds