Searched refs:target_complete_cmd (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/target/
H A Dtarget_core_file.c258 target_complete_cmd(cmd->cmd, SAM_STAT_CHECK_CONDITION);
260 target_complete_cmd(cmd->cmd, SAM_STAT_GOOD);
396 target_complete_cmd(cmd, SAM_STAT_GOOD);
420 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION);
422 target_complete_cmd(cmd, SAM_STAT_GOOD);
478 target_complete_cmd(cmd, SAM_STAT_GOOD);
663 target_complete_cmd(cmd, SAM_STAT_GOOD);
H A Dtarget_core_iblock.c333 target_complete_cmd(cmd, status);
404 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION);
406 target_complete_cmd(cmd, SAM_STAT_GOOD);
428 target_complete_cmd(cmd, SAM_STAT_GOOD);
487 target_complete_cmd(cmd, SAM_STAT_GOOD);
H A Dtarget_core_sbc.c165 target_complete_cmd(cmd, SAM_STAT_GOOD);
205 target_complete_cmd(cmd, SAM_STAT_GOOD);
212 target_complete_cmd(cmd, SAM_STAT_GOOD);
1094 target_complete_cmd(cmd, SAM_STAT_GOOD);
1157 target_complete_cmd(cmd, SAM_STAT_GOOD);
H A Dtarget_core_rd.c433 target_complete_cmd(cmd, SAM_STAT_GOOD);
528 target_complete_cmd(cmd, SAM_STAT_GOOD);
H A Dtarget_core_xcopy.c763 target_complete_cmd(ec_cmd, SAM_STAT_GOOD);
892 target_complete_cmd(se_cmd, SAM_STAT_GOOD);
1002 target_complete_cmd(se_cmd, SAM_STAT_GOOD);
H A Dtarget_core_spc.c1157 target_complete_cmd(cmd, SAM_STAT_GOOD);
1200 target_complete_cmd(cmd, SAM_STAT_GOOD);
1233 target_complete_cmd(cmd, SAM_STAT_GOOD);
1308 target_complete_cmd(cmd, SAM_STAT_GOOD);
H A Dtarget_core_user.c1284 target_complete_cmd(se_cmd, SAM_STAT_TASK_ABORTED);
1390 target_complete_cmd(cmd->se_cmd, entry->rsp.scsi_status);
1534 target_complete_cmd(se_cmd, SAM_STAT_CHECK_CONDITION);
1552 target_complete_cmd(se_cmd, SAM_STAT_TASK_SET_FULL);
1779 target_complete_cmd(tcmu_cmd->se_cmd, SAM_STAT_BUSY);
1789 * Ignore scsi_ret for now. target_complete_cmd
1793 target_complete_cmd(tcmu_cmd->se_cmd,
2389 target_complete_cmd(cmd->se_cmd, SAM_STAT_BUSY);
2392 target_complete_cmd(cmd->se_cmd,
H A Dtarget_core_pr.c237 target_complete_cmd(cmd, SAM_STAT_GOOD);
300 target_complete_cmd(cmd, SAM_STAT_GOOD);
3725 target_complete_cmd(cmd, SAM_STAT_GOOD);
4161 target_complete_cmd(cmd, SAM_STAT_GOOD);
H A Dtarget_core_transport.c948 void target_complete_cmd(struct se_cmd *cmd, u8 scsi_status) function
954 EXPORT_SYMBOL(target_complete_cmd); variable
978 target_complete_cmd(cmd, scsi_status);
H A Dtarget_core_alua.c126 target_complete_cmd(cmd, SAM_STAT_GOOD);
430 target_complete_cmd(cmd, SAM_STAT_GOOD);
H A Dtarget_core_pscsi.c1028 target_complete_cmd(cmd, SAM_STAT_CHECK_CONDITION);
/linux-master/include/target/
H A Dtarget_core_backend.h81 void target_complete_cmd(struct se_cmd *, u8);
/linux-master/drivers/target/iscsi/
H A Discsi_target.c4239 target_complete_cmd(&cmd->se_cmd, SAM_STAT_TASK_ABORTED);

Completed in 378 milliseconds