Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dpcifm.c112 int bdg = erpt_p->pe_dflags & PCI_BRIDGE_DEV; in pcix_ecc_regs_gather()
135 if (erpt_p->pe_dflags & PCI_BRIDGE_DEV) { in pcix_regs_gather()
216 if (erpt_p->pe_dflags & PCI_BRIDGE_DEV) { in pci_regs_gather()
238 if (erpt_p->pe_dflags & PCI_BRIDGE_DEV) { in pcix_regs_clear()
324 if (erpt_p->pe_dflags & PCI_BRIDGE_DEV) { in pci_regs_clear()
361 if (erpt_p->pe_dflags & PCI_BRIDGE_DEV) { in pcix_ereport_setup()
449 erpt_p->pe_dflags |= PCI_BRIDGE_DEV; in pci_ereport_setup()
491 if (erpt_p->pe_dflags & PCI_BRIDGE_DEV) { in pcix_ereport_teardown()
538 if (erpt_p->pe_dflags & PCI_BRIDGE_DEV) in pci_ereport_teardown()
726 if (erpt_p->pe_dflags & PCI_BRIDGE_DEV) { in pcix_ecc_error_report()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dpcifm.h39 #define PCI_BRIDGE_DEV 0x02 macro