Lines Matching refs:sense_hdr
332 SCSI_SENSE_BUFFERSIZE, &s->sense_hdr); in st_analyze_sense()
376 scode = STp->buffer->cmdstat.sense_hdr.sense_key; in st_chk_result()
419 cmdstatp->sense_hdr.asc == 0 && cmdstatp->sense_hdr.ascq == 0x17) in st_chk_result()
706 (cmdstatp->sense_hdr.sense_key == NO_SENSE || in write_behind_check()
707 cmdstatp->sense_hdr.sense_key == RECOVERED_ERROR)) { in write_behind_check()
803 (cmdstatp->sense_hdr.sense_key == NO_SENSE || in st_flush_write_buffer()
804 cmdstatp->sense_hdr.sense_key == RECOVERED_ERROR) && in st_flush_write_buffer()
990 scode = cmdstatp->sense_hdr.sense_key; in test_ready()
1015 cmdstatp->sense_hdr.asc == 0x3a) /* Check ASC */ in test_ready()
1398 (cmdstatp->sense_hdr.sense_key == NO_SENSE || in st_flush()
1399 cmdstatp->sense_hdr.sense_key == RECOVERED_ERROR) && in st_flush()
1796 scode = cmdstatp->sense_hdr.sense_key; in st_write()
1969 if (cmdstatp->sense_hdr.sense_key == BLANK_CHECK) in read_tape()
1978 if (cmdstatp->sense_hdr.sense_key == MEDIUM_ERROR) { in read_tape()
2059 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()