Lines Matching refs:scsi_status
118 uint8_t scsi_status; in qla4xxx_status_entry() local
156 scsi_status = sts_entry->scsiStatus; in qla4xxx_status_entry()
167 if (!scsi_status && ((scsi_bufflen(cmd) - residual) < in qla4xxx_status_entry()
184 cmd->result = DID_OK << 16 | scsi_status; in qla4xxx_status_entry()
186 if (scsi_status != SCSI_CHECK_CONDITION) in qla4xxx_status_entry()
259 if (!scsi_status && (scsi_bufflen(cmd) - residual) < in qla4xxx_status_entry()
274 } else if (scsi_status != SAM_STAT_TASK_SET_FULL && in qla4xxx_status_entry()
275 scsi_status != SAM_STAT_BUSY) { in qla4xxx_status_entry()
302 cmd->result = DID_ERROR << 16 | scsi_status; in qla4xxx_status_entry()
306 cmd->result = DID_OK << 16 | scsi_status; in qla4xxx_status_entry()
309 if (scsi_status == SAM_STAT_CHECK_CONDITION) in qla4xxx_status_entry()