Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtb.c100 tb_port_dbg(in, "attached to bandwidth group %d\n", group->index); in tb_bandwidth_group_attach_port()
180 tb_port_dbg(in, "detached from bandwidth group %d\n", group->index); in tb_detach_bandwidth_group()
217 tb_port_dbg(port, "DP IN resource available\n"); in tb_add_dp_resources()
234 tb_port_dbg(port, "DP OUT resource unavailable\n"); in tb_remove_dp_resources()
250 tb_port_dbg(port, "DP %s resource available discovered\n", in tb_discover_dp_resource()
876 tb_port_dbg(port, "link maximum bandwidth %d/%d Mb/s\n", *max_up, *max_down); in tb_maximum_bandwidth()
1040 tb_port_dbg(up, "available bandwidth for new USB3 tunnel %d/%d Mb/s\n", in tb_tunnel_usb3()
1349 tb_port_dbg(port, "DP adapter HPD set, queuing hotplug\n"); in tb_scan_port()
1369 tb_port_dbg(port, "port already has a remote\n"); in tb_scan_port()
1665 tb_port_dbg(in, "re-calculated estimated bandwidth %u/%u Mb/s\n", in tb_recalc_estimated_bandwidth_for_group()
[all …]
H A 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()
572 tb_port_dbg(path->hops[i].in_port, "Writing hop %d\n", i); in tb_path_activate()
H A Dlc.c358 tb_port_dbg(port, "xHCI connected\n"); in tb_lc_xhci_connect()
372 tb_port_dbg(port, "xHCI disconnected\n"); in tb_lc_xhci_disconnect()
630 tb_port_dbg(in, "sink %d allocated\n", sink); in tb_lc_dp_sink_alloc()
673 tb_port_dbg(in, "sink %d de-allocated\n", sink); in tb_lc_dp_sink_dealloc()
H A Dretimer.c193 tb_port_dbg(port, "reading NVM authentication status of retimers\n"); in tb_retimer_nvm_authenticate_status()
215 tb_port_dbg(port, "enabling sideband transactions\n"); in tb_retimer_set_inbound_sbtx()
233 tb_port_dbg(port, "disabling sideband transactions\n"); in tb_retimer_unset_inbound_sbtx()
H A Dclx.c355 tb_port_dbg(up, "CLx: %s %ssupported\n", clx_name(clx), in tb_switch_clx_enable()
357 tb_port_dbg(down, "CLx: %s %ssupported\n", clx_name(clx), in tb_switch_clx_enable()
H A Dquirks.c41 tb_port_dbg(port, "USB3 maximum bandwidth limited to %u Mb/s\n", in quirk_usb3_maximum_bandwidth()
H A Dswitch.c514 tb_port_dbg(port, "is disabled (state: 0)\n"); in tb_wait_for_port()
520 tb_port_dbg(port, in tb_wait_for_port()
525 tb_port_dbg(port, "is unplugged (state: 7)\n"); in tb_wait_for_port()
533 tb_port_dbg(port, "is connected, link is up (state: %d)\n", state); in tb_wait_for_port()
544 tb_port_dbg(port, in tb_wait_for_port()
586 tb_port_dbg(port, "adding %d NFC credits to %lu", credits, in tb_port_add_nfc_credits()
606 tb_port_dbg(port, "clearing counter %d\n", counter); in tb_port_clear_counter()
652 tb_port_dbg(port, "lane %s\n", str_enabled_disabled(enable)); in __tb_port_enable()
1249 tb_port_dbg(port, "total credits changed %u -> %u\n", in tb_port_do_update_credits()
3286 tb_port_dbg(&sw->ports[i], "disabled by eeprom\n"); in tb_switch_add()
[all …]
H A Dacpi.c236 tb_port_dbg(port, "ACPI: calling _DSM to power %s retimers\n", in tb_acpi_retimer_set_power()
H A Dusb4_port.c155 tb_port_dbg(port, "%s offline mode\n", val ? "enter" : "exit"); in offline_store()
H A Dtunnel.c422 tb_port_dbg(port, "reserving %u/%u Mb/s for PCIe\n", *reserved_up, in tb_tunnel_reserved_pci()
1518 tb_port_dbg(port, "reserving %u credits for DMA path\n", in tb_dma_reserve_credits()
1599 tb_port_dbg(port, "released %u DMA path credits\n", in tb_dma_release_credits()
2068 tb_port_dbg(up, "required bandwidth for USB3 tunnel %d Mb/s\n", in tb_tunnel_alloc_usb3()
H A Ddebugfs.c596 tb_port_dbg(port, "running software %s lane margining for lanes %u\n", in margining_run_write()
606 tb_port_dbg(port, "running hardware %s lane margining for lanes %u\n", in margining_run_write()
H A Dusb4.c195 tb_port_dbg(port, "USB4 wake: %s, connection wake: %s, disconnection wake: %s\n", in usb4_switch_check_wakes()
2294 tb_port_dbg(port, "scaled bandwidth %u/%u, scale %u\n", ubw, dbw, scale); in usb4_usb3_port_write_allocated_bandwidth()
H A Dtb.h716 #define tb_port_dbg(port, fmt, arg...) \ macro