Searched refs:ata_port_err (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/ |
D | libata-acpi.c | 306 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()
|
D | sata_nv.c | 1650 ata_port_err(ap, in nv_adma_error_handler() 1661 ata_port_err(ap, in nv_adma_error_handler() 1763 ata_port_err(ap, "EH in SWNCQ mode,QC:qc_active 0x%llX sactive 0x%X\n", in nv_swncq_ncq_stop() 1765 ata_port_err(ap, in nv_swncq_ncq_stop() 1771 ata_port_err(ap, "ATA_REG 0x%X ERR_REG 0x%X\n", in nv_swncq_ncq_stop() 1778 ata_port_err(ap, "tag : dhfis dmafis sdbfis sactive\n"); in nv_swncq_ncq_stop() 1788 ata_port_err(ap, in nv_swncq_ncq_stop()
|
D | sata_fsl.c | 464 ata_port_err(qc->ap, "s/g addr unaligned : 0x%llx\n", in sata_fsl_fill_sg() 467 ata_port_err(qc->ap, "s/g len unaligned : 0x%x\n", in sata_fsl_fill_sg() 843 ata_port_err(ap, "Hardreset failed, not off-lined %d\n", i); in sata_fsl_hardreset() 881 ata_port_err(ap, "Hardreset failed, not on-lined\n"); in sata_fsl_hardreset()
|
D | libata-pmp.c | 1085 ata_port_err(ap, "failed to recover PMP after %d tries, giving up\n", in sata_pmp_eh_recover()
|
D | libata-sata.c | 656 ata_port_err(ap, "illegal qc_active transition (%08llx->%08llx)\n", in ata_qc_complete_multiple()
|
D | sata_mv.c | 1241 ata_port_err(ap, "Unable to stop eDMA\n"); in mv_stop_edma() 2102 ata_port_err(ap, "%s: unsupported command: %.2x\n", __func__, in mv_qc_prep()
|
D | libata-sff.c | 226 ata_port_err(ap, in ata_sff_busy_sleep()
|
D | libahci.c | 2316 ata_port_err(ap, "%s (%d)\n", emsg, rc); in ahci_port_suspend()
|
D | libata-eh.c | 725 ata_port_err(ap, in ata_scsi_port_error_handler()
|
D | libata-scsi.c | 4420 ata_port_err(ap, in ata_scsi_scan_host()
|
/kernel/linux/linux-5.10/include/linux/ |
D | libata.h | 1479 #define ata_port_err(ap, fmt, ...) \ macro
|