Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
Dswitch.c445 tb_dbg(tb, in tb_dump_port()
450 tb_dbg(tb, " Max hop id (in/out): %d/%d\n", in tb_dump_port()
452 tb_dbg(tb, " Max counters: %d\n", port->max_counters); in tb_dump_port()
453 tb_dbg(tb, " NFC Credits: %#x\n", port->nfc_credits); in tb_dump_port()
619 tb_dbg(port->sw->tb, " Port %d: not implemented\n", in tb_init_port()
939 tb_dbg(tb, " Switch: %x:%x (Revision: %d, TB Version: %d)\n", in tb_dump_switch()
942 tb_dbg(tb, " Max Port Number: %d\n", sw->max_port_number); in tb_dump_switch()
943 tb_dbg(tb, " Config:\n"); in tb_dump_switch()
944 tb_dbg(tb, in tb_dump_switch()
949 tb_dbg(tb, " unknown1: %#x unknown4: %#x\n", in tb_dump_switch()
[all …]
Dtb.c527 tb_dbg(tb, "hotplug event for upstream port %llx:%x (unplug: %d)\n", in tb_handle_hotplug()
697 tb_dbg(tb, "suspending...\n"); in tb_suspend_noirq()
700 tb_dbg(tb, "suspend finished\n"); in tb_suspend_noirq()
710 tb_dbg(tb, "resuming...\n"); in tb_resume_noirq()
725 tb_dbg(tb, "tunnels restarted, sleeping for 100ms\n"); in tb_resume_noirq()
730 tb_dbg(tb, "resume finished\n"); in tb_resume_noirq()
Dpath.c416 tb_dbg(path->tb, in tb_path_deactivate()
444 tb_dbg(path->tb, in tb_path_activate()
515 tb_dbg(path->tb, "path activation complete\n"); in tb_path_activate()
Dtb.h448 #define tb_dbg(tb, fmt, arg...) dev_dbg(&(tb)->nhi->pdev->dev, fmt, ## arg) macro
459 #define tb_sw_dbg(sw, fmt, arg...) __TB_SW_PRINT(tb_dbg, sw, fmt, ##arg)
474 __TB_PORT_PRINT(tb_dbg, port, fmt, ##arg)
Dtunnel.c54 __TB_TUNNEL_PRINT(tb_dbg, tunnel, fmt, ##arg)
Dicm.c1580 tb_dbg(tb, "ICM rtd3 veto=0x%08x\n", pkg->veto_reason); in icm_icl_rtd3_veto()