Home
last modified time | relevance | path

Searched refs:pcie_type (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/pci/pcie/
Daer.c245 u8 pcie_type = pci_pcie_type(dev); in hest_match_type() local
248 pcie_type == PCI_EXP_TYPE_ROOT_PORT) || in hest_match_type()
250 pcie_type == PCI_EXP_TYPE_ENDPOINT) || in hest_match_type()
/Linux-v4.19/drivers/pci/
Dprobe.c2077 int pcie_type; in pci_configure_eetlp_prefix() local
2087 pcie_type = pci_pcie_type(dev); in pci_configure_eetlp_prefix()
2088 if (pcie_type == PCI_EXP_TYPE_ROOT_PORT || in pci_configure_eetlp_prefix()
2089 pcie_type == PCI_EXP_TYPE_RC_END) in pci_configure_eetlp_prefix()