Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtunnel.c328 tb_tunnel_dbg(tunnel, "extended encapsulation %s\n", in tb_pci_set_ext_encapsulation()
482 tb_tunnel_dbg(tunnel, "discovered\n"); in tb_tunnel_discover_pci()
827 tb_tunnel_dbg(tunnel, in tb_dp_xchg_caps()
838 tb_tunnel_dbg(tunnel, in tb_dp_xchg_caps()
859 tb_tunnel_dbg(tunnel, in tb_dp_xchg_caps()
878 tb_tunnel_dbg(tunnel, "disabling LTTPR\n"); in tb_dp_xchg_caps()
928 tb_tunnel_dbg(tunnel, "non-reduced bandwidth %u Mb/s x%u = %u Mb/s\n", in tb_dp_bandwidth_alloc_mode_enable()
944 tb_tunnel_dbg(tunnel, in tb_dp_bandwidth_alloc_mode_enable()
952 tb_tunnel_dbg(tunnel, "granularity %d Mb/s\n", granularity); in tb_dp_bandwidth_alloc_mode_enable()
972 tb_tunnel_dbg(tunnel, "estimated bandwidth %d Mb/s\n", estimated_bw); in tb_dp_bandwidth_alloc_mode_enable()
[all …]
H A Dtb.c886 tb_tunnel_dbg(tunnel, "reclaiming unused bandwidth\n"); in tb_reclaim_usb3_bandwidth()
899 tb_tunnel_dbg(tunnel, "available bandwidth %d/%d Mb/s\n", available_up, in tb_reclaim_usb3_bandwidth()
1497 tb_tunnel_dbg(tunnel, in tb_recalc_estimated_bandwidth_for_group()
1916 tb_tunnel_dbg(tunnel, "DPRX capabilities read completed\n"); in tb_dp_tunnel_active()
2551 tb_tunnel_dbg(tunnel, "bandwidth allocated currently %d/%d Mb/s\n", in tb_alloc_dp_bandwidth()
2593 tb_tunnel_dbg(tunnel, "corrected bandwidth request %d/%d Mb/s\n", in tb_alloc_dp_bandwidth()
2598 tb_tunnel_dbg(tunnel, in tb_alloc_dp_bandwidth()
2670 tb_tunnel_dbg(tunnel, "bandwidth available for allocation %d/%d (+ %u reserved) Mb/s\n", in tb_alloc_dp_bandwidth()
2721 tb_tunnel_dbg(tunnel, in tb_alloc_dp_bandwidth()
2817 tb_tunnel_dbg(tunnel, "not active yet\n"); in tb_handle_dp_bandwidth_request()
[all …]
H A Dtunnel.h241 #define tb_tunnel_dbg(tunnel, fmt, arg...) \ macro