Lines Matching refs:se_hba
75 static inline struct se_hba *
78 return container_of(to_config_group(item), struct se_hba, hba_group); in item_to_hba()
2217 struct se_hba *hba = dev->se_hba; in target_dev_alias_store()
2257 struct se_hba *hba = dev->se_hba; in target_dev_udev_path_store()
2339 struct se_hba *hba = dev->se_hba; in target_dev_alua_lu_gp_store()
2667 struct se_hba *hba; in target_lu_gp_members_show()
2675 hba = dev->se_hba; in target_lu_gp_members_show()
3258 struct se_hba *hba = item_to_hba(hba_ci); in target_core_make_subdev()
3335 struct se_hba *hba; in target_core_drop_subdev()
3337 hba = item_to_hba(&dev->se_hba->hba_group.cg_item); in target_core_drop_subdev()
3365 static inline struct se_hba *to_hba(struct config_item *item) in to_hba()
3367 return container_of(to_config_group(item), struct se_hba, hba_group); in to_hba()
3372 struct se_hba *hba = to_hba(item); in target_hba_info_show()
3381 struct se_hba *hba = to_hba(item); in target_hba_mode_show()
3393 struct se_hba *hba = to_hba(item); in target_hba_mode_store()
3427 struct se_hba *hba = container_of(to_config_group(item), in target_core_hba_release()
3428 struct se_hba, hba_group); in target_core_hba_release()
3454 struct se_hba *hba; in target_core_call_addhbatotarget()