Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c113 pcix_ecc_regs_gather(pci_erpt_t *erpt_p, pcix_ecc_regs_t *pcix_ecc_regs, in pcix_ecc_regs_gather() argument
116 int bdg = erpt_p->pe_dflags & PCI_BRIDGE_DEV; in pcix_ecc_regs_gather()
118 pcix_ecc_regs->pcix_ecc_ctlstat = pci_config_get32(erpt_p->pe_hdl, in pcix_ecc_regs_gather()
121 if (pci_config_check(erpt_p->pe_hdl, fme_flag) == DDI_FM_OK) in pcix_ecc_regs_gather()
125 pcix_ecc_regs->pcix_ecc_fstaddr = pci_config_get32(erpt_p->pe_hdl, in pcix_ecc_regs_gather()
128 pcix_ecc_regs->pcix_ecc_secaddr = pci_config_get32(erpt_p->pe_hdl, in pcix_ecc_regs_gather()
132 ddi_acc_handle_t)erpt_p->pe_hdl, in pcix_ecc_regs_gather()
137 pcix_regs_gather(pci_erpt_t *erpt_p, void *pe_regs, int fme_flag) in pcix_regs_gather() argument
139 if (erpt_p->pe_dflags & PCI_BRIDGE_DEV) { in pcix_regs_gather()
147 erpt_p->pe_hdl, (pcix_bdg_cap_ptr + PCI_PCIX_SEC_STATUS)); in pcix_regs_gather()
[all …]