Searched refs:target_complete_cmd (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/target/ |
D | target_core_file.c | 266 target_complete_cmd(cmd->cmd, SAM_STAT_CHECK_CONDITION); in cmd_rw_aio_complete() 268 target_complete_cmd(cmd->cmd, SAM_STAT_GOOD); in cmd_rw_aio_complete() 418 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_sync_cache() 442 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION); in fd_execute_sync_cache() 444 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_sync_cache() 462 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_write_same() 502 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_write_same() 687 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_rw_buffered()
|
D | target_core_iblock.c | 296 target_complete_cmd(cmd, status); in iblock_complete_cmd() 368 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION); in iblock_end_io_flush() 370 target_complete_cmd(cmd, SAM_STAT_GOOD); in iblock_end_io_flush() 392 target_complete_cmd(cmd, SAM_STAT_GOOD); in iblock_execute_sync_cache() 452 target_complete_cmd(cmd, GOOD); in iblock_execute_zero_out()
|
D | target_core_xcopy.c | 873 target_complete_cmd(ec_cmd, SAM_STAT_GOOD); in target_xcopy_do_work() 889 target_complete_cmd(ec_cmd, ec_cmd->scsi_status); in target_xcopy_do_work() 1002 target_complete_cmd(se_cmd, SAM_STAT_GOOD); in target_do_xcopy() 1112 target_complete_cmd(se_cmd, GOOD); in target_rcr_operating_parameters()
|
D | target_core_spc.c | 1123 target_complete_cmd(cmd, GOOD); in spc_emulate_modeselect() 1166 target_complete_cmd(cmd, GOOD); in spc_emulate_modeselect() 1199 target_complete_cmd(cmd, GOOD); in spc_emulate_request_sense() 1274 target_complete_cmd(cmd, GOOD); in spc_emulate_testunitready()
|
D | target_core_sbc.c | 178 target_complete_cmd(cmd, SAM_STAT_GOOD); in sbc_emulate_startstop() 218 target_complete_cmd(cmd, GOOD); in sbc_execute_write_same_unmap() 225 target_complete_cmd(cmd, GOOD); in sbc_emulate_noop() 1170 target_complete_cmd(cmd, SAM_STAT_GOOD); in sbc_execute_unmap() 1233 target_complete_cmd(cmd, GOOD); in sbc_execute_unmap()
|
D | target_core_rd.c | 446 target_complete_cmd(cmd, SAM_STAT_GOOD); in rd_execute_rw() 541 target_complete_cmd(cmd, SAM_STAT_GOOD); in rd_execute_rw()
|
D | target_core_user.c | 1189 target_complete_cmd(cmd->se_cmd, entry->rsp.scsi_status); in tcmu_handle_completion() 1301 target_complete_cmd(se_cmd, scsi_status); in tcmu_check_expired_cmd() 1416 target_complete_cmd(tcmu_cmd->se_cmd, SAM_STAT_BUSY); in run_cmdr_queue() 1431 target_complete_cmd(tcmu_cmd->se_cmd, in run_cmdr_queue() 2014 target_complete_cmd(cmd->se_cmd, SAM_STAT_BUSY); in tcmu_reset_ring() 2017 target_complete_cmd(cmd->se_cmd, in tcmu_reset_ring()
|
D | target_core_alua.c | 139 target_complete_cmd(cmd, GOOD); in target_emulate_report_referrals() 271 target_complete_cmd(cmd, GOOD); in target_emulate_report_target_port_groups() 440 target_complete_cmd(cmd, GOOD); in target_emulate_set_target_port_groups()
|
D | target_core_pr.c | 245 target_complete_cmd(cmd, GOOD); in target_scsi2_reservation_release() 308 target_complete_cmd(cmd, GOOD); in target_scsi2_reservation_reserve() 3694 target_complete_cmd(cmd, GOOD); in target_scsi3_emulate_pr_out() 4084 target_complete_cmd(cmd, GOOD); in target_scsi3_emulate_pr_in()
|
D | target_core_transport.c | 773 void target_complete_cmd(struct se_cmd *cmd, u8 scsi_status) in target_complete_cmd() function 827 EXPORT_SYMBOL(target_complete_cmd); 844 target_complete_cmd(cmd, scsi_status); in target_complete_cmd_with_length()
|
D | target_core_pscsi.c | 1093 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION); in pscsi_req_done()
|
/Linux-v4.19/include/target/ |
D | target_core_backend.h | 71 void target_complete_cmd(struct se_cmd *, u8);
|