Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpciev.c410 pcie_bus_t *temp_bus_p; in pciev_get_affected_dev() local
430 temp_bus_p = pf_find_busp_by_bdf(impl, a_bdf); in pciev_get_affected_dev()
431 return (temp_bus_p); in pciev_get_affected_dev()
434 temp_bus_p = pf_find_busp_by_aer(impl, pfd_p); in pciev_get_affected_dev()
435 return (temp_bus_p); in pciev_get_affected_dev()
440 temp_bus_p = pf_find_busp_by_saer(impl, pfd_p); in pciev_get_affected_dev()
441 return (temp_bus_p); in pciev_get_affected_dev()
446 temp_bus_p = pf_find_busp_by_addr(impl, a_addr); in pciev_get_affected_dev()
447 return (temp_bus_p); in pciev_get_affected_dev()
H A Dpcie_fault.c3280 pcie_bus_t *temp_bus_p; in pf_find_busp_by_bdf() local
3286 temp_bus_p = PCIE_PFD2BUS(temp_pfd_p); in pf_find_busp_by_bdf()
3288 if (bdf == temp_bus_p->bus_bdf) { in pf_find_busp_by_bdf()
3289 return (temp_bus_p); in pf_find_busp_by_bdf()
3299 pcie_bus_t *temp_bus_p; in pf_find_busp_by_addr() local
3305 temp_bus_p = PCIE_PFD2BUS(temp_pfd_p); in pf_find_busp_by_addr()
3308 return (temp_bus_p); in pf_find_busp_by_addr()
3319 pcie_bus_t *temp_bus_p = NULL; in pf_find_busp_by_aer() local
3341 return (temp_bus_p); in pf_find_busp_by_aer()
3348 pcie_bus_t *temp_bus_p = NULL; in pf_find_busp_by_saer() local
[all …]