Searched refs:tb_is_upstream_port (Results 1 – 3 of 3) sorted by relevance
98 if (tb_is_upstream_port(port)) { in tb_wait_for_port()264 if (tb_is_upstream_port(&sw->ports[next_port])) in get_switch_at_route()319 if (tb_is_upstream_port(&sw->ports[i])) in tb_switch_free()443 if (!tb_is_upstream_port(&sw->ports[i]) && sw->ports[i].remote) in tb_sw_set_unpplugged()478 if (tb_is_upstream_port(port)) in tb_switch_resume()500 if (!tb_is_upstream_port(&sw->ports[i]) && sw->ports[i].remote) in tb_switch_suspend()
37 if (tb_is_upstream_port(port)) in tb_scan_port()84 if (tb_is_upstream_port(port)) in tb_free_unplugged_children()120 if (tb_is_upstream_port(&sw->ports[i])) in tb_find_unused_down_port()154 if (tb_is_upstream_port(&tb->root_switch->ports[i])) in tb_activate_pcie_devices()240 if (tb_is_upstream_port(port)) { in tb_handle_hotplug()
253 static inline bool tb_is_upstream_port(struct tb_port *port) in tb_is_upstream_port() function