Home
last modified time | relevance | path

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

12

/Linux-v5.4/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.4/include/scsi/
Dscsi_proto.h201 #define SAM_STAT_TASK_SET_FULL 0x28 macro
/Linux-v5.4/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.4/drivers/scsi/sym53c8xx_2/
Dsym_defs.h776 #define S_QUEUE_FULL SAM_STAT_TASK_SET_FULL
/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_isr.c2577 if (lscsi_status == SAM_STAT_TASK_SET_FULL || in qla2x00_status_entry()
2608 if (lscsi_status == SAM_STAT_TASK_SET_FULL) { in qla2x00_status_entry()
2649 } else if (lscsi_status != SAM_STAT_TASK_SET_FULL && in qla2x00_status_entry()
2677 if (lscsi_status == SAM_STAT_TASK_SET_FULL) { in qla2x00_status_entry()
Dqla_mr.c2396 cpu_to_le16((uint16_t)SAM_STAT_TASK_SET_FULL)) { in qlafx00_status_entry()
2446 cpu_to_le16((uint16_t)SAM_STAT_TASK_SET_FULL) && in qlafx00_status_entry()
2476 cpu_to_le16((uint16_t)SAM_STAT_TASK_SET_FULL)) { in qlafx00_status_entry()
Dqla_target.c70 static int tc_sam_status = SAM_STAT_TASK_SET_FULL; /* target core */
/Linux-v5.4/drivers/scsi/qedf/
Dqedf_io.c1257 if (io_req->cdb_status == SAM_STAT_TASK_SET_FULL || in qedf_scsi_completion()
1282 SAM_STAT_TASK_SET_FULL) in qedf_scsi_completion()
/Linux-v5.4/drivers/scsi/bfa/
Dbfad_im.c93 } else if (cmnd->result == SAM_STAT_TASK_SET_FULL && itnim) { in bfa_cb_ioim_done()
/Linux-v5.4/drivers/scsi/aacraid/
Daachba.c2500 scsicmd->result = DID_OK << 16 | COMMAND_COMPLETE << 8 | SAM_STAT_TASK_SET_FULL; in aac_read()
2592 scsicmd->result = DID_OK << 16 | COMMAND_COMPLETE << 8 | SAM_STAT_TASK_SET_FULL; in aac_write()
3706 case SAM_STAT_TASK_SET_FULL: in hba_resp_task_complete()
Dcommsup.c1617 | SAM_STAT_TASK_SET_FULL; in _aac_reset_adapter()
/Linux-v5.4/drivers/scsi/qla4xxx/
Dql4_isr.c274 } else if (scsi_status != SAM_STAT_TASK_SET_FULL && in qla4xxx_status_entry()
/Linux-v5.4/drivers/scsi/bnx2fc/
Dbnx2fc_io.c1992 if (io_req->cdb_status == SAM_STAT_TASK_SET_FULL || in bnx2fc_process_scsi_cmd_compl()
/Linux-v5.4/drivers/scsi/snic/
Dsnic_scsi.c523 if (icmnd_cmpl->scsi_status == SAM_STAT_TASK_SET_FULL) in snic_process_icmnd_cmpl_status()
/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_scsi.c3498 if ((cmnd->result == SAM_STAT_TASK_SET_FULL) || in lpfc_send_scsi_error_event()
3506 (cmnd->result == SAM_STAT_TASK_SET_FULL) ? in lpfc_send_scsi_error_event()
/Linux-v5.4/drivers/target/
Dtarget_core_transport.c1833 cmd->scsi_status = SAM_STAT_TASK_SET_FULL; in transport_generic_request_failure()
Dtarget_core_user.c1318 scsi_status = SAM_STAT_TASK_SET_FULL; in tcmu_check_expired_cmd()
/Linux-v5.4/drivers/scsi/
Desp_scsi.c1866 if (ent->status == SAM_STAT_TASK_SET_FULL) in esp_process_event()
Dqla1280.c3637 if ((scsi_status & 0xFF) == SAM_STAT_TASK_SET_FULL || in qla1280_status_entry()
Dscsi_debug.c717 (DID_OK << 16) | (COMMAND_COMPLETE << 8) | SAM_STAT_TASK_SET_FULL;
Dhpsa.c427 c->err_info->ScsiStatus != SAM_STAT_TASK_SET_FULL)) in check_for_busy()
/Linux-v5.4/drivers/scsi/fnic/
Dfnic_scsi.c928 if (icmnd_cmpl->scsi_status == SAM_STAT_TASK_SET_FULL) in fnic_fcpio_icmnd_cmpl_handler()
/Linux-v5.4/drivers/scsi/ufs/
Dufshcd.c4680 case SAM_STAT_TASK_SET_FULL: in ufshcd_scsi_cmd_status()

12