Lines Matching refs:ascq
422 if (sshdr->asc == 0x3f && sshdr->ascq == 0x03) { in scsi_report_sense()
426 } else if (sshdr->asc == 0x3f && sshdr->ascq == 0x0e) { in scsi_report_sense()
441 if (sshdr->asc == 0x38 && sshdr->ascq == 0x07) { in scsi_report_sense()
455 if (sshdr->asc == 0x2a && sshdr->ascq == 0x01) { in scsi_report_sense()
459 } else if (sshdr->asc == 0x2a && sshdr->ascq == 0x06) { in scsi_report_sense()
463 } else if (sshdr->asc == 0x2a && sshdr->ascq == 0x09) { in scsi_report_sense()
551 if (sshdr.asc == 0xc1 && sshdr.ascq == 0x01 && in scsi_check_sense()
571 if (sshdr.asc != 0x28 || sshdr.ascq != 0x00) { in scsi_check_sense()
582 sshdr.asc == 0x3f && sshdr.ascq == 0x0e) in scsi_check_sense()
588 if ((sshdr.asc == 0x04) && (sshdr.ascq == 0x01)) in scsi_check_sense()
595 (sshdr.asc == 0x04) && (sshdr.ascq == 0x02)) in scsi_check_sense()
605 if (sshdr.asc == 0x27 && sshdr.ascq == 0x07) { in scsi_check_sense()