Home
last modified time | relevance | path

Searched refs:target_complete_cmd (Results 1 – 9 of 9) 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.c330 target_complete_cmd(cmd, status); in iblock_complete_cmd()
401 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION); in iblock_end_io_flush()
403 target_complete_cmd(cmd, SAM_STAT_GOOD); in iblock_end_io_flush()
425 target_complete_cmd(cmd, SAM_STAT_GOOD); in iblock_execute_sync_cache()
484 target_complete_cmd(cmd, SAM_STAT_GOOD); in iblock_execute_zero_out()
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.c432 target_complete_cmd(cmd, SAM_STAT_GOOD); in rd_execute_rw()
527 target_complete_cmd(cmd, SAM_STAT_GOOD); in rd_execute_rw()
H A Dtarget_core_pr.c238 target_complete_cmd(cmd, SAM_STAT_GOOD); in target_scsi2_reservation_release()
301 target_complete_cmd(cmd, SAM_STAT_GOOD); in target_scsi2_reservation_reserve()
3737 target_complete_cmd(cmd, SAM_STAT_GOOD); in target_scsi3_emulate_pr_out()
4173 target_complete_cmd(cmd, SAM_STAT_GOOD); in target_scsi3_emulate_pr_in()
H A Dtarget_core_transport.c986 void target_complete_cmd(struct se_cmd *cmd, u8 scsi_status) in target_complete_cmd() function
992 EXPORT_SYMBOL(target_complete_cmd);
1016 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.c4202 target_complete_cmd(&cmd->se_cmd, SAM_STAT_TASK_ABORTED); in iscsit_release_commands_from_conn()