Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c152 if ((func == 0) && (header & PCI_HEADER_MULTI)) in look_for_any_pciex_device()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h565 #define PCI_HEADER_MULTI 0x80 /* multi-function device */ macro
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpci_props.c410 if ((htype & PCI_HEADER_MULTI) != 0) { in pci_prop_data_fill()
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c731 PCI_HEADER_MULTI) { in probe_dev()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c4093 if ((!(header_type & PCI_HEADER_MULTI)) && (func != 0)) { in pcicfg_probe_children()
4433 if (!(header_type & PCI_HEADER_MULTI) && (func > 0)) { in pcicfg_fcode_probe()
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c1934 if ((func == 0) && (header & PCI_HEADER_MULTI)) { in enumerate_bus_devs()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c2544 } else if (!(*header_type & PCI_HEADER_MULTI) || in cardbus_probe_children()