Lines Matching refs:targ
7542 int targ; in ahd_default_config() local
7557 for (targ = 0; targ < AHD_NUM_TARGETS; targ++) { in ahd_default_config()
7564 targ, &tstate); in ahd_default_config()
7571 target_mask = 0x01 << targ; in ahd_default_config()
7601 targ, CAM_LUN_WILDCARD, in ahd_default_config()
7619 int targ; in ahd_parse_cfgdata() local
7636 for (targ = 0; targ < max_targ; targ++) { in ahd_parse_cfgdata()
7644 targ, &tstate); in ahd_parse_cfgdata()
7653 target_mask = 0x01 << targ; in ahd_parse_cfgdata()
7657 if (sc->device_flags[targ] & CFDISC) { in ahd_parse_cfgdata()
7665 sc->device_flags[targ] &= ~CFPACKETIZED; in ahd_parse_cfgdata()
7669 user_tinfo->period = (sc->device_flags[targ] & CFXFER); in ahd_parse_cfgdata()
7683 if ((sc->device_flags[targ] & CFPACKETIZED) != 0) { in ahd_parse_cfgdata()
7692 if ((sc->device_flags[targ] & CFQAS) != 0) in ahd_parse_cfgdata()
7695 if ((sc->device_flags[targ] & CFWIDEB) != 0) in ahd_parse_cfgdata()
7701 printk("(%d): %x:%x:%x:%x\n", targ, user_tinfo->width, in ahd_parse_cfgdata()
7715 targ, CAM_LUN_WILDCARD, in ahd_parse_cfgdata()
7949 int targ = SCB_GET_TARGET(ahd, scb); in ahd_match_scb() local
7956 match = ((targ == target) || (target == CAM_TARGET_WILDCARD)); in ahd_match_scb()