Lines Matching full:bandwidth
462 tb_port_dbg(in, "maximum supported bandwidth %u Mb/s x%u = %u Mb/s\n", in tb_dp_xchg_caps()
466 * If the tunnel bandwidth is limited (max_bw is set) then see in tb_dp_xchg_caps()
467 * if we need to reduce bandwidth to fit there. in tb_dp_xchg_caps()
472 tb_port_dbg(out, "maximum supported bandwidth %u Mb/s x%u = %u Mb/s\n", in tb_dp_xchg_caps()
487 tb_port_info(out, "not enough bandwidth for DP tunnel\n"); in tb_dp_xchg_caps()
492 tb_port_dbg(out, "bandwidth reduced to %u Mb/s x%u = %u Mb/s\n", in tb_dp_xchg_caps()
588 /* No bandwidth management for legacy devices */ in tb_dp_consumed_bandwidth()
728 * @max_up: Maximum available upstream bandwidth for the DP tunnel (%0
730 * @max_down: Maximum available downstream bandwidth for the DP tunnel
898 tb_tunnel_dbg(tunnel, "allocating initial bandwidth %d/%d Mb/s\n", in tb_usb3_init()
924 * PCIe tunneling affects the USB3 bandwidth so take that it in tb_usb3_consumed_bandwidth()
942 tb_tunnel_dbg(tunnel, "decreased bandwidth allocation to %d/%d Mb/s\n", in tb_usb3_release_unused_bandwidth()
994 tb_tunnel_info(tunnel, "failed to allocate bandwidth\n"); in tb_usb3_reclaim_available_bandwidth()
1004 tb_tunnel_dbg(tunnel, "increased bandwidth allocation to %d/%d Mb/s\n", in tb_usb3_reclaim_available_bandwidth()
1092 * Read the initial bandwidth allocation for the first in tb_tunnel_discover_usb3()
1100 tb_tunnel_dbg(tunnel, "currently allocated bandwidth %d/%d Mb/s\n", in tb_tunnel_discover_usb3()
1127 * @max_up: Maximum available upstream bandwidth for the USB3 tunnel (%0
1129 * @max_down: Maximum available downstream bandwidth for the USB3 tunnel
1146 * Check that we have enough bandwidth available for the new in tb_tunnel_alloc_usb3()
1156 tb_port_dbg(up, "required bandwidth for USB3 tunnel %d Mb/s\n", in tb_tunnel_alloc_usb3()
1160 tb_port_warn(up, "not enough bandwidth for USB3 tunnel\n"); in tb_tunnel_alloc_usb3()
1375 * tb_tunnel_consumed_bandwidth() - Return bandwidth consumed by the tunnel
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.
1382 * Stores the amount of isochronous bandwidth @tunnel consumes in
1401 tb_tunnel_dbg(tunnel, "consumed bandwidth %d/%d Mb/s\n", up_bw, in tb_tunnel_consumed_bandwidth()
1415 * tb_tunnel_release_unused_bandwidth() - Release unused bandwidth
1416 * @tunnel: Tunnel whose unused bandwidth to release
1418 * If tunnel supports dynamic bandwidth management (USB3 tunnels at the
1419 * moment) this function makes it to release all the unused bandwidth.
1440 * tb_tunnel_reclaim_available_bandwidth() - Reclaim available bandwidth
1441 * @tunnel: Tunnel reclaiming available bandwidth
1442 * @available_up: Available upstream bandwidth (in Mb/s)
1443 * @available_down: Available downstream bandwidth (in Mb/s)
1445 * Reclaims bandwidth from @available_up and @available_down and updates