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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx.h1079 uint16_t user_discenable;/* Disconnection allowed */ member in struct:ahc_softc
H A Daic7xxx_osm.c1367 if ((ahc->user_discenable & devinfo->target_mask) != 0) {
1492 if ((ahc->user_discenable & mask) != 0)
H A Daic79xx.h1252 uint16_t user_discenable;/* Disconnection allowed */ member in struct:ahd_softc
H A Daic79xx_osm.c1477 if ((ahd->user_discenable & devinfo->target_mask) != 0) {
1583 if ((ahd->user_discenable & mask) != 0)
H A Daic79xx_core.c7585 ahd->user_discenable |= target_mask;
7667 ahd->user_discenable &= ~target_mask;
7672 ahd->user_discenable |= target_mask;
H A Daic7xxx_core.c5534 ahc->user_discenable = discenable;

Completed in 208 milliseconds