Searched refs:targ (Results 1 – 9 of 9) sorted by relevance
/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 933 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 …]
|
D | aic79xx_osm.c | 1014 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 …]
|
D | aic79xx_core.c | 7635 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 …]
|
D | aic7xxx_core.c | 5759 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/ |
D | pg.c | 421 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()
|
D | pf.c | 580 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()
|
D | pt.c | 503 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/ |
D | mptbase.c | 6672 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/ |
D | aic7xxx_old.c | 2382 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()
|