Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dpci_subr.c1893 unsigned int pcie_devtype; in pci_conf_print_pcie_cap() local
1905 pcie_devtype = PCIE_XCAP_TYPE(reg); in pci_conf_print_pcie_cap()
1906 switch (pcie_devtype) { in pci_conf_print_pcie_cap()
2005 if (pcie_devtype == PCIE_XCAP_TYPE_PCIE2PCI) in pci_conf_print_pcie_cap()
2020 if (PCIE_HAS_LINKREGS(pcie_devtype)) { in pci_conf_print_pcie_cap()
2216 if (PCIE_HAS_ROOTREGS(pcie_devtype)) { in pci_conf_print_pcie_cap()
2373 if (PCIE_HAS_LINKREGS(pcie_devtype)) { in pci_conf_print_pcie_cap()
2939 int pcie_devtype = -1; in pci_conf_print_aer_cap() local
2944 pcie_devtype = PCIE_XCAP_TYPE(reg); in pci_conf_print_aer_cap()
2983 switch (pcie_devtype) { in pci_conf_print_aer_cap()
[all …]