Searched refs:pci_err (Results 1 - 25 of 66) sorted by relevance

123

/linux-master/drivers/pci/pcie/
H A Dedr.c60 pci_err(pdev, FW_BUG "Enable DPC _DSM returned non integer\n");
65 pci_err(pdev, "Enable DPC _DSM failed to enable DPC\n");
102 pci_err(pdev, FW_BUG "Locate Port _DSM returned non integer\n");
168 pci_err(pdev, "Firmware failed to locate DPC port\n");
176 pci_err(edev, FW_BUG "This device doesn't support DPC\n");
183 pci_err(edev, "Invalid DPC trigger %#010x\n", status);
228 pci_err(pdev, "Failed to install notify handler\n");
H A Ddpc.c199 pci_err(pdev, "rp_pio_status: %#010x, rp_pio_mask: %#010x\n",
205 pci_err(pdev, "RP PIO severity=%#010x, syserror=%#010x, exception=%#010x\n",
214 pci_err(pdev, "[%2d] %s%s\n", i, rp_pio_error_string[i],
221 pci_err(pdev, "TLP Header: %#010x %#010x %#010x %#010x\n",
227 pci_err(pdev, "RP PIO ImpSpec Log %#010x\n", log);
232 pci_err(pdev, "TLP Prefix Header: dw%d, %#010x\n", i, prefix);
408 pci_err(pdev, "RP PIO log size %u is invalid\n",
H A Daer_inject.c340 pci_err(dev, "Neither Root Port nor RCEC found\n");
347 pci_err(dev, "Device doesn't support AER\n");
358 pci_err(rpdev, "Root port doesn't support AER\n");
476 pci_err(rpdev, "AER device not found\n");
/linux-master/drivers/i2c/busses/
H A Di2c-amd-mp2-pci.c119 pci_err(pdev, "length %d in event doesn't match buffer length %d!\n",
125 pci_err(pdev, "unexpected slave address %x (expected: %x)!\n",
144 pci_err(pdev, "invalid response to i2c command!\n");
157 pci_err(pdev, "invalid i2c status after read (%d)!\n", sts);
164 pci_err(pdev, "invalid i2c status after write (%d)!\n", sts);
170 pci_err(pdev, "invalid i2c status after bus enable (%d)!\n", sts);
176 pci_err(pdev, "invalid i2c status after bus disable (%d)!\n", sts);
257 pci_err(pdev, "Bus %d already taken!\n", i2c_common->bus_id);
297 pci_err(pci_dev, "Failed to enable MP2 PCI device\n");
303 pci_err(pci_de
[all...]
/linux-master/drivers/pci/
H A Dvc.c60 pci_err(dev, "VC arbitration table failed to load\n");
88 pci_err(dev, "VC%d port arbitration table failed to load\n", res);
164 pci_err(dev, "VC%d negotiation stuck pending\n", id);
168 pci_err(link, "VC%d negotiation stuck pending\n", id);
197 pci_err(dev, "VC save buffer size does not match @0x%x\n", pos);
367 pci_err(dev, "%s buffer not found in %s\n",
374 pci_err(dev, "%s save unsuccessful %s\n",
426 pci_err(dev, "unable to preallocate %s save buffer\n",
H A Ddoe.c140 pci_err(pdev, "[%x] ABORT timed out\n", offset);
310 pci_err(pdev, "[%x] Abort failed marking mailbox dead\n",
489 pci_err(pdev, "[%x] failed to allocate work queue\n",
498 pci_err(pdev, "[%x] failed to reset mailbox with abort command : %d\n",
509 pci_err(pdev, "[%x] failed to cache protocols : %d\n",
692 pci_err(pdev, "[%x] failed to create mailbox: %ld\n",
699 pci_err(pdev, "[%x] failed to insert mailbox: %d\n",
H A Dsetup-res.c108 pci_err(dev, "%s: error updating (%#010x != %#010x)\n",
117 pci_err(dev, "%s: error updating (high %#010x != %#010x)\n",
506 pci_err(dev, "%s %pR: not assigned; can't enable device\n",
512 pci_err(dev, "%s %pR: not claimed; can't enable device\n",
/linux-master/samples/vfio-mdev/
H A Dmdpy-fb.c116 pci_err(pdev, "format mismatch (0x%x != 0x%x)\n",
122 pci_err(pdev, "width (%d) out of range\n", width);
127 pci_err(pdev, "height (%d) out of range\n", height);
157 pci_err(pdev, "ioremap(pcibar) failed\n");
167 pci_err(pdev, "mdpy-fb device register failed: %d\n", ret);
/linux-master/drivers/media/pci/zoran/
H A Dzoran_card.c247 pci_err(zr->pci_dev, "ZR36060 support is not enabled\n");
255 pci_err(zr->pci_dev, "ZR36050 support is not enabled\n");
263 pci_err(zr->pci_dev, "ZR36016 support is not enabled\n");
269 pci_err(zr->pci_dev, "unknown codec id %x\n", codecid);
303 pci_err(zr->pci_dev, "failed to load video codec %s: %d\n",
312 pci_err(zr->pci_dev, "failed to load video vfe %s: %d\n",
836 pci_err(zr->pci_dev, "%s - error in params for decimation = 0\n", __func__);
841 pci_err(zr->pci_dev, "%s - decimation = %d, must be 0, 1, 2 or 4\n",
921 pci_err(zr->pci_dev, "%s - cannot initialize i2c bus\n", __func__);
929 pci_err(z
[all...]
/linux-master/arch/mips/pci/
H A Dpci-ar71xx.c110 u32 pci_err; local
113 pci_err = __raw_readl(base + AR71XX_PCI_REG_PCI_ERR) & 3;
114 if (pci_err) {
120 "PCI", pci_err, addr);
124 __raw_writel(pci_err, base + AR71XX_PCI_REG_PCI_ERR);
141 return !!(ahb_err | pci_err);
/linux-master/drivers/dma/dw-edma/
H A Ddw-edma-pcie.c172 pci_err(pdev, "enabling device failed\n");
196 pci_err(pdev, "eDMA BAR I/O remapping failed\n");
205 pci_err(pdev, "DMA mask 64 set failed\n");
218 pci_err(pdev, "fail to alloc IRQ vector (number of IRQs=%u)\n",
330 pci_err(pdev, "enable interrupt failed\n");
337 pci_err(pdev, "eDMA probe failed\n");
/linux-master/drivers/accel/qaic/
H A Dmhi_controller.c482 pci_err(qdev->pdev, "Fatal error received from device. Attempting to recover\n");
558 pci_err(pci_dev, "mhi_register_controller failed %d\n", ret);
564 pci_err(pci_dev, "mhi_prepare_for_power_up failed %d\n", ret);
574 pci_err(pci_dev, "Found device in SBL at MHI init. Attempting a reset.\n");
579 pci_err(pci_dev, "mhi_async_power_up failed %d\n", ret);
611 pci_err(pci_dev, "mhi_async_power_up failed after reset %d\n", ret);
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_main.c108 pci_err(pdev, "failed to allocate PCI iomap table\n");
160 pci_err(pdev, "pcim_iomap_regions failed %pe\n", ERR_PTR(err));
168 pci_err(pdev, "DMA configuration failed: %pe\n", ERR_PTR(err));
/linux-master/drivers/net/can/esd/
H A Desd_402_pci-core.c176 pci_err(pdev,
183 pci_err(pdev,
190 pci_err(pdev,
272 pci_err(pdev, "DMA set mask failed!\n");
353 pci_err(pdev, "Invalid tx_fifo_size!\n");
/linux-master/drivers/crypto/hisilicon/
H A Dqm.c3539 pci_err(qm->pdev, "error_rate: %u, get function qos is error!\n", error_rate);
3576 pci_err(qm->pdev, "failed to send cmd to PF to get qos!\n");
3586 pci_err(qm->pdev, "PF ping VF timeout!\n");
3608 pci_err(qm->pdev, "dev resetting, read alg qos failed!\n");
3651 pci_err(qm->pdev, "input qos value is error, please set 1~1000!\n");
3657 pci_err(qm->pdev, "input pci bdf number is error!\n");
3694 pci_err(qm->pdev, "dev resetting, write alg qos failed!\n");
3706 pci_err(qm->pdev, "failed to enable function shaper!\n");
3774 pci_err(pdev, "%d VFs already enabled. Please disable pre-enabled VFs!\n",
3780 pci_err(pde
[all...]
/linux-master/drivers/hwtracing/ptt/
H A Dhisi_ptt.c201 pci_err(hisi_ptt->pdev, "Failed to start trace, the device is still busy\n");
339 pci_err(pdev, "failed to allocate irq vector, ret = %d\n", ret);
352 pci_err(pdev, "failed to request irq %d, ret = %d\n",
381 pci_err(hisi_ptt->pdev, "failed to allocate name for filter %04x:%02x:%02x.%d\n",
389 pci_err(hisi_ptt->pdev, "failed to add filter for %s\n",
481 pci_err(hisi_ptt->pdev, "failed to create sysfs attribute for filter %s\n",
1308 pci_err(pdev, "requires direct DMA mappings\n");
1321 pci_err(pdev, "failed to enable device, ret = %d\n", ret);
1327 pci_err(pdev, "failed to remap io memory, ret = %d\n", ret);
1335 pci_err(pde
[all...]
/linux-master/drivers/crypto/hisilicon/zip/
H A Dzip_main.c490 pci_err(qm->pdev, "failed to set perf mode\n");
512 pci_err(qm->pdev, "failed to open sva prefetch\n");
531 pci_err(qm->pdev, "failed to close sva prefetch\n");
1171 pci_err(qm->pdev, "Failed to init last word regs!\n");
1232 pci_err(qm->pdev, "Failed to init zip qm configures!\n");
1239 pci_err(qm->pdev, "Failed to pre-store capability registers!\n");
1247 pci_err(qm->pdev, "Failed to set zip algs!\n");
1296 pci_err(pdev, "Failed to init ZIP QM (%d)!\n", ret);
1302 pci_err(pdev, "Failed to probe (%d)!\n", ret);
1312 pci_err(pde
[all...]
/linux-master/drivers/perf/hisilicon/
H A Dhns3_pmu.c829 pci_err(hns3_pmu->pdev, "Invalid EP device: %#x!\n", bdf);
837 pci_err(hns3_pmu->pdev, "Nonexistent EP device: %#x!\n", bdf);
869 pci_err(hns3_pmu->pdev, "QID request timeout!\n");
936 pci_err(hns3_pmu->pdev, "Invalid queue: %u\n", queue_id);
1031 pci_err(hns3_pmu->pdev, "Invalid pmu event\n");
1250 pci_err(hns3_pmu->pdev, "Up to %u events are supported!\n",
1259 pci_err(hns3_pmu->pdev, "Invalid filter, ret = %d.\n", ret);
1264 pci_err(hns3_pmu->pdev, "Invalid event group.\n");
1400 pci_err(pdev, "ioremap failed\n");
1514 pci_err(pde
[all...]
H A Dhisi_pcie_pmu.c636 pci_err(pdev, "Failed to enable MSI vectors: %d\n", ret);
644 pci_err(pdev, "Failed to register IRQ: %d\n", ret);
694 pci_err(pcie_pmu->pdev, "There is no CPU to set\n");
832 pci_err(pdev, "Ioremap failed for pcie_pmu resource\n");
846 pci_err(pdev, "Failed to register hotplug: %d\n", ret);
852 pci_err(pdev, "Failed to register PCIe PMU: %d\n", ret);
888 pci_err(pdev, "Failed to enable PCI device: %d\n", ret);
894 pci_err(pdev, "Failed to request PCI mem regions: %d\n", ret);
/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c496 pci_err(qm->pdev, "failed to open sva prefetch\n");
515 pci_err(qm->pdev, "failed to close sva prefetch\n");
562 pci_err(qm->pdev, "fail to init sec mem\n");
1081 pci_err(qm->pdev, "Failed to init last word regs!\n");
1141 pci_err(qm->pdev, "Failed to init sec qm configures!\n");
1148 pci_err(qm->pdev, "Failed to pre-store capability registers!\n");
1156 pci_err(qm->pdev, "Failed to set sec algs!\n");
1223 pci_err(pdev, "Failed to init SEC QM (%d)!\n", ret);
1232 pci_err(pdev, "Failed to probe!\n");
1238 pci_err(pde
[all...]
/linux-master/drivers/pci/hotplug/
H A Dpciehp_core.c195 pci_err(dev->port,
202 pci_err(dev->port, "Controller initialization failed\n");
H A Dpciehp.h38 pci_err(ctrl->pcie->port, format, ## arg)
/linux-master/drivers/net/ethernet/sfc/
H A Def100_rep.c289 pci_err(efx->pci_dev,
296 pci_err(efx->pci_dev,
304 pci_err(efx->pci_dev,
H A Defx.c733 pci_err(efx->pci_dev, "aborting probe due to scheduled reset\n");
931 pci_err(dev, "Part number not found or incomplete\n");
938 pci_err(dev, "Serial number not found or incomplete\n");
964 pci_err(efx->pci_dev, "failed to initialise NIC\n");
1011 pci_err(efx->pci_dev, "SR-IOV can't be enabled rc %d\n",
1047 pci_err(efx->pci_dev, "devlink registration failed");
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-sriov.c189 pci_err(pdev, "VF BAR%d: %pR can't be mapped in single PE mode\n",
693 pci_err(pdev, "SR-IOV is not supported on this PHB\n");
705 pci_err(pdev, "Unable to allocate PEs for %d VFs\n", num_vfs);

Completed in 507 milliseconds

123