Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h182 #define PCI_STAT_FBBC 0x80 /* Fast Back-to-Back Capable */ macro
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpci_props.c601 if ((prop->ppd_status & PCI_STAT_FBBC) != 0) { in pci_prop_set_common_props()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c3661 pci_config_get16(config_handle, PCI_CONF_STAT) & PCI_STAT_FBBC) {
4029 if (stat & PCI_STAT_FBBC)
4052 if (stat & PCI_STAT_FBBC)
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c3467 PCI_STAT_FBBC)) { in pcicfg_set_standard_props()