Searched refs:tb_port_at (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/thunderbolt/
H A Ddebugfs.c979 downstream = tb_port_at(route, parent_sw);
996 downstream = tb_port_at(route, parent_sw);
1008 downstream = tb_port_at(xd->route, parent_sw);
1019 downstream = tb_port_at(xd->route, parent_sw);
H A Dtb.c405 tb_port_at(route, sw)->xdomain = xd;
482 port = tb_port_at(tb_route(sw), tb->root_switch);
1196 host_port = tb_port_at(tb_route(sw), tb->root_switch);
1793 tb_port_at(tb_route(in->sw), tb->root_switch) : NULL;
1819 p = tb_port_at(tb_route(port->sw), tb->root_switch);
2176 dst_port = tb_port_at(xd->route, sw);
2224 dst_port = tb_port_at(xd->route, sw);
H A Dicm.c637 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw);
638 tb_upstream_port(sw)->remote = tb_port_at(route, parent_sw);
642 tb_port_at(tb_route(sw), parent_sw)->remote = NULL;
655 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw);
694 tb_port_at(route, sw)->xdomain = xd;
715 tb_port_at(xd->route, sw)->xdomain = NULL;
H A Dtb.h577 static inline struct tb_port *tb_port_at(u64 route, struct tb_switch *sw) function
893 return tb_port_at(tb_route(sw), tb_switch_parent(sw));
1248 return tb_port_at(xd->route, tb_xdomain_parent(xd));
H A Dswitch.c869 next = tb_port_at(tb_route(end->sw), prev->sw);
2424 down = tb_port_at(route, parent_sw);
H A Dxdomain.c1968 down = tb_port_at(route, parent_sw);
H A Dtest.c317 port = tb_port_at(route, parent);

Completed in 180 milliseconds