| /linux/drivers/pci/ |
| H A D | vc.c | 60 pci_err(dev, "VC arbitration table failed to load\n"); in pci_vc_load_arb_table() 88 pci_err(dev, "VC%d port arbitration table failed to load\n", res); in pci_vc_load_port_arb_table() 164 pci_err(dev, "VC%d negotiation stuck pending\n", id); in pci_vc_enable() 168 pci_err(link, "VC%d negotiation stuck pending\n", id); in pci_vc_enable() 197 pci_err(dev, "VC save buffer size does not match @0x%x\n", pos); in pci_vc_do_save_buffer() 367 pci_err(dev, "%s buffer not found in %s\n", in pci_save_vc_state() 374 pci_err(dev, "%s save unsuccessful %s\n", in pci_save_vc_state() 426 pci_err(dev, "unable to preallocate %s save buffer\n", in pci_allocate_vc_save_buffers()
|
| H A D | doe.c | 291 pci_err(pdev, "[%x] ABORT timed out\n", offset); in pci_doe_abort() 473 pci_err(pdev, "[%x] Abort failed marking mailbox dead\n", in signal_task_abort() 658 pci_err(pdev, "[%x] failed to allocate work queue\n", in pci_doe_create_mb() 667 pci_err(pdev, "[%x] failed to reset mailbox with abort command : %d\n", in pci_doe_create_mb() 678 pci_err(pdev, "[%x] failed to cache features : %d\n", in pci_doe_create_mb() 861 pci_err(pdev, "[%x] failed to create mailbox: %ld\n", in pci_doe_init() 868 pci_err(pdev, "[%x] failed to insert mailbox: %d\n", in pci_doe_init()
|
| H A D | setup-res.c | 109 pci_err(dev, "%s: error updating (%#010x != %#010x)\n", in pci_std_update_resource() 119 pci_err(dev, "%s: error updating (high %#010x != %#010x)\n", in pci_std_update_resource() 497 pci_err(dev, "%s %pR: not assigned; can't enable device\n", in pci_enable_resources() 503 pci_err(dev, "%s %pR: not claimed; can't enable device\n", in pci_enable_resources()
|
| H A D | pci.c | 237 pci_err(pdev, "can't ioremap BAR %d: %pR\n", bar, res); in __pci_ioremap_resource() 933 pci_err(dev, "Invalid ACS flags... Ignoring\n"); in __pci_config_acs() 939 pci_err(dev, "ACS Flags missing\n"); in __pci_config_acs() 946 pci_err(dev, "Invalid ACS flags specified\n"); in __pci_config_acs() 1323 pci_err(dev, "Unable to change power state from %s to D0, device inaccessible\n", in pci_power_up() 1491 pci_err(dev, "Unable to change power state from %s to %s, device inaccessible\n", in pci_set_low_power_state() 1645 pci_err(dev, "buffer not found in %s\n", __func__); in pci_save_pcie_state() 1709 pci_err(dev, "buffer not found in %s\n", __func__); in pci_save_pcix_state() 2057 pci_err(dev, "Error enabling bridge (%d), continuing\n", in pci_enable_bridge() 3148 pci_err(dev, "unsupported PM cap regs version (%u)\n", in pci_pm_init() [all …]
|
| H A D | xen-pcifront.c | 258 pci_err(dev, "too many vectors (0x%x) for PCI frontend:" in pci_frontend_enable_msix() 291 pci_err(dev, "enable msix get err %x\n", err); in pci_frontend_enable_msix() 312 pci_err(dev, "pci_disable_msix get err %x\n", err); in pci_frontend_disable_msix() 337 pci_err(dev, "pci frontend enable msi failed for dev " in pci_frontend_enable_msi()
|
| /linux/samples/vfio-mdev/ |
| H A D | mdpy-fb.c | 116 pci_err(pdev, "format mismatch (0x%x != 0x%x)\n", in mdpy_fb_probe() 122 pci_err(pdev, "width (%d) out of range\n", width); in mdpy_fb_probe() 127 pci_err(pdev, "height (%d) out of range\n", height); in mdpy_fb_probe() 157 pci_err(pdev, "ioremap(pcibar) failed\n"); in mdpy_fb_probe() 167 pci_err(pdev, "mdpy-fb device register failed: %d\n", ret); in mdpy_fb_probe()
|
| /linux/arch/mips/pci/ |
| H A D | pci-ar71xx.c | 110 u32 pci_err; in ar71xx_pci_check_error() local 113 pci_err = __raw_readl(base + AR71XX_PCI_REG_PCI_ERR) & 3; in ar71xx_pci_check_error() 114 if (pci_err) { in ar71xx_pci_check_error() 120 "PCI", pci_err, addr); in ar71xx_pci_check_error() 124 __raw_writel(pci_err, base + AR71XX_PCI_REG_PCI_ERR); in ar71xx_pci_check_error() 141 return !!(ahb_err | pci_err); in ar71xx_pci_check_error()
|
| /linux/drivers/misc/ |
| H A D | lan966x_pci.c | 70 pci_err(pdev, "Failed to create irqdomain\n"); in pci_dev_create_intr_ctrl() 76 pci_err(pdev, "Unable alloc irq vector (%d)\n", ret); in pci_dev_create_intr_ctrl() 83 pci_err(pdev, "Unable to request irq %d (%d)\n", intr_ctrl->irq, ret); in pci_dev_create_intr_ctrl()
|
| /linux/drivers/hwtracing/ptt/ |
| H A D | hisi_ptt.c | 201 pci_err(hisi_ptt->pdev, "Failed to start trace, the device is still busy\n"); in hisi_ptt_trace_start() 339 pci_err(pdev, "failed to allocate irq vector, ret = %d\n", ret); in hisi_ptt_register_irq() 352 pci_err(pdev, "failed to request irq %d, ret = %d\n", in hisi_ptt_register_irq() 381 pci_err(hisi_ptt->pdev, "failed to allocate name for filter %04x:%02x:%02x.%d\n", in hisi_ptt_alloc_add_filter() 389 pci_err(hisi_ptt->pdev, "failed to add filter for %s\n", in hisi_ptt_alloc_add_filter() 481 pci_err(hisi_ptt->pdev, "failed to create sysfs attribute for filter %s\n", in hisi_ptt_create_filter_attr() 1309 pci_err(pdev, "requires direct DMA mappings\n"); in hisi_ptt_probe() 1322 pci_err(pdev, "failed to enable device, ret = %d\n", ret); in hisi_ptt_probe() 1328 pci_err(pdev, "failed to remap io memory, ret = %d\n", ret); in hisi_ptt_probe() 1336 pci_err(pdev, "failed to set 64 bit dma mask, ret = %d\n", ret); in hisi_ptt_probe() [all …]
|
| /linux/drivers/perf/hisilicon/ |
| H A D | hisi_pcie_pmu.c | 667 pci_err(pdev, "Failed to enable MSI vectors: %d\n", ret); in hisi_pcie_pmu_irq_register() 675 pci_err(pdev, "Failed to register IRQ: %d\n", ret); in hisi_pcie_pmu_irq_register() 724 pci_err(pcie_pmu->pdev, "There is no CPU to set\n"); in hisi_pcie_pmu_offline_cpu() 865 pci_err(pdev, "Ioremap failed for pcie_pmu resource\n"); in hisi_pcie_init_pmu() 879 pci_err(pdev, "Failed to register hotplug: %d\n", ret); in hisi_pcie_init_pmu() 885 pci_err(pdev, "Failed to register PCIe PMU: %d\n", ret); in hisi_pcie_init_pmu() 921 pci_err(pdev, "Failed to enable PCI device: %d\n", ret); in hisi_pcie_init_dev() 927 pci_err(pdev, "Failed to request PCI mem regions: %d\n", ret); in hisi_pcie_init_dev()
|
| /linux/drivers/pci/pcie/ |
| H A D | aer_inject.c | 340 pci_err(dev, "Neither Root Port nor RCEC found\n"); in aer_inject() 347 pci_err(dev, "Device doesn't support AER\n"); in aer_inject() 358 pci_err(rpdev, "Root port doesn't support AER\n"); in aer_inject() 476 pci_err(rpdev, "AER device not found\n"); in aer_inject()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | data_direct.c | 38 pci_err(pdev, "Unable to read VPD, err=%pe\n", vpd_data); in mlx5_data_direct_vpd_get_vuid() 45 pci_err(pdev, "VU keyword not found, err=%d\n", ret); in mlx5_data_direct_vpd_get_vuid()
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_ptp.c | 432 pci_err(adapter->pdev, "Failed to set the time, err: %pe\n", in idpf_ptp_settime64() 493 pci_err(adapter->pdev, "Failed to adjust the clock with delta %lld err: %pe\n", in idpf_ptp_adjtime() 532 pci_err(adapter->pdev, "Failed to adjust clock increment rate for scaled ppm %ld %pe\n", in idpf_ptp_adjfine() 828 pci_err(adapter->pdev, "PTP clock creation failed: %pe\n", in idpf_ptp_create_clock() 951 pci_err(adapter->pdev, "Failed to get PTP caps err %d\n", err); in idpf_ptp_init()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-i801.c | 387 pci_err(priv->pci_dev, "Illegal SMBus block read size %u\n", len); in i801_get_block_len() 418 pci_err(priv->pci_dev, "SMBus is busy, can't use it!\n"); in i801_check_pre() 463 pci_err(priv->pci_dev, "Transaction failed\n"); in i801_check_post() 804 pci_err(priv->pci_dev, "Unsupported transaction %d\n", command); in i801_simple_transaction() 876 pci_err(priv->pci_dev, "I2C block read is unsupported!\n"); in i801_i2c_block_transaction() 1575 pci_err(dev, "Failed to enable SMBus PCI device (%d)\n", err); in i801_probe() 1581 pci_err(dev, "SMBus base address uninitialized, upgrade BIOS\n"); in i801_probe() 1593 pci_err(dev, "Failed to request SMBus region %pr\n", in i801_probe() 1638 pci_err(dev, "Failed to allocate irq %d: %d\n", dev->irq, err); in i801_probe()
|
| /linux/arch/sparc/kernel/ |
| H A D | pci.c | 262 pci_err(dev, "bad cfg reg num 0x%x\n", i); in pci_parse_of_addrs() 484 pci_err(dev, "Failed to create pci bus for %pOF\n", in of_scan_pci_bridge() 540 pci_err(dev, "ignoring extra I/O range" in of_scan_pci_bridge() 546 pci_err(dev, "too many memory ranges" in of_scan_pci_bridge() 970 pci_err(bus, "pci_create_slot returned %ld\n", in pci_bus_slot_names()
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | pci-sriov.c | 189 pci_err(pdev, "VF BAR%d: %pR can't be mapped in single PE mode\n", in pnv_pci_ioda_fixup_iov_resources() 693 pci_err(pdev, "SR-IOV is not supported on this PHB\n"); in pnv_pci_sriov_enable() 705 pci_err(pdev, "Unable to allocate PEs for %d VFs\n", num_vfs); in pnv_pci_sriov_enable()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | efx.c | 811 pci_err(efx->pci_dev, "aborting probe due to scheduled reset\n"); in efx_register_netdev() 1013 pci_err(dev, "Part number not found or incomplete\n"); in efx_probe_vpd_strings() 1020 pci_err(dev, "Serial number not found or incomplete\n"); in efx_probe_vpd_strings() 1046 pci_err(efx->pci_dev, "failed to initialise NIC\n"); in efx_pci_probe_main() 1093 pci_err(efx->pci_dev, "SR-IOV can't be enabled rc %d\n", in efx_pci_probe_post_io() 1129 pci_err(efx->pci_dev, "devlink registration failed"); in efx_pci_probe_post_io()
|
| H A D | ef100_rep.c | 289 pci_err(efx->pci_dev, in efx_ef100_vfrep_create() 296 pci_err(efx->pci_dev, in efx_ef100_vfrep_create() 304 pci_err(efx->pci_dev, in efx_ef100_vfrep_create()
|
| H A D | ef100_nic.c | 890 pci_err(efx->pci_dev, "TSO_MAX_HDR_NUM_SEGS < 1\n"); in ef100_process_design_param() 903 pci_err(efx->pci_dev, in ef100_process_design_param() 922 pci_err(efx->pci_dev, in ef100_process_design_param() 997 pci_err(efx->pci_dev, in ef100_check_design_params() 1001 pci_err(efx->pci_dev, in ef100_check_design_params() 1039 pci_err(efx->pci_dev, "Unsupported design parameters\n"); in ef100_probe_main()
|
| H A D | efx_common.c | 1062 pci_err(pci_dev, "failed to enable PCI device\n"); in efx_init_io() 1070 pci_err(efx->pci_dev, "could not find a suitable DMA mask\n"); in efx_init_io() 1077 pci_err(efx->pci_dev, in efx_init_io() 1086 pci_err(efx->pci_dev, in efx_init_io() 1094 pci_err(efx->pci_dev, in efx_init_io()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | efx.c | 734 pci_err(efx->pci_dev, "aborting probe due to scheduled reset\n"); in efx_register_netdev() 912 pci_err(dev, "Part number not found or incomplete\n"); in efx_probe_vpd_strings() 919 pci_err(dev, "Serial number not found or incomplete\n"); in efx_probe_vpd_strings() 945 pci_err(efx->pci_dev, "failed to initialise NIC\n"); in efx_pci_probe_main() 992 pci_err(efx->pci_dev, "SR-IOV can't be enabled rc %d\n", in efx_pci_probe_post_io()
|
| /linux/drivers/media/pci/zoran/ |
| H A D | zoran_device.c | 247 pci_err(zr->pci_dev, "set_vfe: w=%d h=%d not valid\n", video_width, video_height); in zr36057_set_vfe() 749 pci_err(zr->pci_dev, "No buffer available to queue\n"); in zoran_feed_stat_com() 834 pci_err(zr->pci_dev, "No buffer at slot %d\n", i); in zoran_reap_stat_com() 881 pci_err(zr->pci_dev, "JPG IRQ when not in good mode\n"); in zoran_irq()
|
| /linux/drivers/crypto/ccp/ |
| H A D | sev-dev-tsm.c | 193 pci_err(pdev, "Stream for class=%d already registered", tc); in stream_alloc() 276 pci_err(pdev, "CMA DOE MB must support SSESSION\n"); in dsm_connect()
|
| /linux/drivers/pci/hotplug/ |
| H A D | pciehp.h | 38 pci_err(ctrl->pcie->port, format, ## arg)
|
| /linux/arch/loongarch/pci/ |
| H A D | pci.c | 122 pci_err(pdev, "Failed to ioremap()\n"); in loongson_gpu_fixup_dma_hang()
|