Searched refs:tb_port_at (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/drivers/thunderbolt/ |
| D | tb.c | 192 tb_port_at(route, sw)->xdomain = xd; in tb_scan_xdomain() 288 port = tb_port_at(tb_route(sw), tb->root_switch); in tb_find_first_usb3_tunnel() 448 port = tb_port_at(tb_route(sw), parent); in tb_tunnel_usb3() 803 tb_port_at(tb_route(in->sw), tb->root_switch) : NULL; in tb_find_dp_out() 823 p = tb_port_at(tb_route(port->sw), tb->root_switch); in tb_find_dp_out() 1021 port = tb_port_at(tb_route(sw), parent_sw); in tb_tunnel_pci() 1049 dst_port = tb_port_at(xd->route, sw); in tb_approve_xdomain_paths() 1081 dst_port = tb_port_at(xd->route, sw); in __tb_disconnect_xdomain_paths()
|
| D | tmu.c | 314 down = tb_port_at(tb_route(sw), parent); in tb_switch_tmu_disable() 359 down = tb_port_at(tb_route(sw), parent); in tb_switch_tmu_enable()
|
| D | icm.c | 617 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw); in add_switch() 618 tb_upstream_port(sw)->remote = tb_port_at(route, parent_sw); in add_switch() 622 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in add_switch() 632 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in update_switch() 634 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw); in update_switch() 657 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in remove_switch() 676 tb_port_at(route, sw)->xdomain = xd; in add_xdomain() 697 tb_port_at(xd->route, sw)->xdomain = NULL; in remove_xdomain()
|
| D | switch.c | 887 next = tb_port_at(tb_route(end->sw), prev->sw); in tb_next_port_on_path() 1901 down = tb_port_at(route, parent_sw); in tb_switch_alloc() 2301 down = tb_port_at(route, parent); in tb_switch_lane_bonding_enable() 2345 down = tb_port_at(tb_route(sw), parent); in tb_switch_lane_bonding_disable()
|
| D | tb.h | 440 static inline struct tb_port *tb_port_at(u64 route, struct tb_switch *sw) in tb_port_at() function
|
| D | usb4.c | 282 downstream_port = tb_port_at(tb_route(sw), parent); in usb4_switch_setup()
|
| D | xdomain.c | 1280 down = tb_port_at(route, parent_sw); in tb_xdomain_alloc()
|
| D | test.c | 256 port = tb_port_at(route, parent); in alloc_dev_default()
|