Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/pci/hotplug/
Dpciehp_hpc.c92 if (PCI_POSSIBLE_ERROR(slot_status)) { in pcie_poll_cmd()
170 if (PCI_POSSIBLE_ERROR(slot_ctrl)) { in pcie_do_write_cmd()
241 if (ret == PCIBIOS_DEVICE_NOT_FOUND || PCI_POSSIBLE_ERROR(lnk_status)) in pciehp_check_link_active()
442 if (ret == PCIBIOS_DEVICE_NOT_FOUND || PCI_POSSIBLE_ERROR(slot_status)) in pciehp_card_present()
620 if (PCI_POSSIBLE_ERROR(status)) { in pciehp_isr()
Dcpqphp_ctrl.c2264 if (PCI_POSSIBLE_ERROR(ID)) { in configure_new_device()
2508 if (!PCI_POSSIBLE_ERROR(ID)) { /* device present */ in configure_new_function()
/linux-6.6.21/drivers/pci/pcie/
Dpme.c227 if (PCI_POSSIBLE_ERROR(rtsta)) in pcie_pme_work_fn()
277 if (PCI_POSSIBLE_ERROR(rtsta) || !(rtsta & PCI_EXP_RTSTA_PME)) { in pcie_pme_irq()
Ddpc.c82 if ((!PCI_POSSIBLE_ERROR(status)) && (status & PCI_EXP_DPC_STATUS_TRIGGER)) in dpc_completed()
314 if (!(status & PCI_EXP_DPC_STATUS_INTERRUPT) || PCI_POSSIBLE_ERROR(status)) in dpc_irq()
/linux-6.6.21/drivers/platform/x86/
Dp2sb.c158 if (!PCI_POSSIBLE_ERROR(class) && class != PCI_CLASS_MEMORY_OTHER) in p2sb_cache_resources()
/linux-6.6.21/drivers/pci/
Dprobe.c208 if (PCI_POSSIBLE_ERROR(sz)) in __pci_read_base()
215 if (PCI_POSSIBLE_ERROR(l)) in __pci_read_base()
1691 if (PCI_POSSIBLE_ERROR(status) || pci_ext_cfg_is_aliased(dev)) in pci_cfg_space_size_ext()
2391 if (PCI_POSSIBLE_ERROR(*l) || *l == 0x00000000 || in pci_bus_generic_read_dev_vendor_id()
Dpci.c1108 if (PCI_POSSIBLE_ERROR(pmcsr)) { in pci_update_current_state()
1194 if (!PCI_POSSIBLE_ERROR(id)) in pci_dev_wait()
1256 if (PCI_POSSIBLE_ERROR(pmcsr)) { in pci_power_up()
1408 if (PCI_POSSIBLE_ERROR(pmcsr)) { in pci_set_low_power_state()
Dquirks.c5455 if ((ret != PCIBIOS_SUCCESSFUL) || (PCI_POSSIBLE_ERROR(status))) in quirk_intel_qat_vf_cap()
/linux-6.6.21/drivers/pci/controller/
Dvmd.c605 if (ret || PCI_POSSIBLE_ERROR(vmlock)) in vmd_get_phys_offsets()
/linux-6.6.21/include/linux/
Dpci.h165 #define PCI_POSSIBLE_ERROR(val) ((val) == ((typeof(val)) PCI_ERROR_RESPONSE)) macro