Lines Matching refs:sshdr
67 struct scsi_sense_hdr sshdr; in tur_done() local
70 ret = scsi_normalize_sense(sense, SCSI_SENSE_BUFFERSIZE, &sshdr); in tur_done()
78 switch (sshdr.sense_key) { in tur_done()
83 if ((sshdr.asc == 0x04) && (sshdr.ascq == 2)) { in tur_done()
96 HP_SW_NAME, sshdr.sense_key, sshdr.asc, in tur_done()
97 sshdr.ascq); in tur_done()
167 struct scsi_sense_hdr sshdr; in start_done() local
170 rc = scsi_normalize_sense(sense, SCSI_SENSE_BUFFERSIZE, &sshdr); in start_done()
178 switch (sshdr.sense_key) { in start_done()
180 if ((sshdr.asc == 0x04) && (sshdr.ascq == 3)) { in start_done()
193 HP_SW_NAME, sshdr.sense_key, sshdr.asc, in start_done()
194 sshdr.ascq); in start_done()