Home
last modified time | relevance | path

Searched refs:ata_dev_err (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/drivers/ata/
Dlibata-pmp.c234 ata_dev_err(dev, "failed to read PMP GSCR[%d] (Emask=0x%x)\n", in sata_pmp_read_gscr()
330 ata_dev_err(dev, in sata_pmp_configure()
495 ata_dev_err(dev, "host does not support Port Multiplier\n"); in sata_pmp_attach()
500 ata_dev_err(dev, "Port Multipliers cannot be nested\n"); in sata_pmp_attach()
505 ata_dev_err(dev, "Port Multiplier must be the first device\n"); in sata_pmp_attach()
693 ata_dev_err(dev, "PMP revalidation failed (errno=%d)\n", rc); in sata_pmp_revalidate()
717 ata_dev_err(dev, in sata_pmp_revalidate_quick()
724 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 …]
Dpata_pxa.c60 ata_dev_err(qc->dev, "prep_slave_sg() failed\n"); in pxa_qc_prep()
100 ata_dev_err(qc->dev, "Timeout waiting for DMA completion!"); in pxa_bmdma_stop()
Dlibata-eh.c2251 ata_dev_err(ehc->i.dev, "exception Emask 0x%x " in ata_eh_link_report()
2256 ata_dev_err(ehc->i.dev, "%s\n", desc); in ata_eh_link_report()
2352 ata_dev_err(qc->dev, "failed command: %s\n", in ata_eh_link_report()
2356 ata_dev_err(qc->dev, in ata_eh_link_report()
2377 ata_dev_err(qc->dev, "status: { Busy }\n"); in ata_eh_link_report()
2379 ata_dev_err(qc->dev, "status: { %s%s%s%s%s}\n", in ata_eh_link_report()
2390 ata_dev_err(qc->dev, "error: { %s%s%s%s%s}\n", in ata_eh_link_report()
2901 ata_dev_err(dev, "head unload failed!\n"); in ata_eh_park_issue_cmd()
Dlibata-core.c1339 ata_dev_err(dev, in ata_hpa_resize()
2034 ata_dev_err(dev, "Read log page 0x%02x failed, Emask 0x%x\n", in ata_read_log_page()
2244 ata_dev_err(dev, in ata_dev_config_ncq()
2672 ata_dev_err(dev, in ata_dev_configure()
3319 ata_dev_err(dev, "failed to set xfermode (err_mask=0x%x)\n", err_mask); in ata_dev_set_mode()
3810 ata_dev_err(dev, "revalidation failed (errno=%d)\n", rc); in ata_dev_revalidate()
Dlibata-acpi.c1013 ata_dev_err(dev, in ata_acpi_on_devcfg()
Dsata_nv.c1414 ata_dev_err(qc->dev, "NCQ w/ RESULT_TF not allowed\n"); in nv_adma_qc_issue()
Dlibata-scsi.c1047 ata_dev_err(dev, "drain buffer allocation failed\n"); in ata_scsi_dev_config()
/Linux-v5.15/include/linux/
Dlibata.h1509 #define ata_dev_err(dev, fmt, ...) \ macro