Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx/
Daic7xxx_osm.c933 ahc_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahc_linux_setup_tag_info() argument
936 if ((instance >= 0) && (targ >= 0) in ahc_linux_setup_tag_info()
938 && (targ < AHC_NUM_TARGETS)) { in ahc_linux_setup_tag_info()
939 aic7xxx_tag_info[instance].tag_commands[targ] = value & 0xff; in ahc_linux_setup_tag_info()
941 printk("tag_info[%d:%d] = %d\n", instance, targ, value); in ahc_linux_setup_tag_info()
954 int targ; in ahc_parse_brace_option() local
963 targ = -1; in ahc_parse_brace_option()
979 if (targ == -1) in ahc_parse_brace_option()
980 targ = 0; in ahc_parse_brace_option()
990 if (targ != -1) in ahc_parse_brace_option()
[all …]
Daic79xx_osm.c1014 ahd_linux_setup_iocell_info(u_long index, int instance, int targ, int32_t value) in ahd_linux_setup_iocell_info() argument
1044 ahd_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahd_linux_setup_tag_info() argument
1047 if ((instance >= 0) && (targ >= 0) in ahd_linux_setup_tag_info()
1049 && (targ < AHD_NUM_TARGETS)) { in ahd_linux_setup_tag_info()
1050 aic79xx_tag_info[instance].tag_commands[targ] = value & 0x1FF; in ahd_linux_setup_tag_info()
1052 printk("tag_info[%d:%d] = %d\n", instance, targ, value); in ahd_linux_setup_tag_info()
1065 int targ; in ahd_parse_brace_option() local
1074 targ = -1; in ahd_parse_brace_option()
1090 if (targ == -1) in ahd_parse_brace_option()
1091 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.c580 static void xs(char *buf, char *targ, int offs, int len) in xs() argument
588 l = targ[j++] = buf[k + offs]; in xs()
591 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.c6672 int scsi, fc, sas, lan, ctl, targ, dmp; in mpt_version_proc_show() local
6678 scsi = fc = sas = lan = ctl = targ = dmp = 0; in mpt_version_proc_show()
6696 if (!targ++) drvname = "SCSI target"; in mpt_version_proc_show()
/drivers/scsi/
Daic7xxx_old.c2382 int targ = (scb->hscb->target_channel_lun >> 4) & 0x0F; in aic7xxx_match_scb() local
2389 match = ((targ == target) || (target == ALL_TARGETS)); in aic7xxx_match_scb()