Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_xcopy.c350 struct se_portal_group xcopy_pt_tpg; variable
440 memset(&xcopy_pt_tpg, 0, sizeof(struct se_portal_group)); in target_xcopy_setup_pt()
441 INIT_LIST_HEAD(&xcopy_pt_tpg.se_tpg_node); in target_xcopy_setup_pt()
442 INIT_LIST_HEAD(&xcopy_pt_tpg.acl_node_list); in target_xcopy_setup_pt()
443 INIT_LIST_HEAD(&xcopy_pt_tpg.tpg_sess_list); in target_xcopy_setup_pt()
445 xcopy_pt_tpg.se_tpg_tfo = &xcopy_pt_tfo; in target_xcopy_setup_pt()
456 xcopy_pt_nacl.se_tpg = &xcopy_pt_tpg; in target_xcopy_setup_pt()
459 xcopy_pt_sess.se_tpg = &xcopy_pt_tpg; in target_xcopy_setup_pt()
Dtarget_core_internal.h158 extern struct se_portal_group xcopy_pt_tpg;
Dtarget_core_device.c824 xcopy_lun->lun_tpg = &xcopy_pt_tpg; in target_alloc_device()