Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx.h1082 uint16_t user_discenable;/* Disconnection allowed */ member
Daic79xx.h1246 uint16_t user_discenable;/* Disconnection allowed */ member
Daic7xxx_osm.c1363 if ((ahc->user_discenable & devinfo->target_mask) != 0) { in ahc_linux_user_tagdepth()
1488 if ((ahc->user_discenable & mask) != 0) in ahc_linux_run_command()
Daic79xx_osm.c1499 if ((ahd->user_discenable & devinfo->target_mask) != 0) { in ahd_linux_user_tagdepth()
1605 if ((ahd->user_discenable & mask) != 0) in ahd_linux_run_command()
Daic79xx_core.c7613 ahd->user_discenable |= target_mask; in ahd_default_config()
7695 ahd->user_discenable &= ~target_mask; in ahd_parse_cfgdata()
7700 ahd->user_discenable |= target_mask; in ahd_parse_cfgdata()
Daic7xxx_core.c5551 ahc->user_discenable = discenable; in ahc_init()