Home
last modified time | relevance | path

Searched refs:allocated_down (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dtunnel.h45 * @allocated_down: Allocated downstream bandwidth (only for USB3)
61 int *allocated_down);
75 int allocated_down; member
110 int *allocated_down);
H A Dtunnel.c939 int *allocated_down) in tb_dp_allocated_bandwidth()
964 *allocated_down = allocated_bw; in tb_dp_allocated_bandwidth()
967 *allocated_down = 0; in tb_dp_allocated_bandwidth()
973 allocated_down); in tb_dp_allocated_bandwidth()
1737 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_init()
1741 &tunnel->allocated_down); in tb_usb3_init()
1768 *consumed_down = tunnel->allocated_down * (3 + pcie_enabled) / 3; in tb_usb3_consumed_bandwidth()
1778 &tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()
1783 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()
1814 tunnel->allocated_down > in tb_usb3_reclaim_available_bandwidth()
938 tb_dp_allocated_bandwidth(struct tb_tunnel *tunnel, int *allocated_up, int *allocated_down) tb_dp_allocated_bandwidth() argument
2268 tb_tunnel_allocated_bandwidth(struct tb_tunnel *tunnel, int *allocated_up, int *allocated_down) tb_tunnel_allocated_bandwidth() argument
[all...]
H A Dtb.c1771 int allocated_up, allocated_down, available_up, available_down, ret; in tb_alloc_dp_bandwidth() local
1777 ret = tb_tunnel_allocated_bandwidth(tunnel, &allocated_up, &allocated_down); in tb_alloc_dp_bandwidth()
1785 allocated_up, allocated_down); in tb_alloc_dp_bandwidth()
1838 (*requested_down >= 0 && requested_down_corrected <= allocated_down)) { in tb_alloc_dp_bandwidth()
/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dtunnel.c899 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_init()
903 &tunnel->allocated_down); in tb_usb3_init()
928 *consumed_down = tunnel->allocated_down * (3 + 1) / 3; in tb_usb3_consumed_bandwidth()
938 &tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()
943 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()
974 tunnel->allocated_down >= max_rate) in tb_usb3_reclaim_available_bandwidth()
983 if (allocate_down < tunnel->allocated_down) in tb_usb3_reclaim_available_bandwidth()
984 allocate_down = tunnel->allocated_down; in tb_usb3_reclaim_available_bandwidth()
988 allocate_down == tunnel->allocated_down) in tb_usb3_reclaim_available_bandwidth()
1001 tunnel->allocated_down in tb_usb3_reclaim_available_bandwidth()
[all...]
H A Dtunnel.h41 * @allocated_down: Allocated downstream bandwidth (only for USB3)
62 int allocated_down; member

Completed in 8 milliseconds