Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/
Dtarget_core_xcopy.h21 struct xcopy_pt_cmd;
40 struct xcopy_pt_cmd *src_pt_cmd;
41 struct xcopy_pt_cmd *dst_pt_cmd;
Dtarget_core_xcopy.c391 struct xcopy_pt_cmd { struct
431 struct xcopy_pt_cmd *xpt_cmd = container_of(se_cmd, in xcopy_pt_release_cmd()
432 struct xcopy_pt_cmd, se_cmd); in xcopy_pt_release_cmd()
439 struct xcopy_pt_cmd *xpt_cmd = container_of(se_cmd, in xcopy_pt_check_stop_free()
440 struct xcopy_pt_cmd, se_cmd); in xcopy_pt_check_stop_free()
518 struct xcopy_pt_cmd *xpt_cmd, in target_xcopy_setup_pt_port()
584 struct xcopy_pt_cmd *xpt_cmd, in target_xcopy_setup_pt_cmd()
646 static int target_xcopy_issue_pt_cmd(struct xcopy_pt_cmd *xpt_cmd) in target_xcopy_issue_pt_cmd()
673 struct xcopy_pt_cmd *xpt_cmd; in target_xcopy_read_source()
680 xpt_cmd = kzalloc(sizeof(struct xcopy_pt_cmd), GFP_KERNEL); in target_xcopy_read_source()
[all …]