Searched refs:targ (Results 1 – 11 of 11) sorted by relevance
| /drivers/acpi/numa/ |
| A D | hmat.c | 461 unsigned int init, targ, total_size, ipds, tpds; in hmat_parse_locality() local 493 for (targ = 0; targ < tpds; targ++) { in hmat_parse_locality() 494 value = hmat_normalize(entries[init * tpds + targ], in hmat_parse_locality() 498 inits[init], targs[targ], value, in hmat_parse_locality() 501 hmat_update_target(targs[targ], inits[init], in hmat_parse_locality()
|
| /drivers/scsi/aic7xxx/ |
| A D | aic7xxx_osm.c | 916 if ((instance >= 0) && (targ >= 0) in ahc_linux_setup_tag_info() 918 && (targ < AHC_NUM_TARGETS)) { in ahc_linux_setup_tag_info() 934 int targ; in ahc_parse_brace_option() local 943 targ = -1; in ahc_parse_brace_option() 959 if (targ == -1) in ahc_parse_brace_option() 960 targ = 0; in ahc_parse_brace_option() 970 if (targ != -1) in ahc_parse_brace_option() 971 targ = -1; in ahc_parse_brace_option() 980 else if (targ >= 0) in ahc_parse_brace_option() 981 targ++; in ahc_parse_brace_option() [all …]
|
| A D | aic79xx_osm.c | 1032 if ((instance >= 0) && (targ >= 0) in ahd_linux_setup_tag_info() 1034 && (targ < AHD_NUM_TARGETS)) { in ahd_linux_setup_tag_info() 1050 int targ; in ahd_parse_brace_option() local 1059 targ = -1; in ahd_parse_brace_option() 1075 if (targ == -1) in ahd_parse_brace_option() 1076 targ = 0; in ahd_parse_brace_option() 1086 if (targ != -1) in ahd_parse_brace_option() 1087 targ = -1; in ahd_parse_brace_option() 1096 else if (targ >= 0) in ahd_parse_brace_option() 1097 targ++; in ahd_parse_brace_option() [all …]
|
| A D | aic79xx_core.c | 7542 int targ; in ahd_default_config() local 7557 for (targ = 0; targ < AHD_NUM_TARGETS; targ++) { in ahd_default_config() 7564 targ, &tstate); in ahd_default_config() 7571 target_mask = 0x01 << targ; in ahd_default_config() 7601 targ, CAM_LUN_WILDCARD, in ahd_default_config() 7619 int targ; in ahd_parse_cfgdata() local 7636 for (targ = 0; targ < max_targ; targ++) { in ahd_parse_cfgdata() 7644 targ, &tstate); in ahd_parse_cfgdata() 7653 target_mask = 0x01 << targ; in ahd_parse_cfgdata() 7715 targ, CAM_LUN_WILDCARD, in ahd_parse_cfgdata() [all …]
|
| A D | aic7xxx_core.c | 5694 int targ = SCB_GET_TARGET(ahc, scb); in ahc_match_scb() local 5701 match = ((targ == target) || (target == CAM_TARGET_WILDCARD)); in ahc_match_scb()
|
| /drivers/scsi/elx/libefc/ |
| A D | efc_node.h | 104 if (node->targ) in efc_node_get_enable() 125 bool init, bool targ);
|
| A D | efc_node.c | 45 u32 port_id, bool init, bool targ) in efc_node_alloc() argument 77 node->targ = targ; in efc_node_alloc() 314 node->nport->enable_ini, node->targ); in efc_node_handle_explicit_logo() 315 if (!pend_frames_empty || (node->nport->enable_ini && node->targ)) { in efc_node_handle_explicit_logo() 318 if (node->nport->enable_ini && node->targ) { in efc_node_handle_explicit_logo()
|
| A D | efc_device.c | 216 if (node->init && !node->targ) { in __efc_d_initiate_shutdown() 232 } else if (node->targ && !node->init) { in __efc_d_initiate_shutdown() 248 } else if (node->init && node->targ) { in __efc_d_initiate_shutdown() 293 if (!node->init && !node->targ) { in __efc_d_initiate_shutdown() 367 node->targ = (pp->sp.spp_flags & FCP_SPPF_TARG_FCN) != 0; in efc_process_prli_payload() 1306 if (node->targ) { in __efc_d_device_ready() 1444 labels[(node->targ << 1) | (node->init)], in __efc_d_device_gone()
|
| A D | efclib.h | 350 bool targ; member
|
| A D | efc_fabric.c | 736 if ((node->nport->enable_ini && active_nodes[i]->targ) || in efc_process_gidpt_payload() 775 if (node->nport->enable_ini && newnode->targ) { in efc_process_gidpt_payload()
|
| /drivers/message/fusion/ |
| A D | mptbase.c | 6657 int scsi, fc, sas, lan, ctl, targ; in mpt_version_proc_show() local 6663 scsi = fc = sas = lan = ctl = targ = 0; in mpt_version_proc_show() 6681 if (!targ++) drvname = "SCSI target"; in mpt_version_proc_show()
|
Completed in 65 milliseconds