Home
last modified time | relevance | path

Searched refs:targ (Results 1 – 8 of 8) sorted by relevance

/drivers/scsi/aic7xxx/
Daic7xxx_osm.c924 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()
[all …]
Daic79xx_osm.c1015 ahd_linux_setup_iocell_info(u_long index, int instance, int targ, int32_t value) in ahd_linux_setup_iocell_info() argument
1045 ahd_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahd_linux_setup_tag_info() argument
1048 if ((instance >= 0) && (targ >= 0) in ahd_linux_setup_tag_info()
1050 && (targ < AHD_NUM_TARGETS)) { in ahd_linux_setup_tag_info()
1051 aic79xx_tag_info[instance].tag_commands[targ] = value & 0x1FF; in ahd_linux_setup_tag_info()
1053 printk("tag_info[%d:%d] = %d\n", instance, targ, value); in ahd_linux_setup_tag_info()
1066 int targ; in ahd_parse_brace_option() local
1075 targ = -1; in ahd_parse_brace_option()
1091 if (targ == -1) in ahd_parse_brace_option()
1092 targ = 0; in ahd_parse_brace_option()
[all …]
Daic79xx_core.c7635 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()
[all …]
Daic7xxx_core.c5759 int targ = SCB_GET_TARGET(ahc, scb); in ahc_match_scb() local
5766 match = ((targ == target) || (target == CAM_TARGET_WILDCARD)); in ahc_match_scb()
/drivers/block/paride/
Dpg.c421 static void xs(char *buf, char *targ, int len) in xs() argument
429 l = *targ++ = c; in xs()
432 targ--; in xs()
433 *targ = '\0'; in xs()
Dpf.c579 static void xs(char *buf, char *targ, int offs, int len) in xs() argument
587 l = targ[j++] = buf[k + offs]; in xs()
590 targ[j] = 0; in xs()
Dpt.c503 static void xs(char *buf, char *targ, int offs, int len) in xs() argument
511 l = targ[j++] = buf[k + offs]; in xs()
514 targ[j] = 0; in xs()
/drivers/message/fusion/
Dmptbase.c6664 int scsi, fc, sas, lan, ctl, targ, dmp; in mpt_version_proc_show() local
6670 scsi = fc = sas = lan = ctl = targ = dmp = 0; in mpt_version_proc_show()
6688 if (!targ++) drvname = "SCSI target"; in mpt_version_proc_show()