Searched refs:down_bw (Results 1 – 2 of 2) sorted by relevance
710 int link_speed, link_width, up_bw, down_bw; in tb_maximum_bandwidth() local 727 down_bw = link_speed * 1 * 1000; in tb_maximum_bandwidth() 730 down_bw = link_speed * 3 * 1000; in tb_maximum_bandwidth() 740 down_bw = link_speed * 3 * 1000; in tb_maximum_bandwidth() 743 down_bw = link_speed * 1 * 1000; in tb_maximum_bandwidth() 747 down_bw = up_bw; in tb_maximum_bandwidth() 760 down_bw = link_speed * 3 * 1000; in tb_maximum_bandwidth() 763 down_bw = link_speed * 1 * 1000; in tb_maximum_bandwidth() 773 down_bw = link_speed * 3 * 1000; in tb_maximum_bandwidth() 776 down_bw in tb_maximum_bandwidth() [all...]
2555 int up_bw = 0, down_bw = 0; in tb_tunnel_consumed_bandwidth() local 2567 ret = tunnel->consumed_bandwidth(tunnel, &up_bw, &down_bw); in tb_tunnel_consumed_bandwidth() 2575 *consumed_down = down_bw; in tb_tunnel_consumed_bandwidth() 2577 tb_tunnel_dbg(tunnel, "consumed bandwidth %d/%d Mb/s\n", up_bw, down_bw); in tb_tunnel_consumed_bandwidth()