Searched refs:tb_port_at (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/thunderbolt/ |
D | tb.c | 489 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()
|
D | debugfs.c | 979 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()
|
D | icm.c | 637 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()
|
D | tb.h | 564 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()
|
D | switch.c | 861 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()
|
D | xdomain.c | 1919 down = tb_port_at(route, parent_sw); in tb_xdomain_alloc()
|
D | test.c | 317 port = tb_port_at(route, parent); in alloc_dev_default()
|