• Home
  • Raw
  • Download

Lines Matching refs:dst_port

41 		      tb_route(__tunnel->dst_port->sw),                 \
42 __tunnel->dst_port->port, \
87 if (tb_port_is_pcie_up(tunnel->dst_port)) in tb_pci_activate()
88 return tb_pci_port_enable(tunnel->dst_port, activate); in tb_pci_activate()
137 &tunnel->dst_port, "PCIe Up"); in tb_tunnel_discover_pci()
146 path = tb_path_discover(tunnel->dst_port, -1, down, TB_PCI_HOPID, NULL, in tb_tunnel_discover_pci()
154 if (!tb_port_is_pcie_up(tunnel->dst_port)) { in tb_tunnel_discover_pci()
155 tb_port_warn(tunnel->dst_port, in tb_tunnel_discover_pci()
165 if (!tb_pci_port_is_enabled(tunnel->dst_port)) { in tb_tunnel_discover_pci()
205 tunnel->dst_port = up; in tb_tunnel_alloc_pci()
230 struct tb_port *out = tunnel->dst_port; in tb_dp_xchg_caps()
279 tb_dp_port_set_hops(tunnel->dst_port, in tb_dp_activate()
286 if (tb_port_is_dpout(tunnel->dst_port)) in tb_dp_activate()
287 tb_dp_port_set_hops(tunnel->dst_port, 0, 0, 0); in tb_dp_activate()
294 if (tb_port_is_dpout(tunnel->dst_port)) in tb_dp_activate()
295 return tb_dp_port_enable(tunnel->dst_port, active); in tb_dp_activate()
367 &tunnel->dst_port, "Video"); in tb_tunnel_discover_dp()
382 path = tb_path_discover(tunnel->dst_port, -1, in, TB_DP_AUX_RX_HOPID, in tb_tunnel_discover_dp()
390 if (!tb_port_is_dpout(tunnel->dst_port)) { in tb_tunnel_discover_dp()
395 if (!tb_dp_port_is_enabled(tunnel->dst_port)) in tb_tunnel_discover_dp()
398 if (!tb_dp_port_hpd_is_active(tunnel->dst_port)) in tb_tunnel_discover_dp()
445 tunnel->dst_port = out; in tb_tunnel_alloc_dp()
541 tunnel->dst_port = dst; in tb_tunnel_alloc_dma()