Lines Matching refs:sshdr
607 struct scsi_sense_hdr sshdr; in scsi_probe_lun() local
634 inq_result, try_inquiry_len, &sshdr, in scsi_probe_lun()
650 scsi_sense_valid(&sshdr)) { in scsi_probe_lun()
651 if ((sshdr.sense_key == UNIT_ATTENTION) && in scsi_probe_lun()
652 ((sshdr.asc == 0x28) || in scsi_probe_lun()
653 (sshdr.asc == 0x29)) && in scsi_probe_lun()
654 (sshdr.ascq == 0)) in scsi_probe_lun()
1342 struct scsi_sense_hdr sshdr; in scsi_report_lun_scan() local
1420 lun_data, length, &sshdr, in scsi_report_lun_scan()
1430 else if (scsi_sense_valid(&sshdr)) { in scsi_report_lun_scan()
1431 if (sshdr.sense_key != UNIT_ATTENTION) in scsi_report_lun_scan()