Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_file.c258 target_complete_cmd(cmd->cmd, SAM_STAT_CHECK_CONDITION); in cmd_rw_aio_complete()
260 target_complete_cmd(cmd->cmd, SAM_STAT_GOOD); in cmd_rw_aio_complete()
396 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_sync_cache()
420 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION); in fd_execute_sync_cache()
422 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_sync_cache()
478 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_write_same()
663 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_rw_buffered()
H A Dtarget_core_iblock.c336 target_complete_cmd(cmd, status); in iblock_complete_cmd()
407 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION); in iblock_end_io_flush()
409 target_complete_cmd(cmd, SAM_STAT_GOOD); in iblock_end_io_flush()
431 target_complete_cmd(cmd, SAM_STAT_GOOD); in iblock_execute_sync_cache()
490 target_complete_cmd(cmd, SAM_STAT_GOOD); in iblock_execute_zero_out()
H A Dtarget_core_sbc.c165 target_complete_cmd(cmd, SAM_STAT_GOOD); in sbc_emulate_startstop()
205 target_complete_cmd(cmd, SAM_STAT_GOOD); in sbc_execute_write_same_unmap()
212 target_complete_cmd(cmd, SAM_STAT_GOOD); in sbc_emulate_noop()
1094 target_complete_cmd(cmd, SAM_STAT_GOOD); in sbc_execute_unmap()
1157 target_complete_cmd(cmd, SAM_STAT_GOOD); in sbc_execute_unmap()
H A Dtarget_core_xcopy.c763 target_complete_cmd(ec_cmd, SAM_STAT_GOOD); in target_xcopy_do_work()
892 target_complete_cmd(se_cmd, SAM_STAT_GOOD); in target_do_xcopy()
1002 target_complete_cmd(se_cmd, SAM_STAT_GOOD); in target_rcr_operating_parameters()
H A 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()
H A Dtarget_core_user.c1284 target_complete_cmd(se_cmd, SAM_STAT_TASK_ABORTED); in tcmu_tmr_notify()
1390 target_complete_cmd(cmd->se_cmd, entry->rsp.scsi_status); in tcmu_handle_completion()
1534 target_complete_cmd(se_cmd, SAM_STAT_CHECK_CONDITION); in tcmu_check_expired_ring_cmd()
1552 target_complete_cmd(se_cmd, SAM_STAT_TASK_SET_FULL); in tcmu_check_expired_queue_cmd()
1779 target_complete_cmd(tcmu_cmd->se_cmd, SAM_STAT_BUSY); in run_qfull_queue()
1793 target_complete_cmd(tcmu_cmd->se_cmd, in run_qfull_queue()
2389 target_complete_cmd(cmd->se_cmd, SAM_STAT_BUSY); in tcmu_reset_ring()
2392 target_complete_cmd(cmd->se_cmd, in tcmu_reset_ring()
H A Dtarget_core_spc.c1157 target_complete_cmd(cmd, SAM_STAT_GOOD); in spc_emulate_modeselect()
1200 target_complete_cmd(cmd, SAM_STAT_GOOD); in spc_emulate_modeselect()
1233 target_complete_cmd(cmd, SAM_STAT_GOOD); in spc_emulate_request_sense()
1308 target_complete_cmd(cmd, SAM_STAT_GOOD); in spc_emulate_testunitready()
H A Dtarget_core_pr.c237 target_complete_cmd(cmd, SAM_STAT_GOOD); in target_scsi2_reservation_release()
300 target_complete_cmd(cmd, SAM_STAT_GOOD); in target_scsi2_reservation_reserve()
3725 target_complete_cmd(cmd, SAM_STAT_GOOD); in target_scsi3_emulate_pr_out()
4161 target_complete_cmd(cmd, SAM_STAT_GOOD); in target_scsi3_emulate_pr_in()
H A Dtarget_core_alua.c126 target_complete_cmd(cmd, SAM_STAT_GOOD); in target_emulate_report_referrals()
430 target_complete_cmd(cmd, SAM_STAT_GOOD); in target_emulate_set_target_port_groups()
H A Dtarget_core_transport.c948 void target_complete_cmd(struct se_cmd *cmd, u8 scsi_status) in target_complete_cmd() function
954 EXPORT_SYMBOL(target_complete_cmd);
978 target_complete_cmd(cmd, scsi_status); in target_complete_cmd_with_length()
H A Dtarget_core_pscsi.c1028 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION); in pscsi_req_done()
/linux/include/target/
H A Dtarget_core_backend.h81 void target_complete_cmd(struct se_cmd *, u8);
/linux/drivers/target/iscsi/
H A Discsi_target.c4239 target_complete_cmd(&cmd->se_cmd, SAM_STAT_TASK_ABORTED); in iscsit_release_commands_from_conn()