Home
last modified time | relevance | path

Searched refs:SAM_STAT_TASK_SET_FULL (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/target/tcm_fc/
H A Dtfc_io.c68 if (se_cmd->scsi_status == SAM_STAT_TASK_SET_FULL) in ft_queue_data_in()
178 se_cmd->scsi_status = SAM_STAT_TASK_SET_FULL; in ft_queue_data_in()
H A Dtfc_cmd.c119 se_cmd->scsi_status = SAM_STAT_TASK_SET_FULL; in ft_queue_status()
162 se_cmd->scsi_status = SAM_STAT_TASK_SET_FULL; in ft_queue_status()
/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_proto.h201 #define SAM_STAT_TASK_SET_FULL 0x28 macro
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dtarget.h128 { SAM_STAT_TASK_SET_FULL, "TASK SET FULL" }, \
H A Dscsi.h182 scsi_statusbyte_name(SAM_STAT_TASK_SET_FULL), \
/OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h776 #define S_QUEUE_FULL SAM_STAT_TASK_SET_FULL
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_isr.c3019 if (unlikely(lscsi_status == SAM_STAT_TASK_SET_FULL || in qla2x00_status_entry()
3050 if (lscsi_status == SAM_STAT_TASK_SET_FULL) { in qla2x00_status_entry()
3091 } else if (lscsi_status != SAM_STAT_TASK_SET_FULL && in qla2x00_status_entry()
3119 if (lscsi_status == SAM_STAT_TASK_SET_FULL) { in qla2x00_status_entry()
H A Dqla_mr.c2368 cpu_to_le16((uint16_t)SAM_STAT_TASK_SET_FULL)) { in qlafx00_status_entry()
2418 cpu_to_le16((uint16_t)SAM_STAT_TASK_SET_FULL) && in qlafx00_status_entry()
2448 cpu_to_le16((uint16_t)SAM_STAT_TASK_SET_FULL)) { in qlafx00_status_entry()
H A Dqla_target.c68 static int tc_sam_status = SAM_STAT_TASK_SET_FULL; /* target core */
/OK3568_Linux_fs/kernel/drivers/scsi/qedf/
H A Dqedf_io.c1253 if (io_req->cdb_status == SAM_STAT_TASK_SET_FULL || in qedf_scsi_completion()
1270 SAM_STAT_TASK_SET_FULL) in qedf_scsi_completion()
/OK3568_Linux_fs/kernel/drivers/scsi/aacraid/
H A Daachba.c2503 scsicmd->result = DID_OK << 16 | COMMAND_COMPLETE << 8 | SAM_STAT_TASK_SET_FULL; in aac_read()
2595 scsicmd->result = DID_OK << 16 | COMMAND_COMPLETE << 8 | SAM_STAT_TASK_SET_FULL; in aac_write()
3633 case SAM_STAT_TASK_SET_FULL: in hba_resp_task_complete()
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfad_im.c93 } else if (cmnd->result == SAM_STAT_TASK_SET_FULL && itnim) { in bfa_cb_ioim_done()
/OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/
H A Dql4_isr.c273 } else if (scsi_status != SAM_STAT_TASK_SET_FULL && in qla4xxx_status_entry()
/OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c1986 if (io_req->cdb_status == SAM_STAT_TASK_SET_FULL || in bnx2fc_process_scsi_cmd_compl()
/OK3568_Linux_fs/kernel/drivers/scsi/snic/
H A Dsnic_scsi.c523 if (icmnd_cmpl->scsi_status == SAM_STAT_TASK_SET_FULL) in snic_process_icmnd_cmpl_status()
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_scsi.c3503 if ((cmnd->result == SAM_STAT_TASK_SET_FULL) || in lpfc_send_scsi_error_event()
3511 (cmnd->result == SAM_STAT_TASK_SET_FULL) ? in lpfc_send_scsi_error_event()
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_transport.c1922 cmd->scsi_status = SAM_STAT_TASK_SET_FULL; in transport_generic_request_failure()
H A Dtarget_core_user.c1497 target_complete_cmd(se_cmd, SAM_STAT_TASK_SET_FULL); in tcmu_check_expired_queue_cmd()
/OK3568_Linux_fs/kernel/drivers/scsi/fnic/
H A Dfnic_scsi.c932 if (icmnd_cmpl->scsi_status == SAM_STAT_TASK_SET_FULL) in fnic_fcpio_icmnd_cmpl_handler()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Desp_scsi.c1869 if (ent->status == SAM_STAT_TASK_SET_FULL) in esp_process_event()
H A Dqla1280.c3636 if ((scsi_status & 0xFF) == SAM_STAT_TASK_SET_FULL || in qla1280_status_entry()
H A Dscsi_debug.c856 (DID_OK << 16) | (COMMAND_COMPLETE << 8) | SAM_STAT_TASK_SET_FULL;
H A Dadvansys.c6630 if (scsi_status == SAM_STAT_TASK_SET_FULL) { in AscIsrChipHalted()
H A Dhpsa.c432 c->err_info->ScsiStatus != SAM_STAT_TASK_SET_FULL)) in check_for_busy()
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshcd.c4986 case SAM_STAT_TASK_SET_FULL: in ufshcd_scsi_cmd_status()