Searched refs:PCI_ERR_REG (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c370 pf_pci_err_regs_t *err_p = PCI_ERR_REG(pfd_p);
662 pf_pci_err_regs_t *pci_regs = PCI_ERR_REG(pfd_p);
1441 PCI_ERR_REG(pfd_p)->pci_err_status);
1607 if (PCI_ERR_REG(pfd_p)->pci_err_status & PCI_STAT_S_SYSERR)
1753 if (PCI_ERR_REG(pfd_p)->pci_err_status &
1987 status = PCI_ERR_REG(pfd_p)->pci_err_status;
2731 PCI_ERR_REG(pfd_p)->pci_err_status,
2733 PCI_ERR_REG(pfd_p)->pci_cfg_comm,
3071 PCI_ERR_REG(pfd_p)->pci_err_status = 0;
3072 PCI_ERR_REG(pfd_
[all...]
H A Dpcie.c649 PCI_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pci_err_regs_t);
772 kmem_free(PCI_ERR_REG(pfd_p), sizeof (pf_pci_err_regs_t));
801 PCI_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pci_err_regs_t);
824 kmem_free(PCI_ERR_REG(pfd_p), sizeof (pf_pci_err_regs_t));
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h150 #define PCI_ERR_REG(pfd_p) pfd_p->pe_pci_regs macro
151 #define PCI_BDG_ERR_REG(pfd_p) PCI_ERR_REG(pfd_p)->pci_bdg_regs

Completed in 116 milliseconds