Searched refs:pe_hdl (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | pcifm.c | 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() 147 erpt_p->pe_hdl, (pcix_bdg_cap_ptr + PCI_PCIX_SEC_STATUS)); in pcix_regs_gather() 148 if (pci_config_check(erpt_p->pe_hdl, fme_flag) == DDI_FM_OK) in pcix_regs_gather() 153 pcix_bdg_regs->pcix_bdg_stat = pci_config_get32(erpt_p->pe_hdl, in pcix_regs_gather() 155 if (pci_config_check(erpt_p->pe_hdl, fme_flag) == DDI_FM_OK) in pcix_regs_gather() 165 pci_config_put32(erpt_p->pe_hdl, in pcix_regs_gather() [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pcifm.h | 75 ddi_acc_handle_t pe_hdl; /* Config space access handle */ member
|