Searched refs:tb_port_at (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A D | tb.c | 451 tb_port_at(route, sw)->xdomain = xd; in tb_scan_xdomain() 526 port = tb_port_at(tb_route(sw), tb->root_switch); in tb_find_first_usb3_tunnel() 1262 host_port = tb_port_at(tb_route(sw), tb->root_switch); in tb_configure_link() 1869 tb_port_at(tb_route(in->sw), tb->root_switch) : NULL; in tb_find_dp_out() 1895 p = tb_port_at(tb_route(port->sw), tb->root_switch); in tb_find_dp_out() 2330 dst_port = tb_port_at(xd->route, sw); in tb_approve_xdomain_paths() 2378 dst_port = tb_port_at(xd->route, sw); in __tb_disconnect_xdomain_paths()
|
| H A D | icm.c | 662 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw); in add_switch() 663 tb_upstream_port(sw)->remote = tb_port_at(route, parent_sw); in add_switch() 667 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in add_switch() 680 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw); in update_switch() 719 tb_port_at(route, sw)->xdomain = xd; in add_xdomain() 740 tb_port_at(xd->route, sw)->xdomain = NULL; in remove_xdomain()
|
| H A D | tb.h | 587 static inline struct tb_port *tb_port_at(u64 route, struct tb_switch *sw) in tb_port_at() function 917 return tb_port_at(tb_route(sw), tb_switch_parent(sw)); in tb_switch_downstream_port() 1281 return tb_port_at(xd->route, tb_xdomain_parent(xd)); in tb_xdomain_downstream_port()
|
| H A D | debugfs.c | 1804 downstream = tb_port_at(route, parent_sw); in margining_switch_init() 1821 downstream = tb_port_at(route, parent_sw); in margining_switch_remove() 1833 downstream = tb_port_at(xd->route, parent_sw); in margining_xdomain_init() 1844 downstream = tb_port_at(xd->route, parent_sw); in margining_xdomain_remove()
|
| H A D | switch.c | 879 next = tb_port_at(tb_route(end->sw), prev->sw); in tb_next_port_on_path() 2468 down = tb_port_at(route, parent_sw); in tb_switch_alloc()
|
| H A D | xdomain.c | 1974 down = tb_port_at(route, parent_sw); in tb_xdomain_alloc()
|