Home
last modified time | relevance | path

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

/drivers/target/
Dtarget_core_file.c335 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_sync_cache()
359 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION); in fd_execute_sync_cache()
361 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_sync_cache()
379 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_write_same()
419 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_write_same()
612 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_rw()
Dtarget_core_iblock.c290 target_complete_cmd(cmd, status); in iblock_complete_cmd()
360 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION); in iblock_end_io_flush()
362 target_complete_cmd(cmd, SAM_STAT_GOOD); in iblock_end_io_flush()
384 target_complete_cmd(cmd, SAM_STAT_GOOD); in iblock_execute_sync_cache()
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_sbc.c185 target_complete_cmd(cmd, SAM_STAT_GOOD); in sbc_emulate_startstop()
225 target_complete_cmd(cmd, GOOD); in sbc_execute_write_same_unmap()
232 target_complete_cmd(cmd, GOOD); in sbc_emulate_noop()
1181 target_complete_cmd(cmd, SAM_STAT_GOOD); in sbc_execute_unmap()
1242 target_complete_cmd(cmd, GOOD); in sbc_execute_unmap()
Dtarget_core_xcopy.c871 target_complete_cmd(ec_cmd, SAM_STAT_GOOD); in target_xcopy_do_work()
885 target_complete_cmd(ec_cmd, ec_cmd->scsi_status); in target_xcopy_do_work()
1071 target_complete_cmd(se_cmd, GOOD); in target_rcr_operating_parameters()
Dtarget_core_rd.c458 target_complete_cmd(cmd, SAM_STAT_GOOD); in rd_execute_rw()
553 target_complete_cmd(cmd, SAM_STAT_GOOD); in rd_execute_rw()
Dtarget_core_pscsi.c1090 target_complete_cmd(cmd, cmd->scsi_status); in pscsi_req_done()
1096 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION); in pscsi_req_done()
Dtarget_core_alua.c136 target_complete_cmd(cmd, GOOD); in target_emulate_report_referrals()
269 target_complete_cmd(cmd, GOOD); in target_emulate_report_target_port_groups()
438 target_complete_cmd(cmd, GOOD); in target_emulate_set_target_port_groups()
Dtarget_core_user.c566 target_complete_cmd(cmd->se_cmd, entry->rsp.scsi_status); in tcmu_handle_completion()
652 target_complete_cmd(cmd->se_cmd, SAM_STAT_CHECK_CONDITION); in tcmu_check_expired_cmd()
Dtarget_core_pr.c243 target_complete_cmd(cmd, GOOD); in target_scsi2_reservation_release()
307 target_complete_cmd(cmd, GOOD); in target_scsi2_reservation_reserve()
3718 target_complete_cmd(cmd, GOOD); in target_scsi3_emulate_pr_out()
4144 target_complete_cmd(cmd, GOOD); in target_scsi3_emulate_pr_in()
Dtarget_core_transport.c696 void target_complete_cmd(struct se_cmd *cmd, u8 scsi_status) in target_complete_cmd() function
755 EXPORT_SYMBOL(target_complete_cmd);
770 target_complete_cmd(cmd, scsi_status); in target_complete_cmd_with_length()