Searched refs:consumed_bandwidth (Results 1 – 2 of 2) sorted by relevance
64 int (*consumed_bandwidth)(struct tb_tunnel *tunnel, int *consumed_up, member
1020 return tunnel->consumed_bandwidth(tunnel, allocated_up, in tb_dp_allocated_bandwidth()1357 tunnel->consumed_bandwidth = tb_dp_consumed_bandwidth; in tb_tunnel_discover_dp()1452 tunnel->consumed_bandwidth = tb_dp_consumed_bandwidth; in tb_tunnel_alloc_dp()2016 tunnel->consumed_bandwidth = tb_usb3_consumed_bandwidth; in tb_tunnel_discover_usb3()2110 tunnel->consumed_bandwidth = tb_usb3_consumed_bandwidth; in tb_tunnel_alloc_usb3()2375 if (tunnel->consumed_bandwidth) { in tb_tunnel_consumed_bandwidth()2378 ret = tunnel->consumed_bandwidth(tunnel, &up_bw, &down_bw); in tb_tunnel_consumed_bandwidth()