Home
last modified time | relevance | path

Searched refs:tb_info (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/drivers/thunderbolt/
Dtb.c410 tb_info(tb, "suspending...\n"); in tb_suspend_noirq()
413 tb_info(tb, "suspend finished\n"); in tb_suspend_noirq()
423 tb_info(tb, "resuming...\n"); in tb_resume_noirq()
438 tb_info(tb, "tunnels restarted, sleeping for 100ms\n"); in tb_resume_noirq()
443 tb_info(tb, "resume finished\n"); in tb_resume_noirq()
Dswitch.c458 tb_info(tb, in tb_dump_port()
463 tb_info(tb, " Max hop id (in/out): %d/%d\n", in tb_dump_port()
465 tb_info(tb, " Max counters: %d\n", port->max_counters); in tb_dump_port()
466 tb_info(tb, " NFC Credits: %#x\n", port->nfc_credits); in tb_dump_port()
627 tb_info(tb, in tb_dump_switch()
631 tb_info(tb, " Max Port Number: %d\n", sw->max_port_number); in tb_dump_switch()
632 tb_info(tb, " Config:\n"); in tb_dump_switch()
633 tb_info(tb, in tb_dump_switch()
638 tb_info(tb, in tb_dump_switch()
656 tb_info(tb, "resetting switch at %llx\n", route); in tb_switch_reset()
[all …]
Dpath.c97 tb_info(path->tb, in tb_path_deactivate()
125 tb_info(path->tb, in tb_path_activate()
213 tb_info(path->tb, "path activation complete\n"); in tb_path_activate()
Dtb.h328 #define tb_info(tb, fmt, arg...) dev_info(&(tb)->nhi->pdev->dev, fmt, ## arg) macro
339 #define tb_sw_info(sw, fmt, arg...) __TB_SW_PRINT(tb_info, sw, fmt, ##arg)
353 __TB_PORT_PRINT(tb_info, port, fmt, ##arg)
Dtunnel_pci.c30 __TB_TUNNEL_PRINT(tb_info, tunnel, fmt, ##arg)
Dicm.c605 tb_info(tb, "switch at %u.%u was rejected by ICM firmware because topology limit exceeded\n", in icm_fr_device_connected()
1046 tb_info(tb, "switch at %llx was rejected by ICM firmware because topology limit exceeded\n", in icm_tr_device_connected()
1720 tb_info(tb, "Thunderbolt host controller is in safe mode.\n"); in icm_driver_ready()
1721 tb_info(tb, "You need to update NVM firmware of the controller before it can be used.\n"); in icm_driver_ready()
1722 tb_info(tb, "For latest updates check https://thunderbolttechnology.net/updates.\n"); in icm_driver_ready()