Searched refs:xcopy_pt_sess (Results 1 – 1 of 1) sorted by relevance
/drivers/target/ |
D | target_core_xcopy.c | 411 static struct se_session xcopy_pt_sess; variable 495 memset(&xcopy_pt_sess, 0, sizeof(struct se_session)); in target_xcopy_setup_pt() 496 ret = transport_init_session(&xcopy_pt_sess); in target_xcopy_setup_pt() 501 xcopy_pt_nacl.nacl_sess = &xcopy_pt_sess; in target_xcopy_setup_pt() 503 xcopy_pt_sess.se_tpg = &xcopy_pt_tpg; in target_xcopy_setup_pt() 504 xcopy_pt_sess.se_node_acl = &xcopy_pt_nacl; in target_xcopy_setup_pt() 518 transport_uninit_session(&xcopy_pt_sess); in target_xcopy_release_pt() 618 transport_init_se_cmd(se_cmd, &xcopy_pt_tfo, &xcopy_pt_sess, length, in target_xcopy_read_source() 663 transport_init_se_cmd(se_cmd, &xcopy_pt_tfo, &xcopy_pt_sess, length, in target_xcopy_write_destination()
|