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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h87 (bus_p->bus_dev_type == PCIE_PCIECAP_DEV_TYPE_RC_PSEUDO)
89 ((bus_p->bus_dev_type == PCIE_PCIECAP_DEV_TYPE_ROOT) && \
92 (bus_p->bus_dev_type == PCIE_PCIECAP_DEV_TYPE_UP)
94 (bus_p->bus_dev_type == PCIE_PCIECAP_DEV_TYPE_DOWN)
100 (bus_p->bus_dev_type == PCIE_PCIECAP_DEV_TYPE_PCIE2PCI)
102 (bus_p->bus_dev_type == PCIE_PCIECAP_DEV_TYPE_PCI2PCIE)
308 uint16_t bus_dev_type; /* PCI-E dev type, see pcie.h */ member in struct:pcie_bus
/opensolaris-onvv-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c844 * uint16_t <bus_dev_type>
868 bus_p->bus_dev_type = PCIE_PCIECAP_DEV_TYPE_RC_PSEUDO;
911 * uint16_t <bus_dev_type>
940 * uint16_t bus_dev_type
991 bus_p->bus_dev_type = PCIE_PCIECAP_DEV_TYPE_PCI_PSEUDO;
1025 bus_p->bus_dev_type = pci_cfgacc_get16(rcdip, bdf,
1776 dev_type = bus_p->bus_dev_type;
2133 dev_type = bus_p->bus_dev_type;
2337 pcie_dbg("\tbus_dev_type = 0x%x\n", bus_p->bus_dev_type);
H A Dpcie_fault.c360 switch (bus_p->bus_dev_type) {
1383 switch (PCIE_PFD2BUS(pfd_p)->bus_dev_type) {
2721 "dev_type", DATA_TYPE_UINT16, bus_p->bus_dev_type,
/opensolaris-onvv-gate/usr/src/uts/sparc/io/pciex/
H A Dpcieb_sparc.c204 uint8_t dev_type = bus_p->bus_dev_type;

Completed in 55 milliseconds