Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dacpi.c226 tb_port_warn(port, "ACPI: query online _DSM failed\n"); in tb_acpi_retimer_set_power()
249 tb_port_warn(port, in tb_acpi_retimer_set_power()
263 tb_port_warn(port, "ACPI: set online state _DSM failed with error %d\n", ret); in tb_acpi_retimer_set_power()
H A 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()
182 tb_port_warn(p, "failed to read path at %d\n", h); in tb_path_discover()
214 tb_port_warn(src, "failed to discover path starting at HopID %d\n", in tb_path_discover()
386 tb_port_warn(path->hops[i].in_port, in __tb_path_deallocate_nfc()
471 tb_port_warn(path->hops[i].in_port, in __tb_path_deactivate_hops()
H A Dtb.c126 tb_port_warn(in, "no available bandwidth groups\n"); in tb_attach_bandwidth_group()
1191 tb_port_warn(in, in tb_recalc_estimated_bandwidth_for_group()
1201 tb_port_warn(in, in tb_recalc_estimated_bandwidth_for_group()
1221 tb_port_warn(in, "failed to update estimated bandwidth\n"); in tb_recalc_estimated_bandwidth_for_group()
1956 tb_port_warn(in, "bandwidth request to non-DP IN adapter\n"); in tb_handle_dp_bandwidth_request()
1963 tb_port_warn(in, "bandwidth allocation mode not enabled\n"); in tb_handle_dp_bandwidth_request()
1972 tb_port_warn(in, "failed to read requested bandwidth\n"); in tb_handle_dp_bandwidth_request()
1981 tb_port_warn(in, "failed to find tunnel\n"); in tb_handle_dp_bandwidth_request()
1998 tb_port_warn(in, "not enough bandwidth available\n"); in tb_handle_dp_bandwidth_request()
2000 tb_port_warn(in, "failed to change bandwidth allocation\n"); in tb_handle_dp_bandwidth_request()
H A Dretimer.c374 tb_port_warn(port, "failed read retimer VendorId: %d\n", ret); in tb_retimer_add()
382 tb_port_warn(port, "failed read retimer ProductId: %d\n", ret); in tb_retimer_add()
H A Dswitch.c551 tb_port_warn(port, in tb_wait_for_port()
2839 tb_port_warn(up, "failed to enable lane bonding\n"); in tb_switch_lane_bonding_enable()
2845 tb_port_warn(down, "failed to enable lane bonding\n"); in tb_switch_lane_bonding_enable()
2856 tb_port_warn(down, "timeout enabling lane bonding\n"); in tb_switch_lane_bonding_enable()
3305 tb_port_warn(port, in tb_switch_resume()
3317 tb_port_warn(port, "failed to unlock port\n"); in tb_switch_resume()
3320 tb_port_warn(port, in tb_switch_resume()
H A Dxdomain.c1353 tb_port_warn(port->dual_link_port, in tb_xdomain_bond_lanes_uuid_high()
1360 tb_port_warn(port, "failed to set link width to %d\n", width); in tb_xdomain_bond_lanes_uuid_high()
2066 tb_port_warn(port, "failed to enable lane bonding\n"); in tb_xdomain_lane_bonding_enable()
2077 tb_port_warn(port, "failed to enable lane bonding\n"); in tb_xdomain_lane_bonding_enable()
2107 tb_port_warn(port, "timeout disabling lane bonding\n"); in tb_xdomain_lane_bonding_disable()
H A Dtunnel.c304 tb_port_warn(tunnel->dst_port, in tb_tunnel_discover_pci()
1344 tb_port_warn(in, "path does not end on a DP adapter, cleaning up\n"); in tb_tunnel_discover_dp()
1932 tb_port_warn(tunnel->dst_port, in tb_tunnel_discover_usb3()
2020 tb_port_warn(up, "not enough bandwidth for USB3 tunnel\n"); in tb_tunnel_alloc_usb3()
H A Dtb.h717 #define tb_port_warn(port, fmt, arg...) \ macro