Lines Matching refs:targ
925 ahc_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahc_linux_setup_tag_info() argument
928 if ((instance >= 0) && (targ >= 0) in ahc_linux_setup_tag_info()
930 && (targ < AHC_NUM_TARGETS)) { in ahc_linux_setup_tag_info()
931 aic7xxx_tag_info[instance].tag_commands[targ] = value & 0xff; in ahc_linux_setup_tag_info()
933 printk("tag_info[%d:%d] = %d\n", instance, targ, value); in ahc_linux_setup_tag_info()
946 int targ; in ahc_parse_brace_option() local
955 targ = -1; in ahc_parse_brace_option()
971 if (targ == -1) in ahc_parse_brace_option()
972 targ = 0; in ahc_parse_brace_option()
982 if (targ != -1) in ahc_parse_brace_option()
983 targ = -1; in ahc_parse_brace_option()
992 else if (targ >= 0) in ahc_parse_brace_option()
993 targ++; in ahc_parse_brace_option()
1008 callback(callback_arg, instance, targ, in ahc_parse_brace_option()
1615 struct ahc_linux_target *targ; in ahc_send_async() local
1649 targ = scsi_transport_target_data(starget); in ahc_send_async()