Home
last modified time | relevance | path

Searched refs:ATA_ERR (Results 1 - 25 of 47) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/ide/
H A Dide-lib.c128 if (stat & ATA_ERR) in ide_dump_status()
132 if ((stat & (ATA_BUSY | ATA_ERR)) == ATA_ERR) { in ide_dump_status()
H A Dide-atapi.c442 if (rc || (drive->media == ide_tape && (stat & ATA_ERR))) { in ide_pc_intr()
466 (stat & ATA_ERR) && scsi_req(rq)->cmd[0] == REQUEST_SENSE) in ide_pc_intr()
467 stat &= ~ATA_ERR; in ide_pc_intr()
469 if ((stat & ATA_ERR) || (pc->flags & PC_FLAG_DMA_ERROR)) { in ide_pc_intr()
H A Dide-disk.c230 if (!(tf->status & ATA_ERR)) in idedisk_read_native_max_address()
274 if (!(tf->status & ATA_ERR)) in idedisk_set_max_address()
H A Dtx4939ide.c356 if ((stat & (ATA_BUSY | ATA_DRQ | ATA_ERR)) == ATA_ERR) in tx4939ide_dma_test_irq()
H A Dide-taskfile.c176 if ((stat & (ATA_ERR | ATA_DRQ)) == 0) { in task_no_data_intr()
346 if (stat & ATA_ERR) in task_pio_intr()
H A Dide-iops.c391 ATA_BUSY | ATA_DRQ | ATA_ERR, in ide_config_drive_speed()
H A Dide-eh.c17 } else if (stat & ATA_ERR) { in ide_ata_error()
H A Dide-cd.c405 if (stat & ATA_ERR) in cdrom_decode_status()
410 if (stat & ATA_ERR) { in cdrom_decode_status()
693 if (!(stat & ATA_ERR) && !uptodate && thislen) { in cdrom_newpc_intr()
/kernel/linux/linux-5.10/drivers/ata/
H A Dlibata-trace.c33 if (status & ATA_ERR) in libata_trace_parse_status()
H A Dlibata-sff.c1021 if (likely(status & (ATA_ERR | ATA_DF))) in ata_sff_hsm_move()
1041 if (unlikely(status & (ATA_ERR | ATA_DF))) { in ata_sff_hsm_move()
1095 if (unlikely(status & (ATA_ERR | ATA_DF))) { in ata_sff_hsm_move()
1114 if (likely(status & (ATA_ERR | ATA_DF))) { in ata_sff_hsm_move()
1152 if (unlikely(status & (ATA_ERR | ATA_DF))) { in ata_sff_hsm_move()
H A Dsata_inic162x.c407 (ATA_DF | ATA_ERR))) in inic_host_intr()
585 if (!(tf.command & ATA_ERR)) in inic_qc_fill_rtf()
H A Dsata_dwc_460ex.c586 if (status & ATA_ERR) { in sata_dwc_isr()
587 dev_dbg(ap->dev, "interrupt ATA_ERR (0x%x)\n", status); in sata_dwc_isr()
671 if (status & ATA_ERR) { in sata_dwc_isr()
672 dev_dbg(ap->dev, "%s ATA_ERR (0x%x)\n", __func__, in sata_dwc_isr()
H A Dpata_it821x.c677 if (status & ATA_ERR) { in it821x_firmware_command()
H A Dlibata-eh.c1433 /* Ignore err_mask; ATA_ERR might be set */ in ata_eh_request_sense()
1571 if (stat & (ATA_ERR | ATA_DF)) { in ata_eh_analyze_tf()
2385 ATA_SENSE | ATA_ERR)) { in ata_eh_link_report()
2394 res->command & ATA_ERR ? "ERR " : ""); in ata_eh_link_report()
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibata-trace.c33 if (status & ATA_ERR) in libata_trace_parse_status()
H A Dlibata-sff.c947 if (likely(status & (ATA_ERR | ATA_DF))) in ata_sff_hsm_move()
967 if (unlikely(status & (ATA_ERR | ATA_DF))) { in ata_sff_hsm_move()
1021 if (unlikely(status & (ATA_ERR | ATA_DF))) { in ata_sff_hsm_move()
1040 if (likely(status & (ATA_ERR | ATA_DF))) { in ata_sff_hsm_move()
1078 if (unlikely(status & (ATA_ERR | ATA_DF))) { in ata_sff_hsm_move()
H A Dsata_inic162x.c407 (ATA_DF | ATA_ERR))) in inic_host_intr()
583 if (tf.status & ATA_ERR) { in inic_qc_fill_rtf()
H A Dsata_dwc_460ex.c547 if (status & ATA_ERR) { in sata_dwc_isr()
548 dev_dbg(ap->dev, "interrupt ATA_ERR (0x%x)\n", status); in sata_dwc_isr()
635 if (status & ATA_ERR) { in sata_dwc_isr()
636 dev_dbg(ap->dev, "%s ATA_ERR (0x%x)\n", __func__, in sata_dwc_isr()
H A Dpata_it821x.c680 if (status & ATA_ERR) { in it821x_firmware_command()
H A Dlibata-eh.c1433 /* Ignore err_mask; ATA_ERR might be set */ in ata_eh_request_sense()
1576 if (stat & (ATA_ERR | ATA_DF)) { in ata_eh_analyze_tf()
2490 ATA_SENSE | ATA_ERR)) { in ata_eh_link_report()
2499 res->status & ATA_ERR ? "ERR " : ""); in ata_eh_link_report()
/kernel/linux/linux-6.6/include/linux/
H A Data.h170 ATA_ERR = (1 << 0), /* have an error */ enumerator
1030 return ((status & (ATA_BUSY | ATA_DRDY | ATA_DF | ATA_DRQ | ATA_ERR)) in ata_ok()
/kernel/linux/linux-5.10/include/linux/
H A Data.h171 ATA_ERR = (1 << 0), /* have an error */ enumerator
1122 return ((status & (ATA_BUSY | ATA_DRDY | ATA_DF | ATA_DRQ | ATA_ERR)) in ata_ok()
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H A Dsas_ata.c142 dev->sata_dev.fis[2] = ATA_ERR | ATA_DRDY; /* tf status */ in sas_ata_task_done()
949 device->sata_dev.fis[2] = ATA_ERR | ATA_DRDY; /* tf status */ in sas_ata_device_link_abort()
/kernel/linux/linux-5.10/drivers/scsi/isci/
H A Dremote_device.c502 (hdr->status & ATA_ERR)) { in sci_remote_device_frame_handler()
508 (hdr->status & ATA_ERR)) { in sci_remote_device_frame_handler()
/kernel/linux/linux-6.6/drivers/scsi/isci/
H A Dremote_device.c503 (hdr->status & ATA_ERR)) { in sci_remote_device_frame_handler()
509 (hdr->status & ATA_ERR)) { in sci_remote_device_frame_handler()

Completed in 47 milliseconds

12