Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/pciex/
H A Dpciev.c406 pcie_bus_t *temp_bus_p; in pciev_get_affected_dev() local
426 temp_bus_p = pf_find_busp_by_bdf(impl, a_bdf); in pciev_get_affected_dev()
427 return (temp_bus_p); in pciev_get_affected_dev()
430 temp_bus_p = pf_find_busp_by_aer(impl, pfd_p); in pciev_get_affected_dev()
431 return (temp_bus_p); in pciev_get_affected_dev()
436 temp_bus_p = pf_find_busp_by_saer(impl, pfd_p); in pciev_get_affected_dev()
437 return (temp_bus_p); in pciev_get_affected_dev()
442 temp_bus_p = pf_find_busp_by_addr(impl, a_addr); in pciev_get_affected_dev()
443 return (temp_bus_p); in pciev_get_affected_dev()
H A Dpcie_fault.c3148 pcie_bus_t *temp_bus_p; in pf_find_busp_by_bdf() local
3154 temp_bus_p = PCIE_PFD2BUS(temp_pfd_p); in pf_find_busp_by_bdf()
3156 if (bdf == temp_bus_p->bus_bdf) { in pf_find_busp_by_bdf()
3157 return (temp_bus_p); in pf_find_busp_by_bdf()
3167 pcie_bus_t *temp_bus_p; in pf_find_busp_by_addr() local
3173 temp_bus_p = PCIE_PFD2BUS(temp_pfd_p); in pf_find_busp_by_addr()
3175 if (pf_in_assigned_addr(temp_bus_p, addr)) { in pf_find_busp_by_addr()
3176 return (temp_bus_p); in pf_find_busp_by_addr()
3187 pcie_bus_t *temp_bus_p = NULL; in pf_find_busp_by_aer() local
3199 temp_bus_p = pf_find_busp_by_bdf(impl, bdf); in pf_find_busp_by_aer()
[all …]