Home
last modified time | relevance | path

Searched refs:tb_port_at (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/drivers/thunderbolt/
Dtb.c489 tb_port_at(route, sw)->xdomain = xd; in tb_scan_xdomain()
566 port = tb_port_at(tb_route(sw), tb->root_switch); in tb_find_first_usb3_tunnel()
1254 tb_port_at(tb_route(in->sw), tb->root_switch) : NULL; in tb_find_dp_out()
1274 p = tb_port_at(tb_route(port->sw), tb->root_switch); in tb_find_dp_out()
1566 dst_port = tb_port_at(xd->route, sw); in tb_approve_xdomain_paths()
1614 dst_port = tb_port_at(xd->route, sw); in __tb_disconnect_xdomain_paths()
Ddebugfs.c979 downstream = tb_port_at(route, parent_sw); in margining_switch_init()
996 downstream = tb_port_at(route, parent_sw); in margining_switch_remove()
1008 downstream = tb_port_at(xd->route, parent_sw); in margining_xdomain_init()
1019 downstream = tb_port_at(xd->route, parent_sw); in margining_xdomain_remove()
Dicm.c637 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw); in add_switch()
638 tb_upstream_port(sw)->remote = tb_port_at(route, parent_sw); in add_switch()
642 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in add_switch()
655 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw); in update_switch()
694 tb_port_at(route, sw)->xdomain = xd; in add_xdomain()
715 tb_port_at(xd->route, sw)->xdomain = NULL; in remove_xdomain()
Dtb.h564 static inline struct tb_port *tb_port_at(u64 route, struct tb_switch *sw) in tb_port_at() function
864 return tb_port_at(tb_route(sw), tb_switch_parent(sw)); in tb_switch_downstream_port()
1178 return tb_port_at(xd->route, tb_xdomain_parent(xd)); in tb_xdomain_downstream_port()
Dswitch.c861 next = tb_port_at(tb_route(end->sw), prev->sw); in tb_next_port_on_path()
2273 down = tb_port_at(route, parent_sw); in tb_switch_alloc()
Dxdomain.c1919 down = tb_port_at(route, parent_sw); in tb_xdomain_alloc()
Dtest.c317 port = tb_port_at(route, parent); in alloc_dev_default()