Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/target/
Dtarget_core_xcopy.c418 struct xcopy_pt_cmd *xpt_cmd = container_of(se_cmd, in xcopy_pt_release_cmd() local
422 pr_debug("xpt_cmd done: %p\n", xpt_cmd); in xcopy_pt_release_cmd()
427 struct xcopy_pt_cmd *xpt_cmd = container_of(se_cmd, in xcopy_pt_check_stop_free() local
430 complete(&xpt_cmd->xpt_passthrough_sem); in xcopy_pt_check_stop_free()
523 struct xcopy_pt_cmd *xpt_cmd, in target_xcopy_setup_pt_cmd() argument
529 struct se_cmd *cmd = &xpt_cmd->se_cmd; in target_xcopy_setup_pt_cmd()
561 static int target_xcopy_issue_pt_cmd(struct xcopy_pt_cmd *xpt_cmd) in target_xcopy_issue_pt_cmd() argument
563 struct se_cmd *se_cmd = &xpt_cmd->se_cmd; in target_xcopy_issue_pt_cmd()
573 wait_for_completion_interruptible(&xpt_cmd->xpt_passthrough_sem); in target_xcopy_issue_pt_cmd()
588 struct xcopy_pt_cmd xpt_cmd; in target_xcopy_read_source() local
[all …]