Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtb.c712 int link_speed, link_width, up_bw, down_bw; in tb_maximum_bandwidth() local
729 down_bw = link_speed * 1 * 1000; in tb_maximum_bandwidth()
732 down_bw = link_speed * 3 * 1000; in tb_maximum_bandwidth()
742 down_bw = link_speed * 3 * 1000; in tb_maximum_bandwidth()
745 down_bw = link_speed * 1 * 1000; in tb_maximum_bandwidth()
749 down_bw = up_bw; in tb_maximum_bandwidth()
762 down_bw = link_speed * 3 * 1000; in tb_maximum_bandwidth()
765 down_bw = link_speed * 1 * 1000; in tb_maximum_bandwidth()
775 down_bw = link_speed * 3 * 1000; in tb_maximum_bandwidth()
778 down_bw = link_speed * 1 * 1000; in tb_maximum_bandwidth()
[all …]
H A Dtunnel.c2577 int up_bw = 0, down_bw = 0; in tb_tunnel_consumed_bandwidth() local
2589 ret = tunnel->consumed_bandwidth(tunnel, &up_bw, &down_bw); in tb_tunnel_consumed_bandwidth()
2597 *consumed_down = down_bw; in tb_tunnel_consumed_bandwidth()
2599 tb_tunnel_dbg(tunnel, "consumed bandwidth %d/%d Mb/s\n", up_bw, down_bw); in tb_tunnel_consumed_bandwidth()