Home
last modified time | relevance | path

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

/linux-6.15/drivers/thunderbolt/
H A Dtunnel.c395 tb_tunnel_warn(tunnel, "path is not complete, cleaning up\n"); in tb_tunnel_discover_pci()
400 tb_tunnel_warn(tunnel, in tb_tunnel_discover_pci()
1539 tb_tunnel_warn(tunnel, "path is not complete, cleaning up\n"); in tb_tunnel_discover_dp()
2002 tb_tunnel_warn(tunnel, "failed to read maximum link rate\n"); in tb_usb3_reclaim_available_bandwidth()
2138 tb_tunnel_warn(tunnel, "path is not complete, cleaning up\n"); in tb_tunnel_discover_usb3()
2143 tb_tunnel_warn(tunnel, in tb_tunnel_discover_usb3()
2333 tb_tunnel_warn(tunnel, "activation failed\n"); in tb_tunnel_activate()
H A Dtb.c891 tb_tunnel_warn(tunnel, "failed to calculate available bandwidth\n"); in tb_reclaim_usb3_bandwidth()
1450 tb_tunnel_warn(tunnel, in tb_recalc_estimated_bandwidth_for_group()
1460 tb_tunnel_warn(tunnel, in tb_recalc_estimated_bandwidth_for_group()
1487 tb_tunnel_warn(tunnel, in tb_recalc_estimated_bandwidth_for_group()
1905 tb_tunnel_warn(tunnel, in tb_dp_tunnel_active()
1946 tb_tunnel_warn(tunnel, "not active, tearing down\n"); in tb_dp_tunnel_active()
2670 tb_tunnel_warn(tunnel, "failed to allocate bandwidth\n"); in tb_alloc_dp_bandwidth()
2790 tb_tunnel_warn(tunnel, in tb_handle_dp_bandwidth_request()
2813 tb_tunnel_warn(tunnel, in tb_handle_dp_bandwidth_request()
H A Dtunnel.h213 #define tb_tunnel_warn(tunnel, fmt, arg...) \ macro