Lines Matching refs:dst_port
48 tb_route(__tunnel->dst_port->sw), \
49 __tunnel->dst_port->port, \
94 if (tb_port_is_pcie_up(tunnel->dst_port))
95 return tb_pci_port_enable(tunnel->dst_port, activate);
162 &tunnel->dst_port, "PCIe Up");
171 path = tb_path_discover(tunnel->dst_port, -1, down, TB_PCI_HOPID, NULL,
179 if (!tb_port_is_pcie_up(tunnel->dst_port)) {
180 tb_port_warn(tunnel->dst_port,
190 if (!tb_pci_port_is_enabled(tunnel->dst_port)) {
230 tunnel->dst_port = up;
424 struct tb_port *out = tunnel->dst_port;
523 tb_dp_port_set_hops(tunnel->dst_port,
530 if (tb_port_is_dpout(tunnel->dst_port))
531 tb_dp_port_set_hops(tunnel->dst_port, 0, 0, 0);
538 if (tb_port_is_dpout(tunnel->dst_port))
539 return tb_dp_port_enable(tunnel->dst_port, active);
594 if (in->sw->config.depth < tunnel->dst_port->sw->config.depth) {
673 &tunnel->dst_port, "Video");
688 path = tb_path_discover(tunnel->dst_port, -1, in, TB_DP_AUX_RX_HOPID,
696 if (!tb_port_is_dpout(tunnel->dst_port)) {
701 if (!tb_dp_port_is_enabled(tunnel->dst_port))
704 if (!tb_dp_port_hpd_is_active(tunnel->dst_port))
757 tunnel->dst_port = out;
855 tunnel->dst_port = dst;
914 if (tb_port_is_usb3_up(tunnel->dst_port))
915 return tb_usb3_port_enable(tunnel->dst_port, activate);
959 ret = tb_usb3_max_link_rate(tunnel->dst_port, tunnel->src_port);
1054 &tunnel->dst_port, "USB3 Down");
1063 path = tb_path_discover(tunnel->dst_port, -1, down, TB_USB3_HOPID, NULL,
1071 if (!tb_port_is_usb3_up(tunnel->dst_port)) {
1072 tb_port_warn(tunnel->dst_port,
1082 if (!tb_usb3_port_is_enabled(tunnel->dst_port)) {
1171 tunnel->dst_port = up;
1377 * @consumed_up: Consumed bandwidth in Mb/s from @dst_port to @src_port.
1379 * @consumed_down: Consumed bandwidth in Mb/s from @src_port to @dst_port.