Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h90 (bus_p->bus_dev_type == PCIE_PCIECAP_DEV_TYPE_RC_PSEUDO)
92 ((bus_p->bus_dev_type == PCIE_PCIECAP_DEV_TYPE_ROOT) && \
95 (bus_p->bus_dev_type == PCIE_PCIECAP_DEV_TYPE_UP)
97 (bus_p->bus_dev_type == PCIE_PCIECAP_DEV_TYPE_DOWN)
103 (bus_p->bus_dev_type == PCIE_PCIECAP_DEV_TYPE_PCIE2PCI)
105 (bus_p->bus_dev_type == PCIE_PCIECAP_DEV_TYPE_PCI2PCIE)
407 uint16_t bus_dev_type; /* PCI-E dev type, see pcie.h */ member
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c1446 bus_p->bus_dev_type = PCIE_PCIECAP_DEV_TYPE_RC_PSEUDO; in pcie_rc_init_bus()
1939 bus_p->bus_dev_type = PCIE_PCIECAP_DEV_TYPE_PCI_PSEUDO; in pcie_init_bus()
1977 bus_p->bus_dev_type = pcap & PCIE_PCIECAP_DEV_TYPE_MASK; in pcie_init_bus()
2809 dev_type = bus_p->bus_dev_type; in pcie_ari_supported()
3013 pcie_dbg("\tbus_dev_type = 0x%x\n", bus_p->bus_dev_type); in pcie_print_bus()
H A Dpcie_fault.c395 switch (bus_p->bus_dev_type) { in pf_dispatch()
1472 switch (PCIE_PFD2BUS(pfd_p)->bus_dev_type) { in pf_analyse_error()
2839 "dev_type", DATA_TYPE_UINT16, bus_p->bus_dev_type, in pf_send_ereport()
/illumos-gate/usr/src/uts/sparc/io/pciex/
H A Dpcieb_sparc.c204 uint8_t dev_type = bus_p->bus_dev_type; in pcieb_attach_plx_workarounds()