Lines Matching refs:ascq
457 if (sshdr->asc == 0x3f && sshdr->ascq == 0x03) { in scsi_report_sense()
461 } else if (sshdr->asc == 0x3f && sshdr->ascq == 0x0e) { in scsi_report_sense()
476 if (sshdr->asc == 0x38 && sshdr->ascq == 0x07) { in scsi_report_sense()
490 if (sshdr->asc == 0x2a && sshdr->ascq == 0x01) { in scsi_report_sense()
494 } else if (sshdr->asc == 0x2a && sshdr->ascq == 0x06) { in scsi_report_sense()
498 } else if (sshdr->asc == 0x2a && sshdr->ascq == 0x09) { in scsi_report_sense()
587 if (sshdr.asc == 0xc1 && sshdr.ascq == 0x01 && in scsi_check_sense()
607 if (sshdr.asc != 0x28 || sshdr.ascq != 0x00) { in scsi_check_sense()
618 sshdr.asc == 0x3f && sshdr.ascq == 0x0e) in scsi_check_sense()
624 if ((sshdr.asc == 0x04) && (sshdr.ascq == 0x01)) in scsi_check_sense()
631 (sshdr.asc == 0x04) && (sshdr.ascq == 0x02)) in scsi_check_sense()
641 if (sshdr.asc == 0x27 && sshdr.ascq == 0x07) { in scsi_check_sense()