Home
last modified time | relevance | path

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

/linux/drivers/target/loopback/
H A Dtcm_loop.c108 struct tcm_loop_tpg *tl_tpg; in tcm_loop_target_queue_cmd()
191 static int tcm_loop_issue_tmr(struct tcm_loop_tpg *tl_tpg, in tcm_loop_issue_tmr()
238 struct tcm_loop_tpg *tl_tpg; in tcm_loop_abort_task()
259 struct tcm_loop_tpg *tl_tpg; in tcm_loop_device_reset()
431 static inline struct tcm_loop_tpg *tl_tpg(struct se_portal_group *se_tpg) in tcm_loop_setup_hba_bus()
433 return container_of(se_tpg, struct tcm_loop_tpg, tl_se_tpg); in tcm_loop_setup_hba_bus()
464 struct tcm_loop_tpg *tl_tpg = container_of(se_tpg, struct tcm_loop_tpg, in tcm_loop_alloc_core_bus()
571 struct tcm_loop_tpg *tl_tpg = container_of(se_tpg, in tcm_loop_queue_data_or_status()
572 struct tcm_loop_tpg, tl_se_tp in tcm_loop_queue_data_or_status()
[all...]
H A Dtcm_loop.h34 struct tcm_loop_tpg { struct
52 struct tcm_loop_tpg tl_hba_tpgs[TL_TPGS_PER_HBA]; argument