Searched refs:user_discenable (Results 1 – 6 of 6) sorted by relevance
1082 uint16_t user_discenable;/* Disconnection allowed */ member
1246 uint16_t user_discenable;/* Disconnection allowed */ member
1347 if ((ahc->user_discenable & devinfo->target_mask) != 0) { in ahc_linux_user_tagdepth()1472 if ((ahc->user_discenable & mask) != 0) in ahc_linux_run_command()
1485 if ((ahd->user_discenable & devinfo->target_mask) != 0) { in ahd_linux_user_tagdepth()1591 if ((ahd->user_discenable & mask) != 0) in ahd_linux_run_command()
7573 ahd->user_discenable |= target_mask; in ahd_default_config()7655 ahd->user_discenable &= ~target_mask; in ahd_parse_cfgdata()7660 ahd->user_discenable |= target_mask; in ahd_parse_cfgdata()
5523 ahc->user_discenable = discenable; in ahc_init()