Home
last modified time | relevance | path

Searched refs:tb_tunnel_consumed_bandwidth (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/thunderbolt/
H A Dtunnel.h164 int tb_tunnel_consumed_bandwidth(struct tb_tunnel *tunnel, int *consumed_up,
H A Dtb.c570 ret = tb_tunnel_consumed_bandwidth(tunnel, consumed_up, in tb_consumed_usb3_pcie_bandwidth()
655 ret = tb_tunnel_consumed_bandwidth(tunnel, &dp_consumed_up, in tb_consumed_dp_bandwidth()
1911 ret = tb_tunnel_consumed_bandwidth(tunnel, &consumed_up, in tb_dp_tunnel_active()
H A Dtunnel.c2541 * tb_tunnel_consumed_bandwidth() - Return bandwidth consumed by the tunnel
2552 int tb_tunnel_consumed_bandwidth(struct tb_tunnel *tunnel, int *consumed_up, in tb_tunnel_consumed_bandwidth() function