Searched refs:PCI_EXT_CAP_ID (Results 1 – 11 of 11) sorted by relevance
80 if (PCI_EXT_CAP_ID(pcie_cap) == 0x0000 || in fixed_bar_cap()81 PCI_EXT_CAP_ID(pcie_cap) == 0xffff) in fixed_bar_cap()84 if (PCI_EXT_CAP_ID(pcie_cap) == PCI_EXT_CAP_ID_VNDR) { in fixed_bar_cap()
870 if (PCI_EXT_CAP_ID(header) == PCI_EXT_CAP_ID_L1SS) { in chromeos_save_apl_pci_l1ss_capability()
123 if (PCI_EXT_CAP_ID(header) == PCI_EXT_CAP_ID_VC9 || in pci_vc_enable()
581 if (PCI_EXT_CAP_ID(header) == cap && pos != start) in pci_find_next_ext_capability()
490 while (PCI_EXT_CAP_ID(cap_hdr) != PCI_EXT_CAP_ID_ERR) { in cxl_rcrb_to_aer()
303 if (PCI_EXT_CAP_ID(header) == cap && pos) in pseries_eeh_find_ecap()
708 #define PCI_EXT_CAP_ID(header) (header & 0x0000ffff) macro
660 if (PCI_EXT_CAP_ID(header) == cap) in dw_pcie_ep_find_ext_capability()
267 if (PCI_EXT_CAP_ID(header) == cap && pos != start) in dw_pcie_find_next_ext_capability()
279 if (PCI_EXT_CAP_ID(header) == cap && pos) in pnv_eeh_find_ecap()
1634 ecap = PCI_EXT_CAP_ID(header); in vfio_ecap_init()
Completed in 41 milliseconds