Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_err.c143 pcie_req_id_t fault_bdf = PCIE_INVALID_BDF; in px_err_fill_pfd() local
157 fault_bdf = (pcie_req_id_t)(epkt->hdr[0] >> 16); in px_err_fill_pfd()
161 fault_bdf; in px_err_fill_pfd()
191 fault_bdf = adv_reg.pcie_ue_tgt_bdf; in px_err_fill_pfd()
212 fault_bdf = PFD_AFFECTED_DEV(pfd_p)->pe_affected_bdf; in px_err_fill_pfd()
219 PCIE_ROOT_FAULT(pfd_p)->scan_bdf = fault_bdf; in px_err_fill_pfd()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_fm.h131 extern pf_data_t *px_rp_en_q(px_t *px_p, pcie_req_id_t fault_bdf,
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c2240 pcie_req_id_t fault_bdf; in pf_matched_in_rc() local
2252 fault_bdf = PCIE_ROOT_FAULT(rc_pfd_p)->scan_bdf; in pf_matched_in_rc()
2255 if (fault_bdf == bus_p->bus_bdf) in pf_matched_in_rc()
2265 pf_in_bus_range(bus_p, fault_bdf)) in pf_matched_in_rc()
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_err.c1715 pcie_req_id_t fault_bdf = PCIE_INVALID_BDF; in PX_ERPT_SEND_DEC() local
1719 fault_bdf = CSR_XR(csr_base, MMU_TRANSLATION_FAULT_STATUS) in PX_ERPT_SEND_DEC()
1725 (void) px_rp_en_q(px_p, fault_bdf, 0, s_status); in PX_ERPT_SEND_DEC()