Home
last modified time | relevance | path

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

/linux-6.15/drivers/thunderbolt/
H A Dtunnel.c1186 return tunnel->consumed_bandwidth(tunnel, allocated_up, in tb_dp_allocated_bandwidth()
1498 tunnel->consumed_bandwidth = tb_dp_consumed_bandwidth; in tb_tunnel_discover_dp()
1603 tunnel->consumed_bandwidth = tb_dp_consumed_bandwidth; in tb_tunnel_alloc_dp()
2164 tunnel->consumed_bandwidth = tb_usb3_consumed_bandwidth; in tb_tunnel_discover_usb3()
2249 tunnel->consumed_bandwidth = tb_usb3_consumed_bandwidth; in tb_tunnel_alloc_usb3()
2482 if (tb_tunnel_is_activated(tunnel) && tunnel->consumed_bandwidth) { in tb_tunnel_consumed_bandwidth()
2485 ret = tunnel->consumed_bandwidth(tunnel, &up_bw, &down_bw); in tb_tunnel_consumed_bandwidth()
H A Dtunnel.h90 int (*consumed_bandwidth)(struct tb_tunnel *tunnel, int *consumed_up, member