Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c1447 bus_p->bus_hdr_type = PCI_HEADER_ONE; in pcie_rc_init_bus()
1932 bus_p->bus_hdr_type = pci_cfgacc_get8(rcdip, bdf, PCI_CONF_HEADER); in pcie_init_bus()
1933 bus_p->bus_hdr_type &= PCI_HEADER_TYPE_M; in pcie_init_bus()
1950 switch (bus_p->bus_hdr_type) { in pcie_init_bus()
1962 __func__, bus_p->bus_hdr_type); in pcie_init_bus()
3012 pcie_dbg("\tbus_hdr_type = 0x%x\n", bus_p->bus_hdr_type); in pcie_print_bus()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h100 #define PCIE_IS_BDG(bus_p) (bus_p->bus_hdr_type == PCI_HEADER_ONE)
406 uint8_t bus_hdr_type; /* pci header type, see pci.h */ member