• Home
  • Raw
  • Download

Lines Matching refs:asc

414 		if (sshdr->asc == 0x3f && sshdr->ascq == 0x03) {  in scsi_report_sense()
418 } else if (sshdr->asc == 0x3f && sshdr->ascq == 0x0e) { in scsi_report_sense()
426 } else if (sshdr->asc == 0x3f) in scsi_report_sense()
433 if (sshdr->asc == 0x38 && sshdr->ascq == 0x07) { in scsi_report_sense()
441 if (sshdr->asc == 0x29) { in scsi_report_sense()
447 if (sshdr->asc == 0x2a && sshdr->ascq == 0x01) { in scsi_report_sense()
451 } else if (sshdr->asc == 0x2a && sshdr->ascq == 0x06) { in scsi_report_sense()
455 } else if (sshdr->asc == 0x2a && sshdr->ascq == 0x09) { in scsi_report_sense()
459 } else if (sshdr->asc == 0x2a) in scsi_report_sense()
538 if (sshdr.asc == 0x10) /* DIF */ in scsi_check_sense()
541 if (sshdr.asc == 0x44 && sdev->sdev_bflags & BLIST_RETRY_ITF) in scsi_check_sense()
543 if (sshdr.asc == 0xc1 && sshdr.ascq == 0x01 && in scsi_check_sense()
563 if (sshdr.asc != 0x28 || sshdr.ascq != 0x00) { in scsi_check_sense()
574 sshdr.asc == 0x3f && sshdr.ascq == 0x0e) in scsi_check_sense()
580 if ((sshdr.asc == 0x04) && (sshdr.ascq == 0x01)) in scsi_check_sense()
587 (sshdr.asc == 0x04) && (sshdr.ascq == 0x02)) in scsi_check_sense()
597 if (sshdr.asc == 0x27 && sshdr.ascq == 0x07) { in scsi_check_sense()
611 if (sshdr.asc == 0x11 || /* UNRECOVERED READ ERR */ in scsi_check_sense()
612 sshdr.asc == 0x13 || /* AMNF DATA FIELD */ in scsi_check_sense()
613 sshdr.asc == 0x14) { /* RECORD NOT FOUND */ in scsi_check_sense()
627 if (sshdr.asc == 0x20 || /* Invalid command operation code */ in scsi_check_sense()
628 sshdr.asc == 0x21 || /* Logical block address out of range */ in scsi_check_sense()
629 sshdr.asc == 0x22 || /* Invalid function */ in scsi_check_sense()
630 sshdr.asc == 0x24 || /* Invalid field in cdb */ in scsi_check_sense()
631 sshdr.asc == 0x26 || /* Parameter value invalid */ in scsi_check_sense()
632 sshdr.asc == 0x27) { /* Write protected */ in scsi_check_sense()