Home
last modified time | relevance | path

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

12

/linux/drivers/target/tcm_fc/
H A Dtfc_io.c67 if (se_cmd->scsi_status == SAM_STAT_TASK_SET_FULL) in ft_queue_data_in()
177 se_cmd->scsi_status = SAM_STAT_TASK_SET_FULL; in ft_queue_data_in()
H A Dtfc_cmd.c118 se_cmd->scsi_status = SAM_STAT_TASK_SET_FULL; in ft_queue_status()
161 se_cmd->scsi_status = SAM_STAT_TASK_SET_FULL; in ft_queue_status()
/linux/include/scsi/
H A Dscsi_proto.h210 SAM_STAT_TASK_SET_FULL = 0x28, enumerator
/linux/include/trace/events/
H A Dtarget.h128 { SAM_STAT_TASK_SET_FULL, "TASK SET FULL" }, \
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h776 #define S_QUEUE_FULL SAM_STAT_TASK_SET_FULL
/linux/drivers/scsi/elx/efct/
H A Defct_unsol.c326 SAM_STAT_BUSY : SAM_STAT_TASK_SET_FULL; in efct_sframe_send_task_set_full_or_busy()
/linux/drivers/scsi/
H A Dscsi_error.c874 case SAM_STAT_TASK_SET_FULL: in scsi_eh_completed_normally()
2046 case SAM_STAT_TASK_SET_FULL: in scsi_decide_disposition()
H A Desp_scsi.c1861 if (ent->status == SAM_STAT_TASK_SET_FULL) in esp_process_event()
H A Ddc395x.c2721 } else if (status == SAM_STAT_TASK_SET_FULL) { in srb_done()
H A DFlashPoint.c4627 if (status_byte == SAM_STAT_TASK_SET_FULL) { in FPT_autoCmdCmplt()
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1769 && ahc_get_scsi_status(scb) != SAM_STAT_TASK_SET_FULL) in ahc_done()
1864 case SAM_STAT_TASK_SET_FULL: in ahc_linux_handle_scsi_status()
H A Daic79xx_osm.c1844 && ahd_get_scsi_status(scb) != SAM_STAT_TASK_SET_FULL) in ahd_done()
1958 case SAM_STAT_TASK_SET_FULL: in ahd_linux_handle_scsi_status()
/linux/drivers/scsi/qla2xxx/
H A Dqla_mr.c2367 cpu_to_le16((uint16_t)SAM_STAT_TASK_SET_FULL)) { in qlafx00_status_entry()
2417 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()
H A Dqla_isr.c3488 if (unlikely(lscsi_status == SAM_STAT_TASK_SET_FULL || in qla2x00_status_entry()
3519 if (lscsi_status == SAM_STAT_TASK_SET_FULL) { in qla2x00_status_entry()
3560 } else if (lscsi_status != SAM_STAT_TASK_SET_FULL && in qla2x00_status_entry()
3590 if (lscsi_status == SAM_STAT_TASK_SET_FULL) { in qla2x00_status_entry()
/linux/drivers/scsi/qedf/
H A Dqedf_io.c1240 if (io_req->cdb_status == SAM_STAT_TASK_SET_FULL || in qedf_scsi_completion()
1257 SAM_STAT_TASK_SET_FULL) in qedf_scsi_completion()
/linux/drivers/scsi/aacraid/
H A Daachba.c2504 scsicmd->result = DID_OK << 16 | SAM_STAT_TASK_SET_FULL; in aac_read()
2595 scsicmd->result = DID_OK << 16 | SAM_STAT_TASK_SET_FULL; in aac_write()
3596 case SAM_STAT_TASK_SET_FULL: in hba_resp_task_complete()
/linux/drivers/scsi/bfa/
H A Dbfad_im.c94 } else if (cmnd->result == SAM_STAT_TASK_SET_FULL && itnim) { in bfa_cb_ioim_done()
/linux/drivers/scsi/qla4xxx/
H A Dql4_isr.c273 } else if (scsi_status != SAM_STAT_TASK_SET_FULL && in qla4xxx_status_entry()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c1981 if (io_req->cdb_status == SAM_STAT_TASK_SET_FULL || in bnx2fc_process_scsi_cmd_compl()
/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c3583 if ((cmnd->result == SAM_STAT_TASK_SET_FULL) || in lpfc_send_scsi_error_event()
3591 (cmnd->result == SAM_STAT_TASK_SET_FULL) ? in lpfc_send_scsi_error_event()
/linux/drivers/target/
H A Dtarget_core_transport.c2088 cmd->scsi_status = SAM_STAT_TASK_SET_FULL; in transport_generic_request_failure()
H A Dtarget_core_user.c1552 target_complete_cmd(se_cmd, SAM_STAT_TASK_SET_FULL); in tcmu_check_expired_queue_cmd()
/linux/drivers/vhost/
H A Dscsi.c1518 SAM_STAT_TASK_SET_FULL); in vhost_scsi_handle_vq()
/linux/drivers/ata/
H A Dlibata-scsi.c784 set_status_byte(cmd, SAM_STAT_TASK_SET_FULL); in ata_scsi_qc_new()
/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c2213 DID_OK << 16 | SAM_STAT_TASK_SET_FULL : DID_ERROR << 16; in srp_queuecommand()

12