Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dtunnel_pci.c80 tunnel->path_to_up->hops[0].out_port = tb_upstream_port(up->sw)->remote; in tb_pci_alloc()
83 tunnel->path_to_up->hops[1].in_port = tb_upstream_port(up->sw); in tb_pci_alloc()
92 tunnel->path_to_down->hops[0].out_port = tb_upstream_port(up->sw); in tb_pci_alloc()
96 tb_upstream_port(up->sw)->remote; in tb_pci_alloc()
Dtb.h130 static inline struct tb_port *tb_upstream_port(struct tb_switch *sw) in tb_upstream_port() function
255 return port == tb_upstream_port(port->sw); in tb_is_upstream_port()
Dtb.c55 port->remote = tb_upstream_port(sw); in tb_scan_port()
56 tb_upstream_port(sw)->remote = port; in tb_scan_port()