Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_file.c397 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_sync_cache()
421 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION); in fd_execute_sync_cache()
423 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_sync_cache()
441 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_write_same()
481 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_write_same()
590 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_write_same_unmap()
598 target_complete_cmd(cmd, GOOD); in fd_execute_write_same_unmap()
711 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_rw()
Dtarget_core_iblock.c305 target_complete_cmd(cmd, status); in iblock_complete_cmd()
382 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION); in iblock_end_io_flush()
384 target_complete_cmd(cmd, SAM_STAT_GOOD); in iblock_end_io_flush()
406 target_complete_cmd(cmd, SAM_STAT_GOOD); in iblock_execute_sync_cache()
453 target_complete_cmd(cmd, GOOD); in iblock_execute_write_same_unmap()
Dtarget_core_spc.c1110 target_complete_cmd(cmd, GOOD); in spc_emulate_modeselect()
1153 target_complete_cmd(cmd, GOOD); in spc_emulate_modeselect()
1206 target_complete_cmd(cmd, GOOD); in spc_emulate_request_sense()
1276 target_complete_cmd(cmd, GOOD); in spc_emulate_testunitready()
Dtarget_core_xcopy.c834 target_complete_cmd(ec_cmd, SAM_STAT_GOOD); in target_xcopy_do_work()
843 target_complete_cmd(ec_cmd, SAM_STAT_CHECK_CONDITION); in target_xcopy_do_work()
1025 target_complete_cmd(se_cmd, GOOD); in target_rcr_operating_parameters()
Dtarget_core_rd.c493 target_complete_cmd(cmd, SAM_STAT_GOOD); in rd_execute_rw()
588 target_complete_cmd(cmd, SAM_STAT_GOOD); in rd_execute_rw()
Dtarget_core_sbc.c182 target_complete_cmd(cmd, GOOD); in sbc_emulate_noop()
1119 target_complete_cmd(cmd, SAM_STAT_GOOD); in sbc_execute_unmap()
1180 target_complete_cmd(cmd, GOOD); in sbc_execute_unmap()
Dtarget_core_pscsi.c1107 target_complete_cmd(cmd, cmd->scsi_status); in pscsi_req_done()
1113 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION); in pscsi_req_done()
Dtarget_core_user.c525 target_complete_cmd(cmd->se_cmd, entry->rsp.scsi_status); in tcmu_handle_completion()
605 target_complete_cmd(cmd->se_cmd, SAM_STAT_CHECK_CONDITION); in tcmu_check_expired_cmd()
Dtarget_core_alua.c136 target_complete_cmd(cmd, GOOD); in target_emulate_report_referrals()
275 target_complete_cmd(cmd, GOOD); in target_emulate_report_target_port_groups()
452 target_complete_cmd(cmd, GOOD); in target_emulate_set_target_port_groups()
Dtarget_core_pr.c242 target_complete_cmd(cmd, GOOD); in target_scsi2_reservation_release()
306 target_complete_cmd(cmd, GOOD); in target_scsi2_reservation_reserve()
3665 target_complete_cmd(cmd, GOOD); in target_scsi3_emulate_pr_out()
4085 target_complete_cmd(cmd, GOOD); in target_scsi3_emulate_pr_in()
Dtarget_core_transport.c697 void target_complete_cmd(struct se_cmd *cmd, u8 scsi_status) in target_complete_cmd() function
747 EXPORT_SYMBOL(target_complete_cmd);
762 target_complete_cmd(cmd, scsi_status); in target_complete_cmd_with_length()
/linux-4.1.27/include/target/
Dtarget_core_backend.h70 void target_complete_cmd(struct se_cmd *, u8);