Searched refs:xpt_cmd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_xcopy.c | 431 struct xcopy_pt_cmd *xpt_cmd = container_of(se_cmd, in xcopy_pt_release_cmd() local 434 /* xpt_cmd is on the stack, nothing to free here */ in xcopy_pt_release_cmd() 435 pr_debug("xpt_cmd done: %p\n", xpt_cmd); in xcopy_pt_release_cmd() 440 struct xcopy_pt_cmd *xpt_cmd = container_of(se_cmd, in xcopy_pt_check_stop_free() local 443 complete(&xpt_cmd->xpt_passthrough_sem); in xcopy_pt_check_stop_free() 524 * @xpt_cmd: Data structure to initialize. 526 * @se_dev: Backend device to associate with @xpt_cmd if 528 * @cdb: SCSI CDB to be copied into @xpt_cmd. 536 struct xcopy_pt_cmd *xpt_cmd, in target_xcopy_setup_pt_cmd() 535 target_xcopy_setup_pt_cmd( struct xcopy_pt_cmd *xpt_cmd, struct xcopy_op *xop, struct se_device *se_dev, unsigned char *cdb, bool remote_port) target_xcopy_setup_pt_cmd() argument 574 target_xcopy_issue_pt_cmd(struct xcopy_pt_cmd *xpt_cmd) target_xcopy_issue_pt_cmd() argument 601 struct xcopy_pt_cmd xpt_cmd; target_xcopy_read_source() local 646 struct xcopy_pt_cmd xpt_cmd; target_xcopy_write_destination() local [all...] |
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_xcopy.c | 417 struct xcopy_pt_cmd *xpt_cmd = container_of(se_cmd, in xcopy_pt_release_cmd() local 420 /* xpt_cmd is on the stack, nothing to free here */ in xcopy_pt_release_cmd() 421 pr_debug("xpt_cmd done: %p\n", xpt_cmd); in xcopy_pt_release_cmd() 426 struct xcopy_pt_cmd *xpt_cmd = container_of(se_cmd, in xcopy_pt_check_stop_free() local 429 complete(&xpt_cmd->xpt_passthrough_sem); in xcopy_pt_check_stop_free() 499 * @xpt_cmd: Data structure to initialize. 501 * @se_dev: Backend device to associate with @xpt_cmd if 503 * @cdb: SCSI CDB to be copied into @xpt_cmd. 511 struct xcopy_pt_cmd *xpt_cmd, in target_xcopy_setup_pt_cmd() 510 target_xcopy_setup_pt_cmd( struct xcopy_pt_cmd *xpt_cmd, struct xcopy_op *xop, struct se_device *se_dev, unsigned char *cdb, bool remote_port) target_xcopy_setup_pt_cmd() argument 549 target_xcopy_issue_pt_cmd(struct xcopy_pt_cmd *xpt_cmd) target_xcopy_issue_pt_cmd() argument 576 struct xcopy_pt_cmd xpt_cmd; target_xcopy_read_source() local 621 struct xcopy_pt_cmd xpt_cmd; target_xcopy_write_destination() local [all...] |
Completed in 2 milliseconds