Lines Matching refs:targ
924 ahc_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahc_linux_setup_tag_info() argument
927 if ((instance >= 0) && (targ >= 0) in ahc_linux_setup_tag_info()
929 && (targ < AHC_NUM_TARGETS)) { in ahc_linux_setup_tag_info()
930 aic7xxx_tag_info[instance].tag_commands[targ] = value & 0xff; in ahc_linux_setup_tag_info()
932 printk("tag_info[%d:%d] = %d\n", instance, targ, value); in ahc_linux_setup_tag_info()
945 int targ; in ahc_parse_brace_option() local
954 targ = -1; in ahc_parse_brace_option()
970 if (targ == -1) in ahc_parse_brace_option()
971 targ = 0; in ahc_parse_brace_option()
981 if (targ != -1) in ahc_parse_brace_option()
982 targ = -1; in ahc_parse_brace_option()
991 else if (targ >= 0) in ahc_parse_brace_option()
992 targ++; in ahc_parse_brace_option()
1007 callback(callback_arg, instance, targ, in ahc_parse_brace_option()
1614 struct ahc_linux_target *targ; in ahc_send_async() local
1648 targ = scsi_transport_target_data(starget); in ahc_send_async()