Searched refs:pcie_type (Results 1 – 2 of 2) sorted by relevance
70 int pcie_type; in pci_get_pcie_type() local81 pcie_type = data & PCIEM_FLAGS_TYPE; in pci_get_pcie_type()83 return pcie_type; in pci_get_pcie_type()89 int pcie_type; in is_root_port() local91 pcie_type = pci_get_pcie_type(pdev); in is_root_port()93 return (pcie_type == PCIEM_TYPE_ROOT_PORT); in is_root_port()
119 int pos, pcie_type, cap, rp_ptm_offset; in ptm_probe() local138 pcie_type = pci_get_pcie_type(phys_dev); in ptm_probe()149 if (pcie_type == PCIEM_TYPE_ENDPOINT) { in ptm_probe()201 } else if (pcie_type == PCIEM_TYPE_ROOT_INT_EP) { in ptm_probe()
Completed in 2 milliseconds