Home
last modified time | relevance | path

Searched refs:tb_warn (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/thunderbolt/
H A Dicm.c496 tb_warn(tb, "PCIe tunnel creation failed\n"); in icm_fr_approve_switch()
523 tb_warn(tb, "Adding key to switch failed\n"); in icm_fr_add_switch_key()
617 tb_warn(tb, "failed to allocate switch at %llx\n", route); in alloc_switch()
880 tb_warn(tb, "invalid topology %u.%u, ignoring\n", link, depth); in icm_fr_device_disconnected()
886 tb_warn(tb, "no switch exists at %u.%u, ignoring\n", link, in icm_fr_device_disconnected()
916 tb_warn(tb, "invalid topology %u.%u, ignoring\n", link, depth); in icm_fr_xdomain_connected()
977 tb_warn(tb, "no switch exists at %u.%u, ignoring\n", link, in icm_fr_xdomain_connected()
1061 tb_warn(tb, "PCIe tunnel creation failed\n"); in icm_tr_approve_switch()
1089 tb_warn(tb, "Adding key to switch failed\n"); in icm_tr_add_switch_key()
1311 tb_warn(tb, "no switch exists at %llx, ignoring\n", route); in icm_tr_device_disconnected()
[all …]
H A Dtb.c979 tb_warn(tb, "failed to calculate available bandwidth\n"); in tb_reclaim_usb3_bandwidth()
1782 tb_warn(tb, "failed to release unused bandwidth\n"); in tb_tunnel_one_dp()
2223 tb_warn(tb, in tb_handle_hotplug()
2229 tb_warn(tb, in tb_handle_hotplug()
2473 tb_warn(tb, "bandwidth request from non-existent router %llx\n", in tb_handle_dp_bandwidth_request()
2568 tb_warn(tb, "could not ack notification on %llx\n", in tb_handle_notification()
2574 tb_warn(tb, "could not ack notification on %llx\n", in tb_handle_notification()
2603 tb_warn(tb, "unexpected event %#x, ignoring\n", type); in tb_handle_event()
2608 tb_warn(tb, "could not ack plug event on %llx:%x\n", route, in tb_handle_event()
3062 tb_warn(tb, "device links to tunneled native ports are missing!\n"); in tb_probe()
H A Dtunnel.h159 __TB_TUNNEL_PRINT(tb_warn, tunnel, fmt, ##arg)
H A Dtb.h689 #define tb_warn(tb, fmt, arg...) dev_warn(&(tb)->nhi->pdev->dev, fmt, ## arg) macro
700 #define tb_sw_warn(sw, fmt, arg...) __TB_SW_PRINT(tb_warn, sw, fmt, ##arg)
713 __TB_PORT_PRINT(tb_warn, port, fmt, ##arg)
H A Ddomain.c340 tb_warn(tb, "domain does not have event handler\n"); in tb_domain_event_cb()
H A Dxdomain.c842 tb_warn(tb, "failed to send XDomain response for %#x\n", in tb_xdp_handle_request()