Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/target/tcm_fc/
Dtfc_io.c80 if (se_cmd->scsi_status == SAM_STAT_TASK_SET_FULL) in ft_queue_data_in()
191 se_cmd->scsi_status = SAM_STAT_TASK_SET_FULL; in ft_queue_data_in()
Dtfc_cmd.c131 se_cmd->scsi_status = SAM_STAT_TASK_SET_FULL; in ft_queue_status()
174 se_cmd->scsi_status = SAM_STAT_TASK_SET_FULL; in ft_queue_status()
/Linux-v4.19/include/scsi/
Dscsi_proto.h201 #define SAM_STAT_TASK_SET_FULL 0x28 macro
/Linux-v4.19/include/trace/events/
Dtarget.h128 { SAM_STAT_TASK_SET_FULL, "TASK SET FULL" }, \
Dscsi.h182 scsi_statusbyte_name(SAM_STAT_TASK_SET_FULL), \
/Linux-v4.19/drivers/scsi/sym53c8xx_2/
Dsym_defs.h789 #define S_QUEUE_FULL SAM_STAT_TASK_SET_FULL
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_isr.c2544 if (lscsi_status == SAM_STAT_TASK_SET_FULL || in qla2x00_status_entry()
2575 if (lscsi_status == SAM_STAT_TASK_SET_FULL) { in qla2x00_status_entry()
2616 } else if (lscsi_status != SAM_STAT_TASK_SET_FULL && in qla2x00_status_entry()
2644 if (lscsi_status == SAM_STAT_TASK_SET_FULL) { in qla2x00_status_entry()
Dqla_mr.c2397 cpu_to_le16((uint16_t)SAM_STAT_TASK_SET_FULL)) { in qlafx00_status_entry()
2447 cpu_to_le16((uint16_t)SAM_STAT_TASK_SET_FULL) && in qlafx00_status_entry()
2477 cpu_to_le16((uint16_t)SAM_STAT_TASK_SET_FULL)) { in qlafx00_status_entry()
Dqla_target.c79 static int tc_sam_status = SAM_STAT_TASK_SET_FULL; /* target core */
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_io.c1208 if (io_req->cdb_status == SAM_STAT_TASK_SET_FULL || in qedf_scsi_completion()
1233 SAM_STAT_TASK_SET_FULL) in qedf_scsi_completion()
/Linux-v4.19/drivers/scsi/bfa/
Dbfad_im.c101 } else if (cmnd->result == SAM_STAT_TASK_SET_FULL && itnim) { in bfa_cb_ioim_done()
/Linux-v4.19/drivers/scsi/aacraid/
Daachba.c2514 scsicmd->result = DID_OK << 16 | COMMAND_COMPLETE << 8 | SAM_STAT_TASK_SET_FULL; in aac_read()
2606 scsicmd->result = DID_OK << 16 | COMMAND_COMPLETE << 8 | SAM_STAT_TASK_SET_FULL; in aac_write()
3720 case SAM_STAT_TASK_SET_FULL: in hba_resp_task_complete()
Dcommsup.c1630 | SAM_STAT_TASK_SET_FULL; in _aac_reset_adapter()
/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_isr.c274 } else if (scsi_status != SAM_STAT_TASK_SET_FULL && in qla4xxx_status_entry()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_io.c1951 if (io_req->cdb_status == SAM_STAT_TASK_SET_FULL || in bnx2fc_process_scsi_cmd_compl()
/Linux-v4.19/drivers/scsi/snic/
Dsnic_scsi.c524 if (icmnd_cmpl->scsi_status == SAM_STAT_TASK_SET_FULL) in snic_process_icmnd_cmpl_status()
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_scsi.c3611 if ((cmnd->result == SAM_STAT_TASK_SET_FULL) || in lpfc_send_scsi_error_event()
3619 (cmnd->result == SAM_STAT_TASK_SET_FULL) ? in lpfc_send_scsi_error_event()
/Linux-v4.19/drivers/target/
Dtarget_core_transport.c1826 cmd->scsi_status = SAM_STAT_TASK_SET_FULL; in transport_generic_request_failure()
Dtarget_core_user.c1295 scsi_status = SAM_STAT_TASK_SET_FULL; in tcmu_check_expired_cmd()
/Linux-v4.19/drivers/scsi/
Desp_scsi.c1864 if (ent->status == SAM_STAT_TASK_SET_FULL) in esp_process_event()
Dqla1280.c3708 if ((scsi_status & 0xFF) == SAM_STAT_TASK_SET_FULL || in qla1280_status_entry()
Dscsi_debug.c725 (DID_OK << 16) | (COMMAND_COMPLETE << 8) | SAM_STAT_TASK_SET_FULL;
Dadvansys.c6636 if (scsi_status == SAM_STAT_TASK_SET_FULL) { in AscIsrChipHalted()
/Linux-v4.19/drivers/scsi/fnic/
Dfnic_scsi.c935 if (icmnd_cmpl->scsi_status == SAM_STAT_TASK_SET_FULL) in fnic_fcpio_icmnd_cmpl_handler()
/Linux-v4.19/drivers/scsi/ufs/
Dufshcd.c4663 case SAM_STAT_TASK_SET_FULL: in ufshcd_scsi_cmd_status()

12