Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c116 int bdg = erpt_p->pe_dflags & PCI_BRIDGE_DEV; in pcix_ecc_regs_gather()
139 if (erpt_p->pe_dflags & PCI_BRIDGE_DEV) { in pcix_regs_gather()
220 if (erpt_p->pe_dflags & PCI_BRIDGE_DEV) { in pci_regs_gather()
242 if (erpt_p->pe_dflags & PCI_BRIDGE_DEV) { in pcix_regs_clear()
328 if (erpt_p->pe_dflags & PCI_BRIDGE_DEV) { in pci_regs_clear()
365 if (erpt_p->pe_dflags & PCI_BRIDGE_DEV) { in pcix_ereport_setup()
453 erpt_p->pe_dflags |= PCI_BRIDGE_DEV; in pci_ereport_setup()
495 if (erpt_p->pe_dflags & PCI_BRIDGE_DEV) { in pcix_ereport_teardown()
542 if (erpt_p->pe_dflags & PCI_BRIDGE_DEV) in pci_ereport_teardown()
730 if (erpt_p->pe_dflags & PCI_BRIDGE_DEV) { in pcix_ecc_error_report()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dpcifm.h39 #define PCI_BRIDGE_DEV 0x02 macro