Searched refs:target_complete_cmd (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/target/ |
D | target_core_file.c | 325 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_sync_cache() 349 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION); in fd_execute_sync_cache() 351 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_sync_cache() 369 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_write_same() 409 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_write_same() 599 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_rw()
|
D | target_core_iblock.c | 291 target_complete_cmd(cmd, status); in iblock_complete_cmd() 361 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION); in iblock_end_io_flush() 363 target_complete_cmd(cmd, SAM_STAT_GOOD); in iblock_end_io_flush() 385 target_complete_cmd(cmd, SAM_STAT_GOOD); in iblock_execute_sync_cache()
|
D | target_core_spc.c | 1113 target_complete_cmd(cmd, GOOD); in spc_emulate_modeselect() 1156 target_complete_cmd(cmd, GOOD); in spc_emulate_modeselect() 1189 target_complete_cmd(cmd, GOOD); in spc_emulate_request_sense() 1264 target_complete_cmd(cmd, GOOD); in spc_emulate_testunitready()
|
D | target_core_sbc.c | 185 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() 1169 target_complete_cmd(cmd, SAM_STAT_GOOD); in sbc_execute_unmap() 1230 target_complete_cmd(cmd, GOOD); in sbc_execute_unmap()
|
D | target_core_xcopy.c | 812 target_complete_cmd(ec_cmd, SAM_STAT_GOOD); in target_xcopy_do_work() 821 target_complete_cmd(ec_cmd, SAM_STAT_CHECK_CONDITION); in target_xcopy_do_work() 1003 target_complete_cmd(se_cmd, GOOD); in target_rcr_operating_parameters()
|
D | target_core_rd.c | 458 target_complete_cmd(cmd, SAM_STAT_GOOD); in rd_execute_rw() 553 target_complete_cmd(cmd, SAM_STAT_GOOD); in rd_execute_rw()
|
D | target_core_pscsi.c | 1112 target_complete_cmd(cmd, cmd->scsi_status); in pscsi_req_done() 1118 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION); in pscsi_req_done()
|
D | target_core_user.c | 566 target_complete_cmd(cmd->se_cmd, entry->rsp.scsi_status); in tcmu_handle_completion() 645 target_complete_cmd(cmd->se_cmd, SAM_STAT_CHECK_CONDITION); in tcmu_check_expired_cmd()
|
D | target_core_alua.c | 136 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()
|
D | target_core_pr.c | 241 target_complete_cmd(cmd, GOOD); in target_scsi2_reservation_release() 305 target_complete_cmd(cmd, GOOD); in target_scsi2_reservation_reserve() 3716 target_complete_cmd(cmd, GOOD); in target_scsi3_emulate_pr_out() 4142 target_complete_cmd(cmd, GOOD); in target_scsi3_emulate_pr_in()
|
D | target_core_transport.c | 669 void target_complete_cmd(struct se_cmd *cmd, u8 scsi_status) in target_complete_cmd() function 719 EXPORT_SYMBOL(target_complete_cmd); 734 target_complete_cmd(cmd, scsi_status); in target_complete_cmd_with_length()
|
/linux-4.4.14/include/target/ |
D | target_core_backend.h | 59 void target_complete_cmd(struct se_cmd *, u8);
|