Searched refs:tpg_ci (Results 1 – 2 of 2) sorted by relevance
/drivers/target/ |
D | target_core_fabric_configfs.c | 74 struct config_item *nacl_ci, *tpg_ci, *tpg_ci_s, *wwn_ci, *wwn_ci_s; in target_fabric_mappedlun_link() local 99 tpg_ci = &nacl_ci->ci_group->cg_item; in target_fabric_mappedlun_link() 100 wwn_ci = &tpg_ci->ci_group->cg_item; in target_fabric_mappedlun_link() 111 if (strcmp(config_item_name(tpg_ci), config_item_name(tpg_ci_s))) { in target_fabric_mappedlun_link() 114 config_item_name(tpg_ci)); in target_fabric_mappedlun_link() 623 struct config_item *tpg_ci; in target_fabric_port_link() local 643 tpg_ci = &lun_ci->ci_parent->ci_group->cg_item; in target_fabric_port_link() 644 se_tpg = container_of(to_config_group(tpg_ci), in target_fabric_port_link()
|
/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 629 struct config_item *acl_ci, *tpg_ci, *wwn_ci; in lio_target_nacl_cmdsn_depth_store() local 647 tpg_ci = &acl_ci->ci_parent->ci_group->cg_item; in lio_target_nacl_cmdsn_depth_store() 648 if (!tpg_ci) { in lio_target_nacl_cmdsn_depth_store() 652 wwn_ci = &tpg_ci->ci_group->cg_item; in lio_target_nacl_cmdsn_depth_store() 665 config_item_name(tpg_ci), cmdsn_depth, in lio_target_nacl_cmdsn_depth_store()
|