Lines Matching refs:sense_hdr
330 SCSI_SENSE_BUFFERSIZE, &s->sense_hdr); in st_analyze_sense()
374 scode = STp->buffer->cmdstat.sense_hdr.sense_key; in st_chk_result()
417 cmdstatp->sense_hdr.asc == 0 && cmdstatp->sense_hdr.ascq == 0x17) in st_chk_result()
704 (cmdstatp->sense_hdr.sense_key == NO_SENSE || in write_behind_check()
705 cmdstatp->sense_hdr.sense_key == RECOVERED_ERROR)) { in write_behind_check()
801 (cmdstatp->sense_hdr.sense_key == NO_SENSE || in st_flush_write_buffer()
802 cmdstatp->sense_hdr.sense_key == RECOVERED_ERROR) && in st_flush_write_buffer()
988 scode = cmdstatp->sense_hdr.sense_key; in test_ready()
1013 cmdstatp->sense_hdr.asc == 0x3a) /* Check ASC */ in test_ready()
1396 (cmdstatp->sense_hdr.sense_key == NO_SENSE || in st_flush()
1397 cmdstatp->sense_hdr.sense_key == RECOVERED_ERROR) && in st_flush()
1795 scode = cmdstatp->sense_hdr.sense_key; in st_write()
1968 if (cmdstatp->sense_hdr.sense_key == BLANK_CHECK) in read_tape()
1977 if (cmdstatp->sense_hdr.sense_key == MEDIUM_ERROR) { in read_tape()
2058 cmdstatp->sense_hdr.sense_key == BLANK_CHECK) { in read_tape()
3021 if (cmdstatp->sense_hdr.sense_key == NO_SENSE || in st_int_ioctl()
3022 cmdstatp->sense_hdr.sense_key == RECOVERED_ERROR) { in st_int_ioctl()
3078 if (cmdstatp->sense_hdr.sense_key == ILLEGAL_REQUEST && in st_int_ioctl()
3090 if (cmdstatp->sense_hdr.sense_key == BLANK_CHECK) in st_int_ioctl()