Lines Matching refs:sshdr
61 struct scsi_sense_hdr sshdr; in tur_done() local
64 ret = scsi_normalize_sense(sense, SCSI_SENSE_BUFFERSIZE, &sshdr); in tur_done()
72 switch (sshdr.sense_key) { in tur_done()
77 if ((sshdr.asc == 0x04) && (sshdr.ascq == 2)) { in tur_done()
90 HP_SW_NAME, sshdr.sense_key, sshdr.asc, in tur_done()
91 sshdr.ascq); in tur_done()
161 struct scsi_sense_hdr sshdr; in start_done() local
164 rc = scsi_normalize_sense(sense, SCSI_SENSE_BUFFERSIZE, &sshdr); in start_done()
172 switch (sshdr.sense_key) { in start_done()
174 if ((sshdr.asc == 0x04) && (sshdr.ascq == 3)) { in start_done()
187 HP_SW_NAME, sshdr.sense_key, sshdr.asc, in start_done()
188 sshdr.ascq); in start_done()