Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/loopback/
H A Dtcm_loop.c107 struct tcm_loop_tpg *tl_tpg; in tcm_loop_target_queue_cmd() local
112 tl_tpg = &tl_hba->tl_hba_tpgs[sc->device->id]; in tcm_loop_target_queue_cmd()
118 if (!tl_tpg->tl_hba) { in tcm_loop_target_queue_cmd()
122 if (tl_tpg->tl_transport_status == TCM_TRANSPORT_OFFLINE) { in tcm_loop_target_queue_cmd()
126 tl_nexus = tl_tpg->tl_nexus; in tcm_loop_target_queue_cmd()
189 static int tcm_loop_issue_tmr(struct tcm_loop_tpg *tl_tpg, in tcm_loop_issue_tmr() argument
201 tl_nexus = tl_tpg->tl_nexus; in tcm_loop_issue_tmr()
214 se_sess = tl_tpg->tl_nexus->se_sess; in tcm_loop_issue_tmr()
236 struct tcm_loop_tpg *tl_tpg; in tcm_loop_abort_task() local
243 tl_tpg = &tl_hba->tl_hba_tpgs[sc->device->id]; in tcm_loop_abort_task()
[all …]