Home
last modified time | relevance | path

Searched refs:tb_port_warn (Results 1 – 7 of 7) sorted by relevance

/drivers/thunderbolt/
Dpath.c50 tb_port_warn(port, "failed to read path at %d\n", hopid); in tb_path_find_dst_port()
136 tb_port_warn(p, "failed to read path at %d\n", h); in tb_path_discover()
179 tb_port_warn(p, "failed to read path at %d\n", h); in tb_path_discover()
208 tb_port_warn(src, "failed to discover path starting at HopID %d\n", in tb_path_discover()
380 tb_port_warn(path->hops[i].in_port, in __tb_path_deallocate_nfc()
452 tb_port_warn(path->hops[i].in_port, in __tb_path_deactivate_hops()
Dacpi.c225 tb_port_warn(port, "ACPI: query online _DSM failed\n"); in tb_acpi_retimer_set_power()
248 tb_port_warn(port, in tb_acpi_retimer_set_power()
262 tb_port_warn(port, "ACPI: set online state _DSM failed with error %d\n", ret); in tb_acpi_retimer_set_power()
Dretimer.c373 tb_port_warn(port, "failed read retimer VendorId: %d\n", ret); in tb_retimer_add()
381 tb_port_warn(port, "failed read retimer ProductId: %d\n", ret); in tb_retimer_add()
Dswitch.c596 tb_port_warn(port, in tb_wait_for_port()
2564 tb_port_warn(up, "failed to enable lane bonding\n"); in tb_switch_lane_bonding_enable()
2570 tb_port_warn(down, "failed to enable lane bonding\n"); in tb_switch_lane_bonding_enable()
2577 tb_port_warn(down, "timeout enabling lane bonding\n"); in tb_switch_lane_bonding_enable()
2990 tb_port_warn(port, in tb_switch_resume()
3002 tb_port_warn(port, "failed to unlock port\n"); in tb_switch_resume()
3004 tb_port_warn(port, in tb_switch_resume()
Dtunnel.c258 tb_port_warn(tunnel->dst_port, in tb_tunnel_discover_pci()
820 tb_port_warn(in, "path does not end on a DP adapter, cleaning up\n"); in tb_tunnel_discover_dp()
1398 tb_port_warn(tunnel->dst_port, in tb_tunnel_discover_usb3()
1486 tb_port_warn(up, "not enough bandwidth for USB3 tunnel\n"); in tb_tunnel_alloc_usb3()
Dxdomain.c1526 tb_port_warn(port, "failed to enable lane bonding\n"); in tb_xdomain_lane_bonding_enable()
1532 tb_port_warn(port, "timeout enabling lane bonding\n"); in tb_xdomain_lane_bonding_enable()
1559 tb_port_warn(port, "timeout disabling lane bonding\n"); in tb_xdomain_lane_bonding_disable()
Dtb.h660 #define tb_port_warn(port, fmt, arg...) \ macro