Lines Matching refs:src_port

65 		      tb_route(__tunnel->src_port->sw),                 \
66 __tunnel->src_port->port, \
162 if (usb4_switch_version(tunnel->src_port->sw) < 2 ||
166 ret = usb4_pci_port_set_ext_encapsulation(tunnel->src_port, enable);
189 res = tb_pci_port_enable(tunnel->src_port, activate);
276 tunnel->src_port = down;
309 if (down != tunnel->src_port) {
353 tunnel->src_port = down;
580 struct tb_port *in = tunnel->src_port;
676 struct tb_port *in = tunnel->src_port;
776 struct tb_port *in = tunnel->src_port;
802 struct tb_port *in = tunnel->src_port;
823 tb_dp_port_set_hops(tunnel->src_port,
833 tb_dp_port_hpd_clear(tunnel->src_port);
834 tb_dp_port_set_hops(tunnel->src_port, 0, 0, 0);
839 ret = tb_dp_port_enable(tunnel->src_port, active);
853 struct tb_port *in = tunnel->src_port;
903 struct tb_port *in = tunnel->src_port;
942 struct tb_port *in = tunnel->src_port;
980 struct tb_port *in = tunnel->src_port;
1019 struct tb_port *in = tunnel->src_port;
1052 struct tb_port *in = tunnel->src_port;
1085 struct tb_port *in = tunnel->src_port;
1109 struct tb_port *in = tunnel->src_port;
1246 in = tunnel->src_port;
1315 tunnel->src_port = in;
1354 if (port != tunnel->src_port) {
1410 tunnel->src_port = in;
1620 tunnel->src_port = nhi;
1739 return usb4_usb3_port_allocate_bandwidth(tunnel->src_port,
1748 res = tb_usb3_port_enable(tunnel->src_port, activate);
1776 ret = usb4_usb3_port_release_bandwidth(tunnel->src_port,
1793 ret = usb4_usb3_port_actual_link_rate(tunnel->src_port);
1799 ret = tb_usb3_max_link_rate(tunnel->dst_port, tunnel->src_port);
1831 ret = usb4_usb3_port_allocate_bandwidth(tunnel->src_port, &allocate_up,
1906 tunnel->src_port = down;
1937 if (down != tunnel->src_port) {
2030 tunnel->src_port = down;
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.