Lines Matching refs:sense
327 const u8 *sense = SRpnt->sense; in st_analyze_sense() local
329 s->have_sense = scsi_normalize_sense(SRpnt->sense, in st_analyze_sense()
336 scsi_get_sense_info_fld(sense, SCSI_SENSE_BUFFERSIZE, &s->uremainder64); in st_analyze_sense()
337 switch (sense[0] & 0x7f) { in st_analyze_sense()
342 s->flags = sense[2] & 0xe0; in st_analyze_sense()
348 ucp = scsi_sense_desc_find(sense, SCSI_SENSE_BUFFERSIZE, 4); in st_analyze_sense()
384 SRpnt->sense, SCSI_SENSE_BUFFERSIZE); in st_chk_result()
401 SRpnt->sense, SCSI_SENSE_BUFFERSIZE); in st_chk_result()
408 STp->cleaning_req |= ((SRpnt->sense[STp->cln_mode] & in st_chk_result()
411 STp->cleaning_req |= ((SRpnt->sense[STp->cln_mode] & in st_chk_result()
577 req->sense = SRpnt->sense; in st_scsi_execute()
1962 SRpnt->sense[0], SRpnt->sense[1], in read_tape()
1963 SRpnt->sense[2], SRpnt->sense[3], in read_tape()
1964 SRpnt->sense[4], SRpnt->sense[5], in read_tape()
1965 SRpnt->sense[6], SRpnt->sense[7]); in read_tape()