Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/target/tcm_fc/
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()
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()
/Linux-v5.10/include/scsi/
Dscsi_proto.h201 #define SAM_STAT_TASK_SET_FULL 0x28 macro
/Linux-v5.10/include/trace/events/
Dtarget.h128 { SAM_STAT_TASK_SET_FULL, "TASK SET FULL" }, \
Dscsi.h182 scsi_statusbyte_name(SAM_STAT_TASK_SET_FULL), \
/Linux-v5.10/drivers/scsi/sym53c8xx_2/
Dsym_defs.h776 #define S_QUEUE_FULL SAM_STAT_TASK_SET_FULL
/Linux-v5.10/drivers/scsi/qla2xxx/
Dqla_isr.c3020 if (unlikely(lscsi_status == SAM_STAT_TASK_SET_FULL || in qla2x00_status_entry()
3051 if (lscsi_status == SAM_STAT_TASK_SET_FULL) { in qla2x00_status_entry()
3092 } else if (lscsi_status != SAM_STAT_TASK_SET_FULL && in qla2x00_status_entry()
3120 if (lscsi_status == SAM_STAT_TASK_SET_FULL) { in qla2x00_status_entry()
Dqla_mr.c2391 cpu_to_le16((uint16_t)SAM_STAT_TASK_SET_FULL)) { in qlafx00_status_entry()
2441 cpu_to_le16((uint16_t)SAM_STAT_TASK_SET_FULL) && in qlafx00_status_entry()
2471 cpu_to_le16((uint16_t)SAM_STAT_TASK_SET_FULL)) { in qlafx00_status_entry()
Dqla_target.c68 static int tc_sam_status = SAM_STAT_TASK_SET_FULL; /* target core */
/Linux-v5.10/drivers/scsi/qedf/
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()
/Linux-v5.10/drivers/scsi/bfa/
Dbfad_im.c93 } else if (cmnd->result == SAM_STAT_TASK_SET_FULL && itnim) { in bfa_cb_ioim_done()
/Linux-v5.10/drivers/scsi/aacraid/
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()
/Linux-v5.10/drivers/scsi/qla4xxx/
Dql4_isr.c273 } else if (scsi_status != SAM_STAT_TASK_SET_FULL && in qla4xxx_status_entry()
/Linux-v5.10/drivers/scsi/bnx2fc/
Dbnx2fc_io.c1985 if (io_req->cdb_status == SAM_STAT_TASK_SET_FULL || in bnx2fc_process_scsi_cmd_compl()
/Linux-v5.10/drivers/scsi/snic/
Dsnic_scsi.c523 if (icmnd_cmpl->scsi_status == SAM_STAT_TASK_SET_FULL) in snic_process_icmnd_cmpl_status()
/Linux-v5.10/drivers/scsi/lpfc/
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()
/Linux-v5.10/drivers/target/
Dtarget_core_transport.c1915 cmd->scsi_status = SAM_STAT_TASK_SET_FULL; in transport_generic_request_failure()
Dtarget_core_user.c1495 target_complete_cmd(se_cmd, SAM_STAT_TASK_SET_FULL); in tcmu_check_expired_queue_cmd()
/Linux-v5.10/drivers/scsi/
Desp_scsi.c1869 if (ent->status == SAM_STAT_TASK_SET_FULL) in esp_process_event()
Dqla1280.c3636 if ((scsi_status & 0xFF) == SAM_STAT_TASK_SET_FULL || in qla1280_status_entry()
Dscsi_debug.c856 (DID_OK << 16) | (COMMAND_COMPLETE << 8) | SAM_STAT_TASK_SET_FULL;
Dadvansys.c6630 if (scsi_status == SAM_STAT_TASK_SET_FULL) { in AscIsrChipHalted()
Dhpsa.c432 c->err_info->ScsiStatus != SAM_STAT_TASK_SET_FULL)) in check_for_busy()
/Linux-v5.10/drivers/scsi/fnic/
Dfnic_scsi.c932 if (icmnd_cmpl->scsi_status == SAM_STAT_TASK_SET_FULL) in fnic_fcpio_icmnd_cmpl_handler()
/Linux-v5.10/drivers/scsi/ufs/
Dufshcd.c4796 case SAM_STAT_TASK_SET_FULL: in ufshcd_scsi_cmd_status()