Searched refs:ata_port_err (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/ata/ |
H A D | pata_pdc2027x.c | 292 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()
|
H A D | sata_nv.c | 1644 ata_port_err(ap, in nv_adma_error_handler() 1655 ata_port_err(ap, in nv_adma_error_handler() 1757 ata_port_err(ap, "EH in SWNCQ mode,QC:qc_active 0x%llX sactive 0x%X\n", in nv_swncq_ncq_stop() 1759 ata_port_err(ap, in nv_swncq_ncq_stop() 1765 ata_port_err(ap, "ATA_REG 0x%X ERR_REG 0x%X\n", in nv_swncq_ncq_stop() 1772 ata_port_err(ap, "tag : dhfis dmafis sdbfis sactive\n"); in nv_swncq_ncq_stop() 1782 ata_port_err(ap, in nv_swncq_ncq_stop()
|
H A D | pata_it821x.c | 682 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()
|
H A D | pdc_adma.c | 521 ata_port_err(ap, "bad alignment for pp->pkt_dma: %08x\n", in adma_port_start()
|
H A D | libata-pmp.c | 1076 ata_port_err(ap, "failed to recover PMP after %d tries, giving up\n", in sata_pmp_eh_recover()
|
H A D | libata-sata.c | 775 ata_port_err(ap, "illegal qc_active transition (%08llx->%08llx)\n", in ata_qc_complete_multiple()
|
H A D | libata-scsi.c | 1162 ata_port_err(ap, "Failed to create link to scsi device %s\n", in ata_scsi_sdev_init() 4619 ata_port_err(ap, in ata_scsi_scan_host()
|
H A D | sata_mv.c | 1213 ata_port_err(ap, "Unable to stop eDMA\n"); in mv_stop_edma() 2067 ata_port_err(ap, "%s: unsupported command: %.2x\n", __func__, in mv_qc_prep()
|
H A D | libahci.c | 2465 ata_port_err(ap, "%s (%d)\n", emsg, rc); in ahci_port_suspend()
|
H A D | libata-eh.c | 765 ata_port_err(ap, in ata_scsi_port_error_handler()
|
/linux/include/linux/ |
H A D | libata.h | 1541 #define ata_port_err(ap, fmt, ...) \ macro
|