Lines Matching refs:ascq
458 if (sshdr->asc == 0x3f && sshdr->ascq == 0x03) { in scsi_report_sense()
462 } else if (sshdr->asc == 0x3f && sshdr->ascq == 0x0e) { in scsi_report_sense()
477 if (sshdr->asc == 0x38 && sshdr->ascq == 0x07) { in scsi_report_sense()
496 if (sshdr->asc == 0x2a && sshdr->ascq == 0x01) { in scsi_report_sense()
500 } else if (sshdr->asc == 0x2a && sshdr->ascq == 0x06) { in scsi_report_sense()
504 } else if (sshdr->asc == 0x2a && sshdr->ascq == 0x09) { in scsi_report_sense()
593 if (sshdr.asc == 0xc1 && sshdr.ascq == 0x01 && in scsi_check_sense()
613 if (sshdr.asc != 0x28 || sshdr.ascq != 0x00) { in scsi_check_sense()
624 sshdr.asc == 0x3f && sshdr.ascq == 0x0e) in scsi_check_sense()
630 if ((sshdr.asc == 0x04) && (sshdr.ascq == 0x01)) in scsi_check_sense()
637 (sshdr.asc == 0x04) && (sshdr.ascq == 0x02)) in scsi_check_sense()
647 if (sshdr.asc == 0x27 && sshdr.ascq == 0x07) { in scsi_check_sense()
683 if (sshdr.asc == 0x21 && sshdr.ascq == 0x04 && in scsi_check_sense()