Searched refs:xcopy_pt_sess (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/target/ |
H A D | target_core_xcopy.c | 397 static struct se_session xcopy_pt_sess; variable 479 memset(&xcopy_pt_sess, 0, sizeof(struct se_session)); in target_xcopy_setup_pt() 480 transport_init_session(&xcopy_pt_sess); in target_xcopy_setup_pt() 483 xcopy_pt_nacl.nacl_sess = &xcopy_pt_sess; in target_xcopy_setup_pt() 485 xcopy_pt_sess.se_tpg = &xcopy_pt_tpg; in target_xcopy_setup_pt() 486 xcopy_pt_sess.se_node_acl = &xcopy_pt_nacl; in target_xcopy_setup_pt() 593 __target_init_cmd(se_cmd, &xcopy_pt_tfo, &xcopy_pt_sess, src_bytes, in target_xcopy_read_source() 638 __target_init_cmd(se_cmd, &xcopy_pt_tfo, &xcopy_pt_sess, dst_bytes, in target_xcopy_write_destination()
|