Searched refs:temp_bus_p (Results 1 – 2 of 2) sorted by relevance
410 pcie_bus_t *temp_bus_p; in pciev_get_affected_dev() local430 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()
3280 pcie_bus_t *temp_bus_p; in pf_find_busp_by_bdf() local3286 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() local3305 temp_bus_p = PCIE_PFD2BUS(temp_pfd_p); in pf_find_busp_by_addr()3307 if (pf_in_assigned_addr(temp_bus_p, addr)) { 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() local3331 temp_bus_p = pf_find_busp_by_bdf(impl, bdf); in pf_find_busp_by_aer()[all …]