Home
last modified time | relevance | path

Searched refs:tpg_ci (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/target/
Dtarget_core_fabric_configfs.c82 struct config_item *nacl_ci, *tpg_ci, *tpg_ci_s, *wwn_ci, *wwn_ci_s; in target_fabric_mappedlun_link() local
107 tpg_ci = &nacl_ci->ci_group->cg_item; in target_fabric_mappedlun_link()
108 wwn_ci = &tpg_ci->ci_group->cg_item; in target_fabric_mappedlun_link()
119 if (strcmp(config_item_name(tpg_ci), config_item_name(tpg_ci_s))) { in target_fabric_mappedlun_link()
122 config_item_name(tpg_ci)); in target_fabric_mappedlun_link()
631 struct config_item *tpg_ci; in target_fabric_port_link() local
651 tpg_ci = &lun_ci->ci_parent->ci_group->cg_item; in target_fabric_port_link()
652 se_tpg = container_of(to_config_group(tpg_ci), in target_fabric_port_link()
/Linux-v4.19/drivers/target/iscsi/
Discsi_target_configfs.c637 struct config_item *acl_ci, *tpg_ci, *wwn_ci; in lio_target_nacl_cmdsn_depth_store() local
655 tpg_ci = &acl_ci->ci_parent->ci_group->cg_item; in lio_target_nacl_cmdsn_depth_store()
656 if (!tpg_ci) { in lio_target_nacl_cmdsn_depth_store()
660 wwn_ci = &tpg_ci->ci_group->cg_item; in lio_target_nacl_cmdsn_depth_store()
673 config_item_name(tpg_ci), cmdsn_depth, in lio_target_nacl_cmdsn_depth_store()