Home
last modified time | relevance | path

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

/Linux-v5.4/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.c382 struct xcopy_pt_cmd { struct
415 struct xcopy_pt_cmd *xpt_cmd = container_of(se_cmd, in xcopy_pt_release_cmd()
416 struct xcopy_pt_cmd, se_cmd); in xcopy_pt_release_cmd()
423 struct xcopy_pt_cmd *xpt_cmd = container_of(se_cmd, in xcopy_pt_check_stop_free()
424 struct xcopy_pt_cmd, se_cmd); in xcopy_pt_check_stop_free()
514 struct xcopy_pt_cmd *xpt_cmd, in target_xcopy_setup_pt_cmd()
581 static int target_xcopy_issue_pt_cmd(struct xcopy_pt_cmd *xpt_cmd) in target_xcopy_issue_pt_cmd()
608 struct xcopy_pt_cmd *xpt_cmd; in target_xcopy_read_source()
615 xpt_cmd = kzalloc(sizeof(struct xcopy_pt_cmd), GFP_KERNEL); in target_xcopy_read_source()
670 struct xcopy_pt_cmd *xpt_cmd; in target_xcopy_write_destination()
[all …]