Home
last modified time | relevance | path

Searched refs:tb_port_dbg (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/thunderbolt/
Dtb.c152 tb_port_dbg(port, "DP adapter HPD set, queuing hotplug\n"); in tb_scan_port()
168 tb_port_dbg(port, "port already has a remote\n"); in tb_scan_port()
380 tb_port_dbg(out, "DP tunnel allocation failed\n"); in tb_tunnel_dp()
533 tb_port_dbg(port, "switch unplugged\n"); in tb_handle_hotplug()
543 tb_port_dbg(port, "xdomain unplugged\n"); in tb_handle_hotplug()
559 tb_port_dbg(port, in tb_handle_hotplug()
563 tb_port_dbg(port, "got plug event for connected port, ignoring\n"); in tb_handle_hotplug()
566 tb_port_dbg(port, "hotplug: scanning\n"); in tb_handle_hotplug()
569 tb_port_dbg(port, "hotplug: no switch found\n"); in tb_handle_hotplug()
Dpath.c20 tb_port_dbg(port, " In HopID: %d => Out port: %d Out HopID: %d\n", in tb_dump_hop()
22 tb_port_dbg(port, " Weight: %d Priority: %d Credits: %d Drop: %d\n", in tb_dump_hop()
25 tb_port_dbg(port, " Counter enabled: %d Counter index: %d\n", in tb_dump_hop()
27 tb_port_dbg(port, " Flow Control (In/Eg): %d/%d Shared Buffer (In/Eg): %d/%d\n", in tb_dump_hop()
30 tb_port_dbg(port, " Unknown1: %#x Unknown2: %#x Unknown3: %#x\n", in tb_dump_hop()
504 tb_port_dbg(path->hops[i].in_port, "Writing hop %d\n", i); in tb_path_activate()
Dswitch.c508 tb_port_dbg(port, "is disabled (state: 0)\n"); in tb_wait_for_port()
514 tb_port_dbg(port, in tb_wait_for_port()
519 tb_port_dbg(port, "is unplugged (state: 7)\n"); in tb_wait_for_port()
523 tb_port_dbg(port, "is connected, link is up (state: 2)\n"); in tb_wait_for_port()
531 tb_port_dbg(port, in tb_wait_for_port()
559 tb_port_dbg(port, "adding %d NFC credits to %lu", in tb_port_add_nfc_credits()
599 tb_port_dbg(port, "clearing counter %d\n", counter); in tb_port_clear_counter()
1796 tb_port_dbg(&sw->ports[i], "disabled by eeprom\n"); in tb_switch_add()
Dtb.h473 #define tb_port_dbg(port, fmt, arg...) \ macro