Searched refs:pcie_type (Results 1 – 3 of 3) sorted by relevance
231 u8 pcie_type = pci_pcie_type(dev); in hest_match_type() local234 pcie_type == PCI_EXP_TYPE_ROOT_PORT) || in hest_match_type()236 pcie_type == PCI_EXP_TYPE_ENDPOINT) || in hest_match_type()
441 u16 pcie_type = pci_pcie_type(dev); in hpx3_device_type() local454 if (pcie_type >= ARRAY_SIZE(pcie_to_hpx3_type)) in hpx3_device_type()457 return pcie_to_hpx3_type[pcie_type]; in hpx3_device_type()
2068 int pcie_type; in pci_configure_eetlp_prefix() local2078 pcie_type = pci_pcie_type(dev); in pci_configure_eetlp_prefix()2079 if (pcie_type == PCI_EXP_TYPE_ROOT_PORT || in pci_configure_eetlp_prefix()2080 pcie_type == PCI_EXP_TYPE_RC_END) in pci_configure_eetlp_prefix()