Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtb.c895 tb_tunnel_warn(tunnel, "failed to calculate available bandwidth\n"); in tb_reclaim_usb3_bandwidth()
1467 tb_tunnel_warn(tunnel, in tb_recalc_estimated_bandwidth_for_group()
1477 tb_tunnel_warn(tunnel, in tb_recalc_estimated_bandwidth_for_group()
1504 tb_tunnel_warn(tunnel, in tb_recalc_estimated_bandwidth_for_group()
1922 tb_tunnel_warn(tunnel, in tb_dp_tunnel_active()
1963 tb_tunnel_warn(tunnel, "not active, tearing down\n"); in tb_dp_tunnel_active()
2693 tb_tunnel_warn(tunnel, "failed to allocate bandwidth\n"); in tb_alloc_dp_bandwidth()
2814 tb_tunnel_warn(tunnel, in tb_handle_dp_bandwidth_request()
2837 tb_tunnel_warn(tunnel, in tb_handle_dp_bandwidth_request()
H A Dtunnel.c472 tb_tunnel_warn(tunnel, "path is not complete, cleaning up\n"); in tb_tunnel_discover_pci()
477 tb_tunnel_warn(tunnel, in tb_tunnel_discover_pci()
1621 tb_tunnel_warn(tunnel, "path is not complete, cleaning up\n"); in tb_tunnel_discover_dp()
2085 tb_tunnel_warn(tunnel, "failed to read maximum link rate\n"); in tb_usb3_reclaim_available_bandwidth()
2222 tb_tunnel_warn(tunnel, "path is not complete, cleaning up\n"); in tb_tunnel_discover_usb3()
2227 tb_tunnel_warn(tunnel, in tb_tunnel_discover_usb3()
2420 tb_tunnel_warn(tunnel, "activation failed\n"); in tb_tunnel_activate()
H A Dtunnel.h237 #define tb_tunnel_warn(tunnel, fmt, arg...) \ macro