Lines Matching refs:sense
328 const u8 *sense = SRpnt->sense; in st_analyze_sense() local
330 s->have_sense = scsi_normalize_sense(SRpnt->sense, in st_analyze_sense()
337 scsi_get_sense_info_fld(sense, SCSI_SENSE_BUFFERSIZE, &s->uremainder64); in st_analyze_sense()
338 switch (sense[0] & 0x7f) { in st_analyze_sense()
343 s->flags = sense[2] & 0xe0; in st_analyze_sense()
349 ucp = scsi_sense_desc_find(sense, SCSI_SENSE_BUFFERSIZE, 4); in st_analyze_sense()
385 SRpnt->sense, SCSI_SENSE_BUFFERSIZE); in st_chk_result()
402 SRpnt->sense, SCSI_SENSE_BUFFERSIZE); in st_chk_result()
409 STp->cleaning_req |= ((SRpnt->sense[STp->cln_mode] & in st_chk_result()
412 STp->cleaning_req |= ((SRpnt->sense[STp->cln_mode] & in st_chk_result()
523 req->sense = SRpnt->sense; in st_scsi_execute()
1908 SRpnt->sense[0], SRpnt->sense[1], in read_tape()
1909 SRpnt->sense[2], SRpnt->sense[3], in read_tape()
1910 SRpnt->sense[4], SRpnt->sense[5], in read_tape()
1911 SRpnt->sense[6], SRpnt->sense[7]); in read_tape()