Searched refs:tb_dbg (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/thunderbolt/ |
D | tb.c | 898 tb_dbg(tb, "USB3 tunneling disabled, not creating tunnel\n"); in tb_tunnel_usb3() 1400 tb_dbg(tb, "re-calculating bandwidth estimation for group %u\n", in tb_recalc_estimated_bandwidth_for_group() 1473 tb_dbg(tb, "bandwidth estimation for group %u done\n", group->index); in tb_recalc_estimated_bandwidth_for_group() 1481 tb_dbg(tb, "bandwidth consumption changed, re-calculating estimated bandwidth\n"); in tb_recalc_estimated_bandwidth() 1490 tb_dbg(tb, "bandwidth re-calculation done\n"); in tb_recalc_estimated_bandwidth() 1496 tb_dbg(group->tb, "group %d released total %d Mb/s\n", group->index, in __release_group_bandwidth() 1920 tb_dbg(tb, "available bandwidth for new DP tunnel %u/%u Mb/s\n", in tb_tunnel_one_dp() 1984 tb_dbg(tb, "DP tunneling disabled, not creating tunnel\n"); in tb_tunnel_dp() 1992 tb_dbg(tb, "looking for DP IN <-> DP OUT pairs:\n"); in tb_tunnel_dp() 2016 tb_dbg(tb, "no suitable DP IN adapter available, not tunneling\n"); in tb_tunnel_dp() [all …]
|
D | path.c | 169 tb_dbg(path->tb, "discovering %s path starting from %llx:%u\n", in tb_path_discover() 210 tb_dbg(path->tb, "path discovery complete\n"); in tb_path_discover() 483 tb_dbg(path->tb, in tb_path_deactivate() 512 tb_dbg(path->tb, in tb_path_activate() 584 tb_dbg(path->tb, "path activation complete\n"); in tb_path_activate()
|
D | switch.c | 448 tb_dbg(tb, in tb_dump_port() 453 tb_dbg(tb, " Max hop id (in/out): %d/%d\n", in tb_dump_port() 455 tb_dbg(tb, " Max counters: %d\n", regs->max_counters); in tb_dump_port() 456 tb_dbg(tb, " NFC Credits: %#x\n", regs->nfc_credits); in tb_dump_port() 457 tb_dbg(tb, " Credits (total/control): %u/%u\n", port->total_credits, in tb_dump_port() 708 tb_dbg(port->sw->tb, " Port %d: not implemented\n", in tb_init_port() 1530 tb_dbg(tb, " %s Switch: %x:%x (Revision: %d, TB Version: %d)\n", in tb_dump_switch() 1533 tb_dbg(tb, " Max Port Number: %d\n", regs->max_port_number); in tb_dump_switch() 1534 tb_dbg(tb, " Config:\n"); in tb_dump_switch() 1535 tb_dbg(tb, in tb_dump_switch() [all …]
|
D | tunnel.h | 169 __TB_TUNNEL_PRINT(tb_dbg, tunnel, fmt, ##arg)
|
D | xdomain.c | 762 tb_dbg(tb, "%llx: received XDomain properties request\n", route); in tb_xdp_handle_request() 770 tb_dbg(tb, "%llx: received XDomain properties changed request\n", in tb_xdp_handle_request() 787 tb_dbg(tb, "%llx: received XDomain UUID request\n", route); in tb_xdp_handle_request() 801 tb_dbg(tb, "%llx: received XDomain link state status request\n", in tb_xdp_handle_request() 814 tb_dbg(tb, "%llx: received XDomain link state change request\n", in tb_xdp_handle_request() 833 tb_dbg(tb, "%llx: unknown XDomain request %#x\n", route, pkg->type); in tb_xdp_handle_request()
|
D | icm.c | 1668 tb_dbg(tb, "ICM rtd3 veto=0x%08x\n", pkg->veto_reason); in icm_icl_rtd3_veto() 1986 tb_dbg(tb, "USB4 proxy operations supported\n"); in icm_driver_ready() 2197 tb_dbg(tb, "NVM_AUTH response for %llx flags %#x status %#x\n", in icm_usb4_switch_nvm_auth_complete() 2241 tb_dbg(tb, "NVM_AUTH request for %llx\n", route); in icm_usb4_switch_nvm_authenticate() 2336 tb_dbg(tb, "NVM_AUTH found for %llx flags %#x status %#x\n", in icm_usb4_switch_nvm_authenticate_status() 2553 tb_dbg(tb, "using firmware connection manager\n"); in icm_probe()
|
D | tb.h | 725 #define tb_dbg(tb, fmt, arg...) dev_dbg(&(tb)->nhi->pdev->dev, fmt, ## arg) macro 736 #define tb_sw_dbg(sw, fmt, arg...) __TB_SW_PRINT(tb_dbg, sw, fmt, ##arg) 751 __TB_PORT_PRINT(tb_dbg, port, fmt, ##arg)
|
D | domain.c | 455 tb_dbg(tb, "security level set to %s\n", in tb_domain_add()
|