Searched refs:tb_port_at (Results 1 – 5 of 5) sorted by relevance
/drivers/thunderbolt/ |
D | lc.c | 101 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()
|
D | tb.c | 121 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()
|
D | icm.c | 602 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()
|
D | tb.h | 335 static inline struct tb_port *tb_port_at(u64 route, struct tb_switch *sw) in tb_port_at() function
|
D | switch.c | 777 next = tb_port_at(tb_route(end->sw), prev->sw); in tb_next_port_on_path()
|