Home
last modified time | relevance | path

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

/linux-6.15/drivers/target/loopback/
H A Dtcm_loop.c280 if (!tl_hba) { in tcm_loop_target_reset()
376 kfree(tl_hba); in tcm_loop_release_adapter()
588 struct tcm_loop_hba *tl_hba = tl_tpg->tl_hba; in tcm_loop_port_link() local
609 tl_hba = tl_tpg->tl_hba; in tcm_loop_port_unlink()
686 struct tcm_loop_hba *tl_hba = tl_tpg->tl_hba; in tcm_loop_make_nexus() local
771 struct tcm_loop_hba *tl_hba = tl_tpg->tl_hba; in tcm_loop_tpg_nexus_store() local
895 struct tcm_loop_hba *tl_hba = tl_tpg->tl_hba; in tcm_loop_tpg_address_show() local
936 tl_tpg->tl_hba = tl_hba; in tcm_loop_make_naa_tpg()
960 tl_hba = tl_tpg->tl_hba; in tcm_loop_drop_naa_tpg()
993 tl_hba = kzalloc(sizeof(*tl_hba), GFP_KERNEL); in tcm_loop_make_scsi_hba()
[all …]
H A Dtcm_loop.h40 struct tcm_loop_hba *tl_hba; member