Searched refs:tpg_ci (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/target/ |
D | target_core_fabric_configfs.c | 85 struct config_item *nacl_ci, *tpg_ci, *tpg_ci_s, *wwn_ci, *wwn_ci_s; in target_fabric_mappedlun_link() local 104 tpg_ci = &nacl_ci->ci_group->cg_item; in target_fabric_mappedlun_link() 105 wwn_ci = &tpg_ci->ci_group->cg_item; in target_fabric_mappedlun_link() 116 if (strcmp(config_item_name(tpg_ci), config_item_name(tpg_ci_s))) { in target_fabric_mappedlun_link() 119 config_item_name(tpg_ci)); in target_fabric_mappedlun_link() 769 struct config_item *tpg_ci; in target_fabric_port_link() local 790 tpg_ci = &lun_ci->ci_parent->ci_group->cg_item; in target_fabric_port_link() 791 se_tpg = container_of(to_config_group(tpg_ci), in target_fabric_port_link()
|
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 785 struct config_item *acl_ci, *tpg_ci, *wwn_ci; in lio_target_nacl_store_cmdsn_depth() local 803 tpg_ci = &acl_ci->ci_parent->ci_group->cg_item; in lio_target_nacl_store_cmdsn_depth() 804 if (!tpg_ci) { in lio_target_nacl_store_cmdsn_depth() 808 wwn_ci = &tpg_ci->ci_group->cg_item; in lio_target_nacl_store_cmdsn_depth() 824 config_item_name(tpg_ci), cmdsn_depth, in lio_target_nacl_store_cmdsn_depth()
|