Searched refs:SAM_STAT_TASK_SET_FULL (Results 1 – 22 of 22) sorted by relevance
86 if (se_cmd->scsi_status == SAM_STAT_TASK_SET_FULL) in ft_queue_data_in()197 se_cmd->scsi_status = SAM_STAT_TASK_SET_FULL; in ft_queue_data_in()
141 se_cmd->scsi_status = SAM_STAT_TASK_SET_FULL; in ft_queue_status()184 se_cmd->scsi_status = SAM_STAT_TASK_SET_FULL; in ft_queue_status()
127 { SAM_STAT_TASK_SET_FULL, "TASK SET FULL" }, \
183 scsi_statusbyte_name(SAM_STAT_TASK_SET_FULL), \
255 #define SAM_STAT_TASK_SET_FULL 0x28 macro
789 #define S_QUEUE_FULL SAM_STAT_TASK_SET_FULL
2156 if (lscsi_status == SAM_STAT_TASK_SET_FULL || in qla2x00_status_entry()2188 if (lscsi_status == SAM_STAT_TASK_SET_FULL) { in qla2x00_status_entry()2231 } else if (lscsi_status != SAM_STAT_TASK_SET_FULL && in qla2x00_status_entry()2260 if (lscsi_status == SAM_STAT_TASK_SET_FULL) { in qla2x00_status_entry()
2395 cpu_to_le16((uint16_t)SAM_STAT_TASK_SET_FULL)) { in qlafx00_status_entry()2445 cpu_to_le16((uint16_t)SAM_STAT_TASK_SET_FULL) && in qlafx00_status_entry()2475 cpu_to_le16((uint16_t)SAM_STAT_TASK_SET_FULL)) { in qlafx00_status_entry()
5169 qlt_send_busy(vha, atio, SAM_STAT_TASK_SET_FULL); in qlt_24xx_atio_pkt()
103 } else if (cmnd->result == SAM_STAT_TASK_SET_FULL && itnim) { in bfa_cb_ioim_done()
274 } else if (scsi_status != SAM_STAT_TASK_SET_FULL && in qla4xxx_status_entry()
1976 scsicmd->result = DID_OK << 16 | COMMAND_COMPLETE << 8 | SAM_STAT_TASK_SET_FULL; in aac_read()2079 scsicmd->result = DID_OK << 16 | COMMAND_COMPLETE << 8 | SAM_STAT_TASK_SET_FULL; in aac_write()
1458 | SAM_STAT_TASK_SET_FULL; in _aac_reset_adapter()
1977 if (io_req->cdb_status == SAM_STAT_TASK_SET_FULL || in bnx2fc_process_scsi_cmd_compl()
3578 if ((cmnd->result == SAM_STAT_TASK_SET_FULL) || in lpfc_send_scsi_error_event()3586 (cmnd->result == SAM_STAT_TASK_SET_FULL) ? in lpfc_send_scsi_error_event()
896 if (icmnd_cmpl->scsi_status == SAM_STAT_TASK_SET_FULL) in fnic_fcpio_icmnd_cmpl_handler()
1877 if (ent->status == SAM_STAT_TASK_SET_FULL) in esp_process_event()
3712 if ((scsi_status & 0xFF) == SAM_STAT_TASK_SET_FULL || in qla1280_status_entry()
660 (DID_OK << 16) | (COMMAND_COMPLETE << 8) | SAM_STAT_TASK_SET_FULL;
311 c->err_info->ScsiStatus != SAM_STAT_TASK_SET_FULL)) in check_for_busy()
6828 if (scsi_status == SAM_STAT_TASK_SET_FULL) { in AscIsrChipHalted()
2948 case SAM_STAT_TASK_SET_FULL: in ufshcd_scsi_cmd_status()