Searched refs:tcm_loop_tpg (Results 1 – 2 of 2) sorted by relevance
114 struct tcm_loop_tpg *tl_tpg; in tcm_loop_target_queue_cmd()196 static int tcm_loop_issue_tmr(struct tcm_loop_tpg *tl_tpg, in tcm_loop_issue_tmr()243 struct tcm_loop_tpg *tl_tpg; in tcm_loop_abort_task()263 struct tcm_loop_tpg *tl_tpg; in tcm_loop_device_reset()280 struct tcm_loop_tpg *tl_tpg; in tcm_loop_target_reset()452 static inline struct tcm_loop_tpg *tl_tpg(struct se_portal_group *se_tpg) in tl_tpg()454 return container_of(se_tpg, struct tcm_loop_tpg, tl_se_tpg); in tl_tpg()509 struct tcm_loop_tpg *tl_tpg = container_of(se_tpg, struct tcm_loop_tpg, in tcm_loop_check_prot_fabric_only()626 struct tcm_loop_tpg *tl_tpg = container_of(se_tpg, in tcm_loop_port_link()627 struct tcm_loop_tpg, tl_se_tpg); in tcm_loop_port_link()[all …]
34 struct tcm_loop_tpg { struct52 struct tcm_loop_tpg tl_hba_tpgs[TL_TPGS_PER_HBA]; argument