Searched refs:tb_dbg (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/thunderbolt/
H A Dpath.c169 tb_dbg(path->tb, "discovering %s path starting from %llx:%u\n",
210 tb_dbg(path->tb, "path discovery complete\n");
483 tb_dbg(path->tb,
512 tb_dbg(path->tb,
584 tb_dbg(path->tb, "path activation complete\n");
H A Dtb.c861 tb_dbg(tb, "USB3 tunneling disabled, not creating tunnel\n");
1363 tb_dbg(tb, "re-calculating bandwidth estimation for group %u\n",
1436 tb_dbg(tb, "bandwidth estimation for group %u done\n", group->index);
1444 tb_dbg(tb, "bandwidth consumption changed, re-calculating estimated bandwidth\n");
1453 tb_dbg(tb, "bandwidth re-calculation done\n");
1459 tb_dbg(group->tb, "group %d released total %d Mb/s\n", group->index,
1883 tb_dbg(tb, "available bandwidth for new DP tunnel %u/%u Mb/s\n",
1947 tb_dbg(tb, "DP tunneling disabled, not creating tunnel\n");
1955 tb_dbg(tb, "looking for DP IN <-> DP OUT pairs:\n");
1979 tb_dbg(t
[all...]
H A Dtunnel.h169 __TB_TUNNEL_PRINT(tb_dbg, tunnel, fmt, ##arg)
H A Dswitch.c448 tb_dbg(tb,
453 tb_dbg(tb, " Max hop id (in/out): %d/%d\n",
455 tb_dbg(tb, " Max counters: %d\n", regs->max_counters);
456 tb_dbg(tb, " NFC Credits: %#x\n", regs->nfc_credits);
457 tb_dbg(tb, " Credits (total/control): %u/%u\n", port->total_credits,
708 tb_dbg(port->sw->tb, " Port %d: not implemented\n",
1530 tb_dbg(tb, " %s Switch: %x:%x (Revision: %d, TB Version: %d)\n",
1533 tb_dbg(tb, " Max Port Number: %d\n", regs->max_port_number);
1534 tb_dbg(tb, " Config:\n");
1535 tb_dbg(t
[all...]
H A Dicm.c1668 tb_dbg(tb, "ICM rtd3 veto=0x%08x\n", pkg->veto_reason);
1986 tb_dbg(tb, "USB4 proxy operations supported\n");
2197 tb_dbg(tb, "NVM_AUTH response for %llx flags %#x status %#x\n",
2241 tb_dbg(tb, "NVM_AUTH request for %llx\n", route);
2336 tb_dbg(tb, "NVM_AUTH found for %llx flags %#x status %#x\n",
2552 tb_dbg(tb, "using firmware connection manager\n");
H A Dxdomain.c762 tb_dbg(tb, "%llx: received XDomain properties request\n", route);
770 tb_dbg(tb, "%llx: received XDomain properties changed request\n",
787 tb_dbg(tb, "%llx: received XDomain UUID request\n", route);
801 tb_dbg(tb, "%llx: received XDomain link state status request\n",
814 tb_dbg(tb, "%llx: received XDomain link state change request\n",
833 tb_dbg(tb, "%llx: unknown XDomain request %#x\n", route, pkg->type);
H A Dtb.h721 #define tb_dbg(tb, fmt, arg...) dev_dbg(&(tb)->nhi->pdev->dev, fmt, ## arg) macro
732 #define tb_sw_dbg(sw, fmt, arg...) __TB_SW_PRINT(tb_dbg, sw, fmt, ##arg)
747 __TB_PORT_PRINT(tb_dbg, port, fmt, ##arg)
H A Ddomain.c455 tb_dbg(tb, "security level set to %s\n",

Completed in 164 milliseconds