Home
last modified time | relevance | path

Searched refs:pe_dflags (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()
230 if (erpt_p->pe_dflags & PCIX_DEV) in pci_regs_gather()
238 if (erpt_p->pe_dflags & PCI_BRIDGE_DEV) { in pcix_regs_clear()
315 if (erpt_p->pe_dflags & PCIX_DEV) in pci_regs_clear()
324 if (erpt_p->pe_dflags & PCI_BRIDGE_DEV) { in pci_regs_clear()
357 erpt_p->pe_dflags |= PCIX_DEV; in pcix_ereport_setup()
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()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dpcifm.h76 uint64_t pe_dflags; /* Device type flags */ member