Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/tcm_remote/
H A Dtcm_remote.c110 remote_tpg->remote_hba = remote_hba; in tcm_remote_make_tpg()
116 remote_hba->remote_proto_id); in tcm_remote_make_tpg()
131 struct tcm_remote_hba *remote_hba; in tcm_remote_drop_tpg() local
134 remote_hba = remote_tpg->remote_hba; in tcm_remote_drop_tpg()
142 remote_tpg->remote_hba = NULL; in tcm_remote_drop_tpg()
155 struct tcm_remote_hba *remote_hba; in tcm_remote_make_wwn() local
159 remote_hba = kzalloc(sizeof(*remote_hba), GFP_KERNEL); in tcm_remote_make_wwn()
160 if (!remote_hba) in tcm_remote_make_wwn()
206 kfree(remote_hba); in tcm_remote_make_wwn()
217 remote_hba->remote_wwn_address); in tcm_remote_drop_wwn()
[all …]
H A Dtcm_remote.h12 struct tcm_remote_hba *remote_hba; member