Symbol: target_complete_cmd
drivers/target/iscsi/iscsi_target.c
4202
target_complete_cmd(&cmd->se_cmd, SAM_STAT_TASK_ABORTED);
drivers/target/target_core_alua.c
126
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_alua.c
430
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_file.c
258
target_complete_cmd(cmd->cmd, SAM_STAT_CHECK_CONDITION);
drivers/target/target_core_file.c
260
target_complete_cmd(cmd->cmd, SAM_STAT_GOOD);
drivers/target/target_core_file.c
396
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_file.c
420
target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION);
drivers/target/target_core_file.c
422
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_file.c
478
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_file.c
663
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_iblock.c
330
target_complete_cmd(cmd, status);
drivers/target/target_core_iblock.c
401
target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION);
drivers/target/target_core_iblock.c
403
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_iblock.c
425
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_iblock.c
484
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_pr.c
237
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_pr.c
300
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_pr.c
3735
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_pr.c
4171
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_pscsi.c
1028
target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION);
drivers/target/target_core_rd.c
432
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_rd.c
527
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_sbc.c
1145
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_sbc.c
1209
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_sbc.c
165
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_sbc.c
205
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_sbc.c
212
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_spc.c
1178
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_spc.c
1221
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_spc.c
1254
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_spc.c
1329
target_complete_cmd(cmd, SAM_STAT_GOOD);
drivers/target/target_core_transport.c
1016
target_complete_cmd(cmd, scsi_status);
drivers/target/target_core_transport.c
992
EXPORT_SYMBOL(target_complete_cmd);
drivers/target/target_core_user.c
1284
target_complete_cmd(se_cmd, SAM_STAT_TASK_ABORTED);
drivers/target/target_core_user.c
1390
target_complete_cmd(cmd->se_cmd, entry->rsp.scsi_status);
drivers/target/target_core_user.c
1534
target_complete_cmd(se_cmd, SAM_STAT_CHECK_CONDITION);
drivers/target/target_core_user.c
1552
target_complete_cmd(se_cmd, SAM_STAT_TASK_SET_FULL);
drivers/target/target_core_user.c
1779
target_complete_cmd(tcmu_cmd->se_cmd, SAM_STAT_BUSY);
drivers/target/target_core_user.c
1793
target_complete_cmd(tcmu_cmd->se_cmd,
drivers/target/target_core_user.c
2399
target_complete_cmd(cmd->se_cmd, SAM_STAT_BUSY);
drivers/target/target_core_user.c
2402
target_complete_cmd(cmd->se_cmd,
drivers/target/target_core_xcopy.c
1002
target_complete_cmd(se_cmd, SAM_STAT_GOOD);
drivers/target/target_core_xcopy.c
763
target_complete_cmd(ec_cmd, SAM_STAT_GOOD);
drivers/target/target_core_xcopy.c
892
target_complete_cmd(se_cmd, SAM_STAT_GOOD);
include/target/target_core_backend.h
81
void target_complete_cmd(struct se_cmd *, u8);