Home
last modified time | relevance | path

Searched refs:user_discenable (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/aic7xxx/
H A Daic79xx.h1246 uint16_t user_discenable;/* Disconnection allowed */ member
H A Daic7xxx_osm.c1354 if ((ahc->user_discenable & devinfo->target_mask) != 0) { in ahc_linux_user_tagdepth()
1479 if ((ahc->user_discenable & mask) != 0) in ahc_linux_run_command()
H A Daic79xx_osm.c1484 if ((ahd->user_discenable & devinfo->target_mask) != 0) { in ahd_linux_user_tagdepth()
1590 if ((ahd->user_discenable & mask) != 0) in ahd_linux_run_command()
H A Daic79xx_core.c7572 ahd->user_discenable |= target_mask; in ahd_default_config()
7654 ahd->user_discenable &= ~target_mask; in ahd_parse_cfgdata()
7659 ahd->user_discenable |= target_mask; in ahd_parse_cfgdata()
H A Daic7xxx_core.c5522 ahc->user_discenable = discenable; in ahc_init()