Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_xcopy.h11 struct xcopy_pt_cmd;
30 struct xcopy_pt_cmd *src_pt_cmd;
31 struct xcopy_pt_cmd *dst_pt_cmd;
Dtarget_core_xcopy.c342 struct xcopy_pt_cmd { struct
382 struct xcopy_pt_cmd *xpt_cmd = container_of(se_cmd, in xcopy_pt_release_cmd()
383 struct xcopy_pt_cmd, se_cmd); in xcopy_pt_release_cmd()
390 struct xcopy_pt_cmd *xpt_cmd = container_of(se_cmd, in xcopy_pt_check_stop_free()
391 struct xcopy_pt_cmd, se_cmd); in xcopy_pt_check_stop_free()
472 struct xcopy_pt_cmd *xpt_cmd, in target_xcopy_setup_pt_port()
538 struct xcopy_pt_cmd *xpt_cmd, in target_xcopy_setup_pt_cmd()
600 static int target_xcopy_issue_pt_cmd(struct xcopy_pt_cmd *xpt_cmd) in target_xcopy_issue_pt_cmd()
627 struct xcopy_pt_cmd *xpt_cmd; in target_xcopy_read_source()
634 xpt_cmd = kzalloc(sizeof(struct xcopy_pt_cmd), GFP_KERNEL); in target_xcopy_read_source()
[all …]