Searched refs:xcopy_pt_tfo (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_xcopy.c | 462 static const struct target_core_fabric_ops xcopy_pt_tfo = { variable 490 xcopy_pt_tpg.se_tpg_tfo = &xcopy_pt_tfo; in target_xcopy_setup_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()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_xcopy.c | 448 static const struct target_core_fabric_ops xcopy_pt_tfo = { variable 474 xcopy_pt_tpg.se_tpg_tfo = &xcopy_pt_tfo; 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()
|
Completed in 3 milliseconds