Lines Matching refs:dst_port

67 		      tb_route(__tunnel->dst_port->sw),                 \
68 __tunnel->dst_port->port, \
163 usb4_switch_version(tunnel->dst_port->sw) < 2)
170 ret = usb4_pci_port_set_ext_encapsulation(tunnel->dst_port, enable);
193 if (tb_port_is_pcie_up(tunnel->dst_port)) {
194 res = tb_pci_port_enable(tunnel->dst_port, activate);
284 &tunnel->dst_port, "PCIe Up", alloc_hopid);
294 path = tb_path_discover(tunnel->dst_port, -1, down, TB_PCI_HOPID, NULL,
303 if (!tb_port_is_pcie_up(tunnel->dst_port)) {
304 tb_port_warn(tunnel->dst_port,
314 if (!tb_pci_port_is_enabled(tunnel->dst_port)) {
354 tunnel->dst_port = up;
579 struct tb_port *out = tunnel->dst_port;
675 struct tb_port *out = tunnel->dst_port;
828 tb_dp_port_set_hops(tunnel->dst_port,
835 if (tb_port_is_dpout(tunnel->dst_port))
836 tb_dp_port_set_hops(tunnel->dst_port, 0, 0, 0);
843 if (tb_port_is_dpout(tunnel->dst_port))
844 return tb_dp_port_enable(tunnel->dst_port, active);
902 struct tb_port *out = tunnel->dst_port;
941 struct tb_port *out = tunnel->dst_port;
979 struct tb_port *out = tunnel->dst_port;
1095 if (in->sw->config.depth < tunnel->dst_port->sw->config.depth) {
1153 if (in->sw->config.depth < tunnel->dst_port->sw->config.depth) {
1247 out = tunnel->dst_port;
1259 out = tunnel->dst_port;
1318 &tunnel->dst_port, "Video", alloc_hopid);
1335 path = tb_path_discover(tunnel->dst_port, -1, in, TB_DP_AUX_RX_HOPID,
1343 if (!tb_port_is_dpout(tunnel->dst_port)) {
1348 if (!tb_dp_port_is_enabled(tunnel->dst_port))
1351 if (!tb_dp_port_hpd_is_active(tunnel->dst_port))
1411 tunnel->dst_port = out;
1621 tunnel->dst_port = dst;
1752 if (tb_port_is_usb3_up(tunnel->dst_port))
1753 return tb_usb3_port_enable(tunnel->dst_port, activate);
1799 ret = tb_usb3_max_link_rate(tunnel->dst_port, tunnel->src_port);
1914 &tunnel->dst_port, "USB3 Down", alloc_hopid);
1923 path = tb_path_discover(tunnel->dst_port, -1, down, TB_USB3_HOPID, NULL,
1931 if (!tb_port_is_usb3_up(tunnel->dst_port)) {
1932 tb_port_warn(tunnel->dst_port,
1942 if (!tb_usb3_port_is_enabled(tunnel->dst_port)) {
2031 tunnel->dst_port = up;
2306 * @consumed_up: Consumed bandwidth in Mb/s from @dst_port to @src_port.
2308 * @consumed_down: Consumed bandwidth in Mb/s from @src_port to @dst_port.