Lines Matching refs:sshdr
650 struct scsi_sense_hdr sshdr; in scsi_probe_lun() local
652 .sshdr = &sshdr, in scsi_probe_lun()
695 scsi_sense_valid(&sshdr)) { in scsi_probe_lun()
696 if ((sshdr.sense_key == UNIT_ATTENTION) && in scsi_probe_lun()
697 ((sshdr.asc == 0x28) || in scsi_probe_lun()
698 (sshdr.asc == 0x29)) && in scsi_probe_lun()
699 (sshdr.ascq == 0)) in scsi_probe_lun()
1408 struct scsi_sense_hdr sshdr; in scsi_report_lun_scan() local
1412 .sshdr = &sshdr, in scsi_report_lun_scan()
1500 else if (scsi_sense_valid(&sshdr)) { in scsi_report_lun_scan()
1501 if (sshdr.sense_key != UNIT_ATTENTION) in scsi_report_lun_scan()