Searched refs:PCI_ERR_REG (Results 1 – 3 of 3) sorted by relevance
405 pf_pci_err_regs_t *err_p = PCI_ERR_REG(pfd_p); in pf_dispatch()726 pf_pci_err_regs_t *pci_regs = PCI_ERR_REG(pfd_p); in pf_pci_regs_gather()1530 PCI_ERR_REG(pfd_p)->pci_err_status); in pf_analyse_error()1698 if (PCI_ERR_REG(pfd_p)->pci_err_status & PCI_STAT_S_SYSERR) in pf_analyse_pci()1844 if (PCI_ERR_REG(pfd_p)->pci_err_status & in pf_analyse_perr_assert()2097 status = PCI_ERR_REG(pfd_p)->pci_err_status; in pf_adjust_for_no_aer()2849 PCI_ERR_REG(pfd_p)->pci_err_status, in pf_send_ereport()2851 PCI_ERR_REG(pfd_p)->pci_cfg_comm, in pf_send_ereport()3203 PCI_ERR_REG(pfd_p)->pci_err_status = 0; in pf_reset_pfd()3204 PCI_ERR_REG(pfd_p)->pci_cfg_comm = 0; in pf_reset_pfd()
1203 PCI_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pci_err_regs_t); in pcie_init_pfd()1333 kmem_free(PCI_ERR_REG(pfd_p), sizeof (pf_pci_err_regs_t)); in pcie_fini_pfd()1363 PCI_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pci_err_regs_t); in pcie_rc_init_pfd()1386 kmem_free(PCI_ERR_REG(pfd_p), sizeof (pf_pci_err_regs_t)); in pcie_rc_fini_pfd()
153 #define PCI_ERR_REG(pfd_p) pfd_p->pe_pci_regs macro154 #define PCI_BDG_ERR_REG(pfd_p) PCI_ERR_REG(pfd_p)->pci_bdg_regs