Searched refs:tpg_ci (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/target/ |
H A D | target_core_fabric_configfs.c | 80 struct config_item *nacl_ci, *tpg_ci, *tpg_ci_s, *wwn_ci, *wwn_ci_s; target_fabric_mappedlun_link() local 98 tpg_ci = &nacl_ci->ci_group->cg_item; target_fabric_mappedlun_link() 99 wwn_ci = &tpg_ci->ci_group->cg_item; target_fabric_mappedlun_link() 110 if (strcmp(config_item_name(tpg_ci), config_item_name(tpg_ci_s))) { target_fabric_mappedlun_link() 113 config_item_name(tpg_ci)); target_fabric_mappedlun_link() 673 struct config_item *tpg_ci; target_fabric_port_link() local 693 tpg_ci = &lun_ci->ci_parent->ci_group->cg_item; target_fabric_port_link() 694 se_tpg = container_of(to_config_group(tpg_ci), target_fabric_port_link()
|
/linux-4.4.14/drivers/target/iscsi/ |
H A D | iscsi_target_configfs.c | 697 struct config_item *acl_ci, *tpg_ci, *wwn_ci; lio_target_nacl_cmdsn_depth_store() local 715 tpg_ci = &acl_ci->ci_parent->ci_group->cg_item; lio_target_nacl_cmdsn_depth_store() 716 if (!tpg_ci) { lio_target_nacl_cmdsn_depth_store() 717 pr_err("Unable to locate tpg_ci\n"); lio_target_nacl_cmdsn_depth_store() 720 wwn_ci = &tpg_ci->ci_group->cg_item; lio_target_nacl_cmdsn_depth_store() 736 config_item_name(tpg_ci), cmdsn_depth, lio_target_nacl_cmdsn_depth_store()
|
Completed in 82 milliseconds