Searched refs:target_complete_cmd (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/target/ |
| H A D | target_core_file.c | 258 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 D | target_core_iblock.c | 330 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 D | target_core_xcopy.c | 763 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 D | target_core_rd.c | 432 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 D | target_core_pr.c | 238 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 D | target_core_transport.c | 986 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 D | target_core_pscsi.c | 1028 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION); in pscsi_req_done()
|
| /linux/include/target/ |
| H A D | target_core_backend.h | 81 void target_complete_cmd(struct se_cmd *, u8);
|
| /linux/drivers/target/iscsi/ |
| H A D | iscsi_target.c | 4202 target_complete_cmd(&cmd->se_cmd, SAM_STAT_TASK_ABORTED); in iscsit_release_commands_from_conn()
|