Home
last modified time | relevance | path

Searched refs:PCI_POSSIBLE_ERROR (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/drivers/pci/hotplug/
H A Dpciehp_hpc.c93 if (PCI_POSSIBLE_ERROR(slot_status)) { in pcie_poll_cmd()
171 if (PCI_POSSIBLE_ERROR(slot_ctrl)) { in pcie_do_write_cmd()
242 if (ret == PCIBIOS_DEVICE_NOT_FOUND || PCI_POSSIBLE_ERROR(lnk_status)) in pciehp_check_link_active()
444 if (ret == PCIBIOS_DEVICE_NOT_FOUND || PCI_POSSIBLE_ERROR(slot_status)) in pciehp_card_present()
624 if (PCI_POSSIBLE_ERROR(status)) { in pciehp_isr()
H A Dcpqphp_ctrl.c2264 if (PCI_POSSIBLE_ERROR(ID)) { in configure_new_device()
2508 if (!PCI_POSSIBLE_ERROR(ID)) { /* device present */ in configure_new_function()
H A Dcpqphp_pci.c247 if (!nobridge || PCI_POSSIBLE_ERROR(work)) in PCI_GetBusDevHelper()
/linux-6.15/drivers/pci/pcie/
H A Dpme.c228 if (PCI_POSSIBLE_ERROR(rtsta)) in pcie_pme_work_fn()
279 if (PCI_POSSIBLE_ERROR(rtsta) || !(rtsta & PCI_EXP_RTSTA_PME)) { in pcie_pme_irq()
H A Ddpc.c86 if ((!PCI_POSSIBLE_ERROR(status)) && (status & PCI_EXP_DPC_STATUS_TRIGGER)) in dpc_completed()
377 if (!(status & PCI_EXP_DPC_STATUS_INTERRUPT) || PCI_POSSIBLE_ERROR(status)) in dpc_irq()
/linux-6.15/arch/sh/drivers/pci/
H A Dcommon.c67 if (PCI_POSSIBLE_ERROR(vid)) in EARLY_PCI_OP()
/linux-6.15/drivers/platform/x86/
H A Dp2sb.c155 if (!PCI_POSSIBLE_ERROR(class) && class != PCI_CLASS_MEMORY_OTHER) in p2sb_cache_resources()
/linux-6.15/arch/x86/kernel/
H A Damd_node.c175 if (PCI_POSSIBLE_ERROR(*value)) { in amd_smn_read()
/linux-6.15/drivers/pci/
H A Dprobe.c237 if (PCI_POSSIBLE_ERROR(sz)) in __pci_read_base()
244 if (PCI_POSSIBLE_ERROR(l)) in __pci_read_base()
1798 if (PCI_POSSIBLE_ERROR(status) || pci_ext_cfg_is_aliased(dev)) in pci_cfg_space_size_ext()
2482 if (PCI_POSSIBLE_ERROR(*l) || *l == 0x00000000 || in pci_bus_generic_read_dev_vendor_id()
H A Dpci.c1207 if (PCI_POSSIBLE_ERROR(pmcsr)) { in pci_update_current_state()
1312 if (!PCI_POSSIBLE_ERROR(id)) in pci_dev_wait()
1378 if (PCI_POSSIBLE_ERROR(pmcsr)) { in pci_power_up()
1543 if (PCI_POSSIBLE_ERROR(pmcsr)) { in pci_set_low_power_state()
5064 if (rc || PCI_POSSIBLE_ERROR(reg)) in cxl_sbr_masked()
H A Dquirks.c5490 if ((ret != PCIBIOS_SUCCESSFUL) || (PCI_POSSIBLE_ERROR(status))) in quirk_intel_qat_vf_cap()
/linux-6.15/drivers/virtio/
H A Dvirtio_pci_common.c634 if (PCI_POSSIBLE_ERROR(pmcsr)) { in vp_supports_pm_no_reset()
/linux-6.15/drivers/pci/controller/
H A Dvmd.c596 if (ret || PCI_POSSIBLE_ERROR(vmlock)) in vmd_get_phys_offsets()
/linux-6.15/include/linux/
H A Dpci.h165 #define PCI_POSSIBLE_ERROR(val) ((val) == ((typeof(val)) PCI_ERROR_RESPONSE)) macro
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c5916 if (PCI_POSSIBLE_ERROR(status)) { in amdgpu_device_health_check()