Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dlc.c101 down = tb_port_at(tb_route(sw), tb_to_switch(sw->dev.parent)); in tb_lc_configure_link()
131 down = tb_port_at(tb_route(sw), tb_to_switch(sw->dev.parent)); in tb_lc_unconfigure_link()
Dtb.c121 tb_port_at(route, sw)->xdomain = xd; in tb_scan_xdomain()
415 port = tb_port_at(tb_route(sw), parent_sw); in tb_tunnel_pci()
443 dst_port = tb_port_at(xd->route, sw); in tb_approve_xdomain_paths()
474 dst_port = tb_port_at(xd->route, sw); in __tb_disconnect_xdomain_paths()
Dicm.c602 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw); in add_switch()
603 tb_upstream_port(sw)->remote = tb_port_at(route, parent_sw); in add_switch()
607 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in add_switch()
624 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in update_switch()
626 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw); in update_switch()
649 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in remove_switch()
668 tb_port_at(route, sw)->xdomain = xd; in add_xdomain()
689 tb_port_at(xd->route, sw)->xdomain = NULL; in remove_xdomain()
Dtb.h335 static inline struct tb_port *tb_port_at(u64 route, struct tb_switch *sw) in tb_port_at() function
Dswitch.c777 next = tb_port_at(tb_route(end->sw), prev->sw); in tb_next_port_on_path()