Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtb.c870 tb_tunnel_dbg(tunnel, "reclaiming unused bandwidth\n"); in tb_reclaim_usb3_bandwidth()
883 tb_tunnel_dbg(tunnel, "available bandwidth %d/%d Mb/s\n", available_up, in tb_reclaim_usb3_bandwidth()
1458 tb_tunnel_dbg(tunnel, in tb_recalc_estimated_bandwidth_for_group()
2465 tb_tunnel_dbg(tunnel, "bandwidth allocated currently %d/%d Mb/s\n", in tb_alloc_dp_bandwidth()
2507 tb_tunnel_dbg(tunnel, "corrected bandwidth request %d/%d Mb/s\n", in tb_alloc_dp_bandwidth()
2512 tb_tunnel_dbg(tunnel, in tb_alloc_dp_bandwidth()
2580 tb_tunnel_dbg(tunnel, "bandwidth available for allocation %d/%d (+ %u reserved) Mb/s\n", in tb_alloc_dp_bandwidth()
2631 tb_tunnel_dbg(tunnel, in tb_alloc_dp_bandwidth()
2729 tb_tunnel_dbg(tunnel, in tb_handle_dp_bandwidth_request()
H A Dtunnel.h168 #define tb_tunnel_dbg(tunnel, fmt, arg...) \ macro