Searched refs:tb_port_at (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | tb.c | 566 tb_port_at(route, sw)->xdomain = xd; in tb_scan_xdomain() 643 port = tb_port_at(tb_route(sw), tb->root_switch); in tb_find_first_usb3_tunnel() 1308 host_port = tb_port_at(tb_route(sw), tb->root_switch); in tb_configure_link() 1707 tb_port_at(tb_route(in->sw), tb->root_switch) : NULL; in tb_find_dp_out() 1727 p = tb_port_at(tb_route(port->sw), tb->root_switch); in tb_find_dp_out() 2115 dst_port = tb_port_at(xd->route, sw); in tb_approve_xdomain_paths() 2163 dst_port = tb_port_at(xd->route, sw); in __tb_disconnect_xdomain_paths()
|
H A D | debugfs.c | 980 downstream = tb_port_at(route, parent_sw); in margining_switch_init() 997 downstream = tb_port_at(route, parent_sw); in margining_switch_remove() 1009 downstream = tb_port_at(xd->route, parent_sw); in margining_xdomain_init() 1020 downstream = tb_port_at(xd->route, parent_sw); in margining_xdomain_remove()
|
H A 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()
|
H A D | tb.h | 563 static inline struct tb_port *tb_port_at(u64 route, struct tb_switch *sw) in tb_port_at() function 863 return tb_port_at(tb_route(sw), tb_switch_parent(sw)); in tb_switch_downstream_port() 1219 return tb_port_at(xd->route, tb_xdomain_parent(xd)); in tb_xdomain_downstream_port()
|
H A D | switch.c | 868 next = tb_port_at(tb_route(end->sw), prev->sw); in tb_next_port_on_path() 2439 down = tb_port_at(route, parent_sw); in tb_switch_alloc()
|
H A D | xdomain.c | 1919 down = tb_port_at(route, parent_sw); in tb_xdomain_alloc()
|
H A D | test.c | 317 port = tb_port_at(route, parent); in alloc_dev_default()
|