Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpciev.c293 pf_data_t *root_pfd_p = impl->pf_dq_head_p; in pciev_eh() local
300 ASSERT(root_pfd_p != NULL); in pciev_eh()
301 root_bus_p = PCIE_PFD2BUS(root_pfd_p); in pciev_eh()
389 pciev_eh_exit(pf_data_t *root_pfd_p, uint_t intr_type) in pciev_eh_exit() argument
397 root_bus_p = PCIE_PFD2BUS(root_pfd_p); in pciev_eh_exit()
H A Dpcie_fault.c178 pf_data_t *root_pfd_p = PCIE_BUS2PFD(rbus_p); in pf_eh_exit() local
180 uint_t intr_type = PCIE_ROOT_EH_SRC(root_pfd_p)->intr_type; in pf_eh_exit()
182 pciev_eh_exit(root_pfd_p, intr_type); in pf_eh_exit()
185 for (pfd_p = root_pfd_p; pfd_p; pfd_p = pfd_p->pe_next) { in pf_eh_exit()
236 pf_scan_fabric(dev_info_t *rdip, ddi_fm_error_t *derr, pf_data_t *root_pfd_p) in pf_scan_fabric() argument
248 pfd_head_p = root_pfd_p; in pf_scan_fabric()
249 for (pfd_tail_p = root_pfd_p; pfd_tail_p && pfd_tail_p->pe_next; in pf_scan_fabric()
261 !root_pfd_p) { in pf_scan_fabric()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_fm.c976 pf_data_t *root_pfd_p = PCIE_DIP2PFD(px_p->px_dip); in px_guest_panic() local
985 root_bus_p = PCIE_PFD2BUS(root_pfd_p); in px_guest_panic()
989 for (pfd_p = root_pfd_p; pfd_p; pfd_p = pfd_p->pe_next) { in px_guest_panic()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h709 pf_data_t *root_pfd_p);