Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_xcopy.c353 static struct se_portal_group xcopy_pt_tpg; variable
454 memset(&xcopy_pt_tpg, 0, sizeof(struct se_portal_group)); in target_xcopy_setup_pt()
455 INIT_LIST_HEAD(&xcopy_pt_tpg.se_tpg_node); in target_xcopy_setup_pt()
456 INIT_LIST_HEAD(&xcopy_pt_tpg.acl_node_list); in target_xcopy_setup_pt()
457 INIT_LIST_HEAD(&xcopy_pt_tpg.tpg_sess_list); in target_xcopy_setup_pt()
459 xcopy_pt_port.sep_tpg = &xcopy_pt_tpg; in target_xcopy_setup_pt()
460 xcopy_pt_tpg.se_tpg_tfo = &xcopy_pt_tfo; in target_xcopy_setup_pt()
471 xcopy_pt_nacl.se_tpg = &xcopy_pt_tpg; in target_xcopy_setup_pt()
474 xcopy_pt_sess.se_tpg = &xcopy_pt_tpg; in target_xcopy_setup_pt()