Home
last modified time | relevance | path

Searched refs:down_bw (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/thunderbolt/
Dtb.c370 int link_speed, link_width, up_bw, down_bw; in tb_available_bandwidth() local
388 down_bw = up_bw; in tb_available_bandwidth()
412 down_bw -= dp_consumed_down; in tb_available_bandwidth()
422 down_bw -= usb3_consumed_down; in tb_available_bandwidth()
426 if (down_bw < *available_down) in tb_available_bandwidth()
427 *available_down = down_bw; in tb_available_bandwidth()
Dtunnel.c1731 int up_bw = 0, down_bw = 0; in tb_tunnel_consumed_bandwidth() local
1739 ret = tunnel->consumed_bandwidth(tunnel, &up_bw, &down_bw); in tb_tunnel_consumed_bandwidth()
1744 down_bw); in tb_tunnel_consumed_bandwidth()
1751 *consumed_down = down_bw; in tb_tunnel_consumed_bandwidth()