Home
last modified time | relevance | path

Searched refs:ata_port_err (Results 1 – 14 of 14) sorted by relevance

/linux-6.1.9/drivers/ata/
Dlibata-acpi.c306 ata_port_err(ap, "ACPI get timing mode failed (AE 0x%x)\n", in ata_acpi_gtm()
320 ata_port_err(ap, "_GTM returned invalid length %d\n", in ata_acpi_gtm()
374 ata_port_err(ap, "ACPI set timing mode failed (status=0x%x)\n", in ata_acpi_stm()
Dpata_pdc2027x.c292 ata_port_err(ap, "Unknown pio mode [%d] ignored\n", pio); in pdc2027x_set_piomode()
371 ata_port_err(ap, "Unknown dma mode [%u] ignored\n", dma_mode); in pdc2027x_set_dmamode()
Dsata_nv.c1641 ata_port_err(ap, in nv_adma_error_handler()
1652 ata_port_err(ap, in nv_adma_error_handler()
1754 ata_port_err(ap, "EH in SWNCQ mode,QC:qc_active 0x%llX sactive 0x%X\n", in nv_swncq_ncq_stop()
1756 ata_port_err(ap, in nv_swncq_ncq_stop()
1762 ata_port_err(ap, "ATA_REG 0x%X ERR_REG 0x%X\n", in nv_swncq_ncq_stop()
1769 ata_port_err(ap, "tag : dhfis dmafis sdbfis sactive\n"); in nv_swncq_ncq_stop()
1779 ata_port_err(ap, in nv_swncq_ncq_stop()
Dpata_it821x.c682 ata_port_err(ap, "%s: rejected\n", __func__); in it821x_firmware_command()
692 ata_port_err(ap, "%s: timeout\n", __func__); in it821x_firmware_command()
Dsata_fsl.c461 ata_port_err(qc->ap, "s/g addr unaligned : 0x%llx\n", in sata_fsl_fill_sg()
464 ata_port_err(qc->ap, "s/g len unaligned : 0x%x\n", in sata_fsl_fill_sg()
826 ata_port_err(ap, "Hardreset failed, not off-lined %d\n", i); in sata_fsl_hardreset()
865 ata_port_err(ap, "Hardreset failed, not on-lined\n"); in sata_fsl_hardreset()
Dpdc_adma.c521 ata_port_err(ap, "bad alignment for pp->pkt_dma: %08x\n", in adma_port_start()
Dlibata-pmp.c1077 ata_port_err(ap, "failed to recover PMP after %d tries, giving up\n", in sata_pmp_eh_recover()
Dlibata-sata.c653 ata_port_err(ap, "illegal qc_active transition (%08llx->%08llx)\n", in ata_qc_complete_multiple()
Dsata_mv.c1244 ata_port_err(ap, "Unable to stop eDMA\n"); in mv_stop_edma()
2098 ata_port_err(ap, "%s: unsupported command: %.2x\n", __func__, in mv_qc_prep()
Dlibata-sff.c233 ata_port_err(ap, in ata_sff_busy_sleep()
Dlibahci.c2361 ata_port_err(ap, "%s (%d)\n", emsg, rc); in ahci_port_suspend()
Dlibata-eh.c724 ata_port_err(ap, in ata_scsi_port_error_handler()
Dlibata-scsi.c4335 ata_port_err(ap, in ata_scsi_scan_host()
/linux-6.1.9/include/linux/
Dlibata.h1463 #define ata_port_err(ap, fmt, ...) \ macro