Searched refs:tb_port_at (Results 1 – 2 of 2) sorted by relevance
492 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw); in add_switch()493 tb_upstream_port(sw)->remote = tb_port_at(route, parent_sw); in add_switch()496 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in add_switch()510 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in update_switch()512 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw); in update_switch()532 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in remove_switch()551 tb_port_at(route, sw)->xdomain = xd; in add_xdomain()572 tb_port_at(xd->route, sw)->xdomain = NULL; in remove_xdomain()
268 static inline struct tb_port *tb_port_at(u64 route, struct tb_switch *sw) in tb_port_at() function