Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thunderbolt/
Dtunnel_pci.c81 tunnel->path_to_up->hops[0].out_port = tb_upstream_port(up->sw)->remote; in tb_pci_alloc()
84 tunnel->path_to_up->hops[1].in_port = tb_upstream_port(up->sw); in tb_pci_alloc()
93 tunnel->path_to_down->hops[0].out_port = tb_upstream_port(up->sw); in tb_pci_alloc()
97 tb_upstream_port(up->sw)->remote; in tb_pci_alloc()
Dtb.c83 port->remote = tb_upstream_port(sw); in tb_scan_port()
84 tb_upstream_port(sw)->remote = port; in tb_scan_port()
Dtb.h258 static inline struct tb_port *tb_upstream_port(struct tb_switch *sw) in tb_upstream_port() function
455 return port == tb_upstream_port(port->sw); in tb_is_upstream_port()
Dicm.c492 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()
512 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw); in update_switch()