Lines Matching refs:ec_cmd
571 struct se_cmd *ec_cmd, in target_xcopy_read_source() argument
600 ec_cmd->scsi_status = se_cmd->scsi_status; in target_xcopy_read_source()
609 ec_cmd->scsi_status = se_cmd->scsi_status; in target_xcopy_read_source()
616 struct se_cmd *ec_cmd, in target_xcopy_write_destination() argument
645 ec_cmd->scsi_status = se_cmd->scsi_status; in target_xcopy_write_destination()
651 ec_cmd->scsi_status = se_cmd->scsi_status; in target_xcopy_write_destination()
660 struct se_cmd *ec_cmd = xop->xop_se_cmd; in target_xcopy_do_work() local
729 rc = target_xcopy_read_source(ec_cmd, xop, src_dev, src_lba, cur_bytes); in target_xcopy_do_work()
740 rc = target_xcopy_write_destination(ec_cmd, xop, dst_dev, in target_xcopy_do_work()
763 target_complete_cmd(ec_cmd, SAM_STAT_GOOD); in target_xcopy_do_work()
780 target_complete_cmd_with_sense(ec_cmd, SAM_STAT_CHECK_CONDITION, sense_rc); in target_xcopy_do_work()