Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thunderbolt/
Dtb.c410 tb_dbg(tb, "reclaiming unused bandwidth for USB3\n"); in tb_reclaim_usb3_bandwidth()
423 tb_dbg(tb, "available bandwidth for USB3 %d/%d Mb/s\n", in tb_reclaim_usb3_bandwidth()
845 tb_dbg(tb, "looking for DP IN <-> DP OUT pairs:\n"); in tb_tunnel_dp()
868 tb_dbg(tb, "no suitable DP IN adapter available, not tunneling\n"); in tb_tunnel_dp()
872 tb_dbg(tb, "no suitable DP OUT adapter available, not tunneling\n"); in tb_tunnel_dp()
904 tb_dbg(tb, "available bandwidth for new DP tunnel %u/%u Mb/s\n", in tb_tunnel_dp()
1139 tb_dbg(tb, "hotplug event for upstream port %llx:%x (unplug: %d)\n", in tb_handle_hotplug()
1339 tb_dbg(tb, "suspending...\n"); in tb_suspend_noirq()
1343 tb_dbg(tb, "suspend finished\n"); in tb_suspend_noirq()
1379 tb_dbg(tb, "resuming...\n"); in tb_resume_noirq()
[all …]
Dswitch.c493 tb_dbg(tb, in tb_dump_port()
498 tb_dbg(tb, " Max hop id (in/out): %d/%d\n", in tb_dump_port()
500 tb_dbg(tb, " Max counters: %d\n", port->max_counters); in tb_dump_port()
501 tb_dbg(tb, " NFC Credits: %#x\n", port->nfc_credits); in tb_dump_port()
736 tb_dbg(port->sw->tb, " Port %d: not implemented\n", in tb_init_port()
1265 tb_dbg(tb, " %s Switch: %x:%x (Revision: %d, TB Version: %d)\n", in tb_dump_switch()
1268 tb_dbg(tb, " Max Port Number: %d\n", regs->max_port_number); in tb_dump_switch()
1269 tb_dbg(tb, " Config:\n"); in tb_dump_switch()
1270 tb_dbg(tb, in tb_dump_switch()
1275 tb_dbg(tb, " unknown1: %#x unknown4: %#x\n", in tb_dump_switch()
[all …]
Dpath.c449 tb_dbg(path->tb, in tb_path_deactivate()
477 tb_dbg(path->tb, in tb_path_activate()
548 tb_dbg(path->tb, "path activation complete\n"); in tb_path_activate()
Dtb.h568 #define tb_dbg(tb, fmt, arg...) dev_dbg(&(tb)->nhi->pdev->dev, fmt, ## arg) macro
579 #define tb_sw_dbg(sw, fmt, arg...) __TB_SW_PRINT(tb_dbg, sw, fmt, ##arg)
594 __TB_PORT_PRINT(tb_dbg, port, fmt, ##arg)
Dtunnel.c61 __TB_TUNNEL_PRINT(tb_dbg, tunnel, fmt, ##arg)
Dicm.c1628 tb_dbg(tb, "ICM rtd3 veto=0x%08x\n", pkg->veto_reason); in icm_icl_rtd3_veto()