Searched refs:ata_dev_err (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/ata/ |
D | libata-pmp.c | 234 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() 689 ata_dev_err(dev, "PMP revalidation failed (errno=%d)\n", rc); in sata_pmp_revalidate() 712 ata_dev_err(dev, in sata_pmp_revalidate_quick() 719 ata_dev_err(dev, "PMP product ID mismatch\n"); in sata_pmp_revalidate_quick() 814 ata_dev_err(dev, in sata_pmp_eh_recover_pmp() 1012 ata_dev_err(pmp_dev, in sata_pmp_eh_recover() [all …]
|
D | pata_pxa.c | 60 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()
|
D | pata_cypress.c | 65 ata_dev_err(adev, DRV_NAME ": mome computation failed.\n"); in cy82c693_set_piomode()
|
D | pata_cmd640.c | 64 ata_dev_err(adev, DRV_NAME ": mode computation failed.\n"); in cmd640_set_piomode()
|
D | libata-eh.c | 2426 ata_dev_err(ehc->i.dev, "exception Emask 0x%x " in ata_eh_link_report() 2431 ata_dev_err(ehc->i.dev, "%s\n", desc); in ata_eh_link_report() 2525 ata_dev_err(qc->dev, "failed command: %s\n", in ata_eh_link_report() 2528 ata_dev_err(qc->dev, in ata_eh_link_report() 2549 ata_dev_err(qc->dev, "status: { Busy }\n"); in ata_eh_link_report() 2551 ata_dev_err(qc->dev, "status: { %s%s%s%s%s}\n", in ata_eh_link_report() 2562 ata_dev_err(qc->dev, "error: { %s%s%s%s%s}\n", in ata_eh_link_report() 3079 ata_dev_err(dev, "head unload failed!\n"); in ata_eh_park_issue_cmd()
|
D | libata-sata.c | 1097 ata_dev_err(dev, in ata_ncq_prio_enable() 1517 ata_dev_err(dev, in ata_eh_get_ncq_success_sense() 1525 ata_dev_err(dev, in ata_eh_get_ncq_success_sense()
|
D | libata-core.c | 1353 ata_dev_err(dev, in ata_hpa_resize() 1959 ata_dev_err(dev, "Check power mode failed (err_mask=0x%x)\n", in ata_dev_power_is_active() 2016 ata_dev_err(dev, "STANDBY IMMEDIATE failed (err_mask=0x%x)\n", in ata_dev_power_set_standby() 2054 ata_dev_err(dev, "VERIFY failed (err_mask=0x%x)\n", in ata_dev_power_set_active() 2118 ata_dev_err(dev, in ata_read_log_page() 2337 ata_dev_err(dev, in ata_dev_config_ncq() 2562 ata_dev_err(dev, in ata_dev_config_cdl() 2572 ata_dev_err(dev, in ata_dev_config_cdl() 2983 ata_dev_err(dev, in ata_dev_configure() 3412 ata_dev_err(dev, "failed to set xfermode (err_mask=0x%x)\n", err_mask); in ata_dev_set_mode() [all …]
|
D | libata-acpi.c | 687 ata_dev_err(dev, in ata_acpi_run_tf() 985 ata_dev_err(dev, in ata_acpi_on_devcfg()
|
D | pata_cmd64x.c | 119 ata_dev_err(adev, DRV_NAME ": mode computation failed.\n"); in cmd64x_set_timing()
|
D | libata-scsi.c | 1086 ata_dev_err(dev, "drain buffer allocation failed\n"); in ata_scsi_dev_config() 3767 ata_dev_err(dev, in ata_mselect_control_ata_feature()
|
D | sata_nv.c | 1405 ata_dev_err(qc->dev, "NCQ w/ RESULT_TF not allowed\n"); in nv_adma_qc_issue()
|
/linux-6.12.1/include/linux/ |
D | libata.h | 1586 #define ata_dev_err(dev, fmt, ...) \ macro
|