Symbol: PCIE_ROOT_EH_SRC
usr/src/uts/common/io/pciex/pcie.c
1200
PCIE_ROOT_EH_SRC(pfd_p) = PCIE_ZALLOC(pf_root_eh_src_t);
usr/src/uts/common/io/pciex/pcie.c
1337
kmem_free(PCIE_ROOT_EH_SRC(pfd_p), sizeof (pf_root_eh_src_t));
usr/src/uts/common/io/pciex/pcie.c
1362
PCIE_ROOT_EH_SRC(pfd_p) = PCIE_ZALLOC(pf_root_eh_src_t);
usr/src/uts/common/io/pciex/pcie.c
1388
kmem_free(PCIE_ROOT_EH_SRC(pfd_p), sizeof (pf_root_eh_src_t));
usr/src/uts/common/io/pciex/pcie_fault.c
215
uint_t intr_type = PCIE_ROOT_EH_SRC(root_pfd_p)->intr_type;
usr/src/uts/common/io/pciex/pcie_fault.c
224
PCIE_ROOT_EH_SRC(pfd_p)->intr_type = PF_INTR_TYPE_NONE;
usr/src/uts/common/io/pciex/pcie_fault.c
225
PCIE_ROOT_EH_SRC(pfd_p)->intr_data = NULL;
usr/src/uts/common/io/pciex/pcie_fault.c
2878
PCIE_ROOT_EH_SRC(pfd_p)->intr_type,
usr/src/uts/common/io/pciex/pcie_fault.c
3247
PCIE_ROOT_EH_SRC(pfd_p)->intr_type = PF_INTR_TYPE_NONE;
usr/src/uts/common/io/pciex/pcie_fault.c
3248
PCIE_ROOT_EH_SRC(pfd_p)->intr_data = NULL;
usr/src/uts/common/io/pciex/pcieb.c
1719
PCIE_ROOT_EH_SRC(PCIE_DIP2PFD(dip))->intr_type =
usr/src/uts/sun4/io/px/px_fm.c
361
PCIE_ROOT_EH_SRC(pfd_p)->intr_type = PF_INTR_TYPE_DATA;
usr/src/uts/sun4/io/px/px_fm.c
452
PCIE_ROOT_EH_SRC(pfd_p)->intr_type = PF_INTR_TYPE_FABRIC;
usr/src/uts/sun4/io/px/px_fm.c
594
PCIE_ROOT_EH_SRC(pfd_p)->intr_type = intr_type;
usr/src/uts/sun4/io/px/px_fm.c
740
PCIE_ROOT_EH_SRC(pfd_p)->intr_type = PF_INTR_TYPE_NONE;
usr/src/uts/sun4/io/px/px_fm.c
741
PCIE_ROOT_EH_SRC(pfd_p)->intr_data = NULL;
usr/src/uts/sun4v/io/px/px_err.c
276
PCIE_ROOT_EH_SRC(pfd_p)->intr_type = PF_INTR_TYPE_INTERNAL;
usr/src/uts/sun4v/io/px/px_err.c
277
PCIE_ROOT_EH_SRC(pfd_p)->intr_data = epkt;