Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/target/
Dtarget_core_configfs.c81 return container_of(to_config_group(item), struct se_hba, hba_group); in item_to_hba()
2237 config_item_name(&hba->hba_group.cg_item), in target_dev_alias_store()
2278 config_item_name(&hba->hba_group.cg_item), in target_dev_udev_path_store()
2381 config_item_name(&hba->hba_group.cg_item), in target_dev_alua_lu_gp_store()
2406 config_item_name(&hba->hba_group.cg_item), in target_dev_alua_lu_gp_store()
2679 config_item_name(&hba->hba_group.cg_item), in target_lu_gp_members_show()
3342 hba = item_to_hba(&dev->se_hba->hba_group.cg_item); in target_core_drop_subdev()
3377 return container_of(to_config_group(item), struct se_hba, hba_group); in to_hba()
3438 struct se_hba, hba_group); in target_core_hba_release()
3512 config_group_init_type_name(&hba->hba_group, name, in target_core_call_addhbatotarget()
[all …]
/linux-5.19.10/include/target/
Dtarget_core_base.h882 struct config_group hba_group; member