Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/target/
Dtarget_core_file.c253 target_complete_cmd(cmd->cmd, SAM_STAT_CHECK_CONDITION); in cmd_rw_aio_complete()
255 target_complete_cmd(cmd->cmd, SAM_STAT_GOOD); in cmd_rw_aio_complete()
405 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_sync_cache()
429 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION); in fd_execute_sync_cache()
431 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_sync_cache()
449 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_write_same()
489 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_write_same()
674 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_rw_buffered()
Dtarget_core_iblock.c283 target_complete_cmd(cmd, status); in iblock_complete_cmd()
355 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION); in iblock_end_io_flush()
357 target_complete_cmd(cmd, SAM_STAT_GOOD); in iblock_end_io_flush()
379 target_complete_cmd(cmd, SAM_STAT_GOOD); in iblock_execute_sync_cache()
439 target_complete_cmd(cmd, GOOD); in iblock_execute_zero_out()
Dtarget_core_xcopy.c808 target_complete_cmd(ec_cmd, SAM_STAT_GOOD); in target_xcopy_do_work()
824 target_complete_cmd(ec_cmd, ec_cmd->scsi_status); in target_xcopy_do_work()
937 target_complete_cmd(se_cmd, SAM_STAT_GOOD); in target_do_xcopy()
1047 target_complete_cmd(se_cmd, GOOD); in target_rcr_operating_parameters()
Dtarget_core_sbc.c165 target_complete_cmd(cmd, SAM_STAT_GOOD); in sbc_emulate_startstop()
205 target_complete_cmd(cmd, GOOD); in sbc_execute_write_same_unmap()
212 target_complete_cmd(cmd, GOOD); in sbc_emulate_noop()
1154 target_complete_cmd(cmd, SAM_STAT_GOOD); in sbc_execute_unmap()
1217 target_complete_cmd(cmd, GOOD); in sbc_execute_unmap()
Dtarget_core_spc.c1120 target_complete_cmd(cmd, GOOD); in spc_emulate_modeselect()
1163 target_complete_cmd(cmd, GOOD); in spc_emulate_modeselect()
1196 target_complete_cmd(cmd, GOOD); in spc_emulate_request_sense()
1271 target_complete_cmd(cmd, GOOD); in spc_emulate_testunitready()
Dtarget_core_rd.c433 target_complete_cmd(cmd, SAM_STAT_GOOD); in rd_execute_rw()
528 target_complete_cmd(cmd, SAM_STAT_GOOD); in rd_execute_rw()
Dtarget_core_user.c1190 target_complete_cmd(cmd->se_cmd, entry->rsp.scsi_status); in tcmu_handle_completion()
1324 target_complete_cmd(se_cmd, scsi_status); in tcmu_check_expired_cmd()
1440 target_complete_cmd(tcmu_cmd->se_cmd, SAM_STAT_BUSY); in run_qfull_queue()
1455 target_complete_cmd(tcmu_cmd->se_cmd, in run_qfull_queue()
2056 target_complete_cmd(cmd->se_cmd, SAM_STAT_BUSY); in tcmu_reset_ring()
2059 target_complete_cmd(cmd->se_cmd, in tcmu_reset_ring()
Dtarget_core_pr.c237 target_complete_cmd(cmd, GOOD); in target_scsi2_reservation_release()
300 target_complete_cmd(cmd, GOOD); in target_scsi2_reservation_reserve()
3683 target_complete_cmd(cmd, GOOD); in target_scsi3_emulate_pr_out()
4073 target_complete_cmd(cmd, GOOD); in target_scsi3_emulate_pr_in()
Dtarget_core_alua.c126 target_complete_cmd(cmd, GOOD); in target_emulate_report_referrals()
427 target_complete_cmd(cmd, GOOD); in target_emulate_set_target_port_groups()
Dtarget_core_transport.c802 void target_complete_cmd(struct se_cmd *cmd, u8 scsi_status) in target_complete_cmd() function
836 EXPORT_SYMBOL(target_complete_cmd);
853 target_complete_cmd(cmd, scsi_status); in target_complete_cmd_with_length()
Dtarget_core_pscsi.c1062 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION); in pscsi_req_done()
/Linux-v5.4/include/target/
Dtarget_core_backend.h71 void target_complete_cmd(struct se_cmd *, u8);