Lines Matching refs:src_port
46 tb_route(__tunnel->src_port->sw), \
47 __tunnel->src_port->port, \
90 res = tb_pci_port_enable(tunnel->src_port, activate);
154 tunnel->src_port = down;
185 if (down != tunnel->src_port) {
229 tunnel->src_port = down;
425 struct tb_port *in = tunnel->src_port;
518 tb_dp_port_set_hops(tunnel->src_port,
528 tb_dp_port_hpd_clear(tunnel->src_port);
529 tb_dp_port_set_hops(tunnel->src_port, 0, 0, 0);
534 ret = tb_dp_port_enable(tunnel->src_port, active);
547 struct tb_port *in = tunnel->src_port;
670 tunnel->src_port = in;
707 if (port != tunnel->src_port) {
756 tunnel->src_port = in;
802 struct tb_port *nhi = tunnel->src_port;
854 tunnel->src_port = nhi;
901 return usb4_usb3_port_allocate_bandwidth(tunnel->src_port,
910 res = tb_usb3_port_enable(tunnel->src_port, activate);
936 ret = usb4_usb3_port_release_bandwidth(tunnel->src_port,
953 ret = usb4_usb3_port_actual_link_rate(tunnel->src_port);
959 ret = tb_usb3_max_link_rate(tunnel->dst_port, tunnel->src_port);
991 ret = usb4_usb3_port_allocate_bandwidth(tunnel->src_port, &allocate_up,
1046 tunnel->src_port = down;
1077 if (down != tunnel->src_port) {
1170 tunnel->src_port = down;
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.