Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/loopback/
Dtcm_loop.c116 struct tcm_loop_tpg *tl_tpg; in tcm_loop_submission_work()
216 static int tcm_loop_issue_tmr(struct tcm_loop_tpg *tl_tpg, in tcm_loop_issue_tmr()
297 struct tcm_loop_tpg *tl_tpg; in tcm_loop_abort_task()
317 struct tcm_loop_tpg *tl_tpg; in tcm_loop_device_reset()
334 struct tcm_loop_tpg *tl_tpg; in tcm_loop_target_reset()
519 static inline struct tcm_loop_tpg *tl_tpg(struct se_portal_group *se_tpg) in tl_tpg()
521 return container_of(se_tpg, struct tcm_loop_tpg, tl_se_tpg); in tl_tpg()
576 struct tcm_loop_tpg *tl_tpg = container_of(se_tpg, struct tcm_loop_tpg, in tcm_loop_check_prot_fabric_only()
719 struct tcm_loop_tpg *tl_tpg = container_of(se_tpg, in tcm_loop_port_link()
720 struct tcm_loop_tpg, tl_se_tpg); in tcm_loop_port_link()
[all …]
Dtcm_loop.h34 struct tcm_loop_tpg { struct
52 struct tcm_loop_tpg tl_hba_tpgs[TL_TPGS_PER_HBA]; argument