Searched refs:tb_dbg (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/drivers/thunderbolt/ |
D | tb.c | 420 tb_dbg(tb, "reclaiming unused bandwidth for USB3\n"); in tb_reclaim_usb3_bandwidth() 433 tb_dbg(tb, "available bandwidth for USB3 %d/%d Mb/s\n", in tb_reclaim_usb3_bandwidth() 448 tb_dbg(tb, "USB3 tunneling disabled, not creating tunnel\n"); in tb_tunnel_usb3() 860 tb_dbg(tb, "DP tunneling disabled, not creating tunnel\n"); in tb_tunnel_dp() 868 tb_dbg(tb, "looking for DP IN <-> DP OUT pairs:\n"); in tb_tunnel_dp() 891 tb_dbg(tb, "no suitable DP IN adapter available, not tunneling\n"); in tb_tunnel_dp() 895 tb_dbg(tb, "no suitable DP OUT adapter available, not tunneling\n"); in tb_tunnel_dp() 927 tb_dbg(tb, "available bandwidth for new DP tunnel %u/%u Mb/s\n", in tb_tunnel_dp() 1193 tb_dbg(tb, "hotplug event for upstream port %llx:%x (unplug: %d)\n", in tb_handle_hotplug() 1393 tb_dbg(tb, "suspending...\n"); in tb_suspend_noirq() [all …]
|
D | switch.c | 500 tb_dbg(tb, in tb_dump_port() 505 tb_dbg(tb, " Max hop id (in/out): %d/%d\n", in tb_dump_port() 507 tb_dbg(tb, " Max counters: %d\n", regs->max_counters); in tb_dump_port() 508 tb_dbg(tb, " NFC Credits: %#x\n", regs->nfc_credits); in tb_dump_port() 509 tb_dbg(tb, " Credits (total/control): %u/%u\n", port->total_credits, in tb_dump_port() 736 tb_dbg(port->sw->tb, " Port %d: not implemented\n", in tb_init_port() 1413 tb_dbg(tb, " %s Switch: %x:%x (Revision: %d, TB Version: %d)\n", in tb_dump_switch() 1416 tb_dbg(tb, " Max Port Number: %d\n", regs->max_port_number); in tb_dump_switch() 1417 tb_dbg(tb, " Config:\n"); in tb_dump_switch() 1418 tb_dbg(tb, in tb_dump_switch() [all …]
|
D | path.c | 456 tb_dbg(path->tb, in tb_path_deactivate() 485 tb_dbg(path->tb, in tb_path_activate() 556 tb_dbg(path->tb, "path activation complete\n"); in tb_path_activate()
|
D | tb.h | 637 #define tb_dbg(tb, fmt, arg...) dev_dbg(&(tb)->nhi->pdev->dev, fmt, ## arg) macro 648 #define tb_sw_dbg(sw, fmt, arg...) __TB_SW_PRINT(tb_dbg, sw, fmt, ##arg) 663 __TB_PORT_PRINT(tb_dbg, port, fmt, ##arg)
|
D | icm.c | 1670 tb_dbg(tb, "ICM rtd3 veto=0x%08x\n", pkg->veto_reason); in icm_icl_rtd3_veto() 1983 tb_dbg(tb, "USB4 proxy operations supported\n"); in icm_driver_ready() 2194 tb_dbg(tb, "NVM_AUTH response for %llx flags %#x status %#x\n", in icm_usb4_switch_nvm_auth_complete() 2238 tb_dbg(tb, "NVM_AUTH request for %llx\n", route); in icm_usb4_switch_nvm_authenticate() 2333 tb_dbg(tb, "NVM_AUTH found for %llx flags %#x status %#x\n", in icm_usb4_switch_nvm_authenticate_status() 2543 tb_dbg(tb, "using firmware connection manager\n"); in icm_probe()
|
D | domain.c | 462 tb_dbg(tb, "security level set to %s\n", in tb_domain_add()
|
D | tunnel.c | 68 __TB_TUNNEL_PRINT(tb_dbg, tunnel, fmt, ##arg)
|
D | xdomain.c | 607 tb_dbg(tb, "%llx: received XDomain request %#x\n", route, pkg->type); in tb_xdp_handle_request()
|