Home
last modified time | relevance | path

Searched refs:PCIE_RP_REG (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c1230 PCIE_RP_REG(pfd_p) = in pcie_init_pfd()
1319 kmem_free(PCIE_RP_REG(pfd_p), in pcie_fini_pfd()
1384 PCIE_RP_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_rp_err_regs_t); in pcie_rc_init_pfd()
1398 kmem_free(PCIE_RP_REG(pfd_p), sizeof (pf_pcie_rp_err_regs_t)); in pcie_rc_fini_pfd()
H A Dpcie_fault.c614 pf_pcie_rp_err_regs_t *pcie_rp_regs = PCIE_RP_REG(pfd_p); in pf_pcie_regs_gather()
3033 PCIE_RP_REG(pfd_p)->pcie_rp_status, in pf_send_ereport()
3035 PCIE_RP_REG(pfd_p)->pcie_rp_ctl, in pf_send_ereport()
3208 bzero(PCIE_RP_REG(pfd_p), in pf_reset_pfd()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h160 #define PCIE_RP_REG(pfd_p) PCIE_ERR_REG(pfd_p)->pcie_rp_regs macro