Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/ata/
Dlibata-acpi.c335 ata_port_err(ap, "ACPI get timing mode failed (AE 0x%x)\n", in ata_acpi_gtm()
349 ata_port_err(ap, "_GTM returned invalid length %d\n", in ata_acpi_gtm()
402 ata_port_err(ap, "ACPI set timing mode failed (status=0x%x)\n", in ata_acpi_stm()
Dsata_fsl.c426 ata_port_err(qc->ap, "s/g addr unaligned : 0x%llx\n", in sata_fsl_fill_sg()
429 ata_port_err(qc->ap, "s/g len unaligned : 0x%x\n", in sata_fsl_fill_sg()
818 ata_port_err(ap, "Hardreset failed, not off-lined %d\n", i); in sata_fsl_hardreset()
854 ata_port_err(ap, "Hardreset failed, not on-lined\n"); in sata_fsl_hardreset()
Dsata_nv.c1687 ata_port_err(ap, in nv_adma_error_handler()
1698 ata_port_err(ap, in nv_adma_error_handler()
1800 ata_port_err(ap, "EH in SWNCQ mode,QC:qc_active 0x%X sactive 0x%X\n", in nv_swncq_ncq_stop()
1802 ata_port_err(ap, in nv_swncq_ncq_stop()
1808 ata_port_err(ap, "ATA_REG 0x%X ERR_REG 0x%X\n", in nv_swncq_ncq_stop()
1815 ata_port_err(ap, "tag : dhfis dmafis sdbfis sactive\n"); in nv_swncq_ncq_stop()
1825 ata_port_err(ap, in nv_swncq_ncq_stop()
Dlibata-pmp.c1082 ata_port_err(ap, "failed to recover PMP after %d tries, giving up\n", in sata_pmp_eh_recover()
Dpata_scc.c640 ata_port_err(ap, "SRST failed (err_mask=0x%x)\n", err_mask); in scc_softreset()
Dpata_bf54x.c1109 ata_port_err(ap, "SRST failed (err_mask=0x%x)\n", in bfin_softreset()
Dlibahci.c2041 ata_port_err(ap, "%s (%d)\n", emsg, rc); in ahci_port_suspend()
Dlibata-sff.c246 ata_port_err(ap, in ata_sff_busy_sleep()
Dlibata-scsi.c3489 ata_port_err(ap, in ata_scsi_scan_host()
Dlibata-eh.c786 ata_port_err(ap, in ata_scsi_port_error_handler()
Dsata_mv.c1231 ata_port_err(ap, "Unable to stop eDMA\n"); in mv_stop_edma()
Dlibata-core.c4968 ata_port_err(ap, "illegal qc_active transition (%08x->%08x)\n", in ata_qc_complete_multiple()
/linux-3.4.99/include/linux/
Dlibata.h1275 #define ata_port_err(ap, fmt, ...) \ macro