Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
Dlc.c100 up = tb_upstream_port(sw); in tb_lc_configure_link()
130 up = tb_upstream_port(sw); in tb_lc_unconfigure_link()
Dtb.h312 static inline struct tb_port *tb_upstream_port(struct tb_switch *sw) in tb_upstream_port() function
326 const struct tb_port *upstream_port = tb_upstream_port(port->sw); in tb_is_upstream_port()
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()
626 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw); in update_switch()
Dtb.c212 upstream_port = tb_upstream_port(sw); in tb_scan_port()
Dswitch.c763 next = tb_upstream_port(prev->sw); in tb_next_port_on_path()