Lines Matching refs:sshdr
634 struct scsi_sense_hdr sshdr; in scsi_probe_lun() local
661 inq_result, try_inquiry_len, &sshdr, in scsi_probe_lun()
677 scsi_sense_valid(&sshdr)) { in scsi_probe_lun()
678 if ((sshdr.sense_key == UNIT_ATTENTION) && in scsi_probe_lun()
679 ((sshdr.asc == 0x28) || in scsi_probe_lun()
680 (sshdr.asc == 0x29)) && in scsi_probe_lun()
681 (sshdr.ascq == 0)) in scsi_probe_lun()
1375 struct scsi_sense_hdr sshdr; in scsi_report_lun_scan() local
1453 lun_data, length, &sshdr, in scsi_report_lun_scan()
1463 else if (scsi_sense_valid(&sshdr)) { in scsi_report_lun_scan()
1464 if (sshdr.sense_key != UNIT_ATTENTION) in scsi_report_lun_scan()