Home
last modified time | relevance | path

Searched refs:have_sense (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/
H A Dst.c326 s->have_sense = scsi_normalize_sense(SRpnt->sense, in st_analyze_sense()
330 if (s->have_sense) { in st_analyze_sense()
370 if (cmdstatp->have_sense) in st_chk_result()
381 if (cmdstatp->have_sense) in st_chk_result()
386 if (!cmdstatp->have_sense) in st_chk_result()
390 else if (cmdstatp->have_sense && in st_chk_result()
413 if (cmdstatp->have_sense && in st_chk_result()
416 if (cmdstatp->have_sense && scode == UNIT_ATTENTION && cmdstatp->sense_hdr.asc == 0x29) in st_chk_result()
421 if (cmdstatp->have_sense && in st_chk_result()
642 STp->buffer->cmdstat.have_sense = 0; in st_do_scsi()
[all …]
H A Dst.h15 int have_sense; member
/linux/drivers/ata/
H A Dlibata-scsi.c1662 bool have_sense = qc->flags & ATA_QCFLAG_SENSE_VALID; in ata_scsi_qc_complete() local
1676 if (is_ata_passthru && (is_ck_cond_request || is_error || have_sense)) { in ata_scsi_qc_complete()
1677 if (!have_sense) in ata_scsi_qc_complete()
1682 } else if (is_error && !have_sense) { in ata_scsi_qc_complete()