Lines Matching refs:targ
7635 int targ; in ahd_default_config() local
7650 for (targ = 0; targ < AHD_NUM_TARGETS; targ++) { in ahd_default_config()
7657 targ, &tstate); in ahd_default_config()
7664 target_mask = 0x01 << targ; in ahd_default_config()
7694 targ, CAM_LUN_WILDCARD, in ahd_default_config()
7712 int targ; in ahd_parse_cfgdata() local
7729 for (targ = 0; targ < max_targ; targ++) { in ahd_parse_cfgdata()
7737 targ, &tstate); in ahd_parse_cfgdata()
7746 target_mask = 0x01 << targ; in ahd_parse_cfgdata()
7750 if (sc->device_flags[targ] & CFDISC) { in ahd_parse_cfgdata()
7758 sc->device_flags[targ] &= ~CFPACKETIZED; in ahd_parse_cfgdata()
7762 user_tinfo->period = (sc->device_flags[targ] & CFXFER); in ahd_parse_cfgdata()
7776 if ((sc->device_flags[targ] & CFPACKETIZED) != 0) { in ahd_parse_cfgdata()
7785 if ((sc->device_flags[targ] & CFQAS) != 0) in ahd_parse_cfgdata()
7788 if ((sc->device_flags[targ] & CFWIDEB) != 0) in ahd_parse_cfgdata()
7794 printk("(%d): %x:%x:%x:%x\n", targ, user_tinfo->width, in ahd_parse_cfgdata()
7808 targ, CAM_LUN_WILDCARD, in ahd_parse_cfgdata()
8046 int targ = SCB_GET_TARGET(ahd, scb); in ahd_match_scb() local
8053 match = ((targ == target) || (target == CAM_TARGET_WILDCARD)); in ahd_match_scb()