Searched refs:bus_hdr_type (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c843 * uint8_t <bus_hdr_type>
869 bus_p->bus_hdr_type = PCI_HEADER_ONE;
910 * uint8_t <bus_hdr_type>
939 * uint8_t bus_hdr_type
984 bus_p->bus_hdr_type = pci_cfgacc_get8(rcdip, bdf, PCI_CONF_HEADER);
985 bus_p->bus_hdr_type &= PCI_HEADER_TYPE_M;
1002 switch (bus_p->bus_hdr_type) {
1014 __func__, bus_p->bus_hdr_type);
2336 pcie_dbg("\tbus_hdr_type = 0x%x\n", bus_p->bus_hdr_type);
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h97 #define PCIE_IS_BDG(bus_p) (bus_p->bus_hdr_type == PCI_HEADER_ONE)
307 uint8_t bus_hdr_type; /* pci header type, see pci.h */ member in struct:pcie_bus

Completed in 31 milliseconds