Lines Matching refs:fme_flag

83 pci_config_check(ddi_acc_handle_t handle, int fme_flag)  in pci_config_check()  argument
95 if (fme_flag == DDI_FM_ERR_UNEXPECTED) { in pci_config_check()
110 uint8_t pcix_cap_ptr, int fme_flag) in pcix_ecc_regs_gather() argument
117 if (pci_config_check(erpt_p->pe_hdl, fme_flag) == DDI_FM_OK) in pcix_ecc_regs_gather()
133 pcix_regs_gather(pci_erpt_t *erpt_p, void *pe_regs, int fme_flag) in pcix_regs_gather() argument
144 if (pci_config_check(erpt_p->pe_hdl, fme_flag) == DDI_FM_OK) in pcix_regs_gather()
151 if (pci_config_check(erpt_p->pe_hdl, fme_flag) == DDI_FM_OK) in pcix_regs_gather()
166 pcix_bdg_cap_ptr, fme_flag); in pcix_regs_gather()
179 if (pci_config_check(erpt_p->pe_hdl, fme_flag) == DDI_FM_OK) in pcix_regs_gather()
188 pcix_cap_ptr, fme_flag); in pcix_regs_gather()
195 pci_regs_gather(dev_info_t *dip, pci_erpt_t *erpt_p, int fme_flag) in pci_regs_gather() argument
205 if (pci_config_check(erpt_p->pe_hdl, fme_flag) != DDI_FM_OK) in pci_regs_gather()
210 if (pci_config_check(erpt_p->pe_hdl, fme_flag) != DDI_FM_OK) in pci_regs_gather()
219 if (pci_config_check(erpt_p->pe_hdl, fme_flag) == DDI_FM_OK) in pci_regs_gather()
224 if (pci_config_check(erpt_p->pe_hdl, fme_flag) == DDI_FM_OK) in pci_regs_gather()
231 pcix_regs_gather(erpt_p, erpt_p->pe_regs, fme_flag); in pci_regs_gather()
625 if (derr->fme_flag != DDI_FM_ERR_UNEXPECTED) in pci_bdg_error_report()
672 if (derr->fme_flag == DDI_FM_ERR_EXPECTED) { in pci_bdg_error_report()
682 if (derr->fme_flag == DDI_FM_ERR_POKE) { in pci_bdg_error_report()
981 if (derr->fme_flag == DDI_FM_ERR_UNEXPECTED) { in pci_error_report()
1022 if (derr->fme_flag == DDI_FM_ERR_UNEXPECTED) { in pci_error_report()
1086 de.fme_flag = derr->fme_flag; in pci_ereport_post()
1123 pci_regs_gather(dip, erpt_p, de.fme_flag); in pci_ereport_post()