Searched refs:tpg_ci (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/target/ |
H A D | target_core_fabric_configfs.c | 75 struct config_item *nacl_ci, *tpg_ci, *tpg_ci_s, *wwn_ci, *wwn_ci_s; in target_fabric_mappedlun_link() local 100 tpg_ci = &nacl_ci->ci_group->cg_item; in target_fabric_mappedlun_link() 101 wwn_ci = &tpg_ci->ci_group->cg_item; in target_fabric_mappedlun_link() 112 if (strcmp(config_item_name(tpg_ci), config_item_name(tpg_ci_s))) { in target_fabric_mappedlun_link() 115 config_item_name(tpg_ci)); in target_fabric_mappedlun_link() 624 struct config_item *tpg_ci; in target_fabric_port_link() local 644 tpg_ci = &lun_ci->ci_parent->ci_group->cg_item; in target_fabric_port_link() 645 se_tpg = container_of(to_config_group(tpg_ci), in target_fabric_port_link()
|
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_configfs.c | 653 struct config_item *acl_ci, *tpg_ci, *wwn_ci; in lio_target_nacl_cmdsn_depth_store() local 671 tpg_ci = &acl_ci->ci_parent->ci_group->cg_item; in lio_target_nacl_cmdsn_depth_store() 672 if (!tpg_ci) { in lio_target_nacl_cmdsn_depth_store() 676 wwn_ci = &tpg_ci->ci_group->cg_item; in lio_target_nacl_cmdsn_depth_store() 689 config_item_name(tpg_ci), cmdsn_depth, in lio_target_nacl_cmdsn_depth_store()
|