Searched refs:ata_dev_err (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/ata/ |
D | libata-pmp.c | 235 ata_dev_err(dev, "failed to read PMP GSCR[%d] (Emask=0x%x)\n", in sata_pmp_read_gscr() 331 ata_dev_err(dev, in sata_pmp_configure() 496 ata_dev_err(dev, "host does not support Port Multiplier\n"); in sata_pmp_attach() 501 ata_dev_err(dev, "Port Multipliers cannot be nested\n"); in sata_pmp_attach() 506 ata_dev_err(dev, "Port Multiplier must be the first device\n"); in sata_pmp_attach() 694 ata_dev_err(dev, "PMP revalidation failed (errno=%d)\n", rc); in sata_pmp_revalidate() 718 ata_dev_err(dev, in sata_pmp_revalidate_quick() 725 ata_dev_err(dev, "PMP product ID mismatch\n"); in sata_pmp_revalidate_quick() 821 ata_dev_err(dev, in sata_pmp_eh_recover_pmp() 1021 ata_dev_err(pmp_dev, in sata_pmp_eh_recover() [all …]
|
D | pata_pxa.c | 74 ata_dev_err(qc->dev, "prep_slave_sg() failed\n"); in pxa_qc_prep() 112 ata_dev_err(qc->dev, "Timeout waiting for DMA completion!"); in pxa_bmdma_stop()
|
D | libata-eh.c | 2469 ata_dev_err(ehc->i.dev, "exception Emask 0x%x " in ata_eh_link_report() 2474 ata_dev_err(ehc->i.dev, "%s\n", desc); in ata_eh_link_report() 2570 ata_dev_err(qc->dev, "failed command: %s\n", in ata_eh_link_report() 2574 ata_dev_err(qc->dev, in ata_eh_link_report() 2595 ata_dev_err(qc->dev, "status: { Busy }\n"); in ata_eh_link_report() 2597 ata_dev_err(qc->dev, "status: { %s%s%s%s%s}\n", in ata_eh_link_report() 2608 ata_dev_err(qc->dev, "error: { %s%s%s%s%s}\n", in ata_eh_link_report() 3118 ata_dev_err(dev, "head unload failed!\n"); in ata_eh_park_issue_cmd()
|
D | libata-acpi.c | 1011 ata_dev_err(dev, in ata_acpi_on_devcfg()
|
D | libata-core.c | 1409 ata_dev_err(dev, in ata_hpa_resize() 2299 ata_dev_err(dev, in ata_dev_config_ncq() 2694 ata_dev_err(dev, in ata_dev_configure() 3579 ata_dev_err(dev, "failed to set xfermode (err_mask=0x%x)\n", err_mask); in ata_dev_set_mode() 4387 ata_dev_err(dev, "revalidation failed (errno=%d)\n", rc); in ata_dev_revalidate()
|
D | sata_nv.c | 1427 ata_dev_err(qc->dev, "NCQ w/ RESULT_TF not allowed\n"); in nv_adma_qc_issue()
|
D | libata-scsi.c | 1286 ata_dev_err(dev, "drain buffer allocation failed\n"); in ata_scsi_dev_config()
|
/Linux-v4.19/include/linux/ |
D | libata.h | 1452 #define ata_dev_err(dev, fmt, ...) \ macro
|