Searched refs:tb_info (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/thunderbolt/ |
D | tb.c | 407 tb_info(tb, "suspending...\n"); in tb_suspend_noirq() 410 tb_info(tb, "suspend finished\n"); in tb_suspend_noirq() 420 tb_info(tb, "resuming...\n"); in tb_resume_noirq() 435 tb_info(tb, "tunnels restarted, sleeping for 100ms\n"); in tb_resume_noirq() 440 tb_info(tb, "resume finished\n"); in tb_resume_noirq()
|
D | switch.c | 439 tb_info(tb, in tb_dump_port() 444 tb_info(tb, " Max hop id (in/out): %d/%d\n", in tb_dump_port() 446 tb_info(tb, " Max counters: %d\n", port->max_counters); in tb_dump_port() 447 tb_info(tb, " NFC Credits: %#x\n", port->nfc_credits); in tb_dump_port() 608 tb_info(tb, in tb_dump_switch() 612 tb_info(tb, " Max Port Number: %d\n", sw->max_port_number); in tb_dump_switch() 613 tb_info(tb, " Config:\n"); in tb_dump_switch() 614 tb_info(tb, in tb_dump_switch() 619 tb_info(tb, in tb_dump_switch() 637 tb_info(tb, "resetting switch at %llx\n", route); in tb_switch_reset() [all …]
|
D | path.c | 97 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()
|
D | tb.h | 329 #define tb_info(tb, fmt, arg...) dev_info(&(tb)->nhi->pdev->dev, fmt, ## arg) macro 340 #define tb_sw_info(sw, fmt, arg...) __TB_SW_PRINT(tb_info, sw, fmt, ##arg) 354 __TB_PORT_PRINT(tb_info, port, fmt, ##arg)
|
D | tunnel_pci.c | 30 __TB_TUNNEL_PRINT(tb_info, tunnel, fmt, ##arg)
|
D | icm.c | 600 tb_info(tb, "switch at %u.%u was rejected by ICM firmware because topology limit exceeded\n", in icm_fr_device_connected() 1039 tb_info(tb, "switch at %llx was rejected by ICM firmware because topology limit exceeded\n", in icm_tr_device_connected() 1711 tb_info(tb, "Thunderbolt host controller is in safe mode.\n"); in icm_driver_ready() 1712 tb_info(tb, "You need to update NVM firmware of the controller before it can be used.\n"); in icm_driver_ready() 1713 tb_info(tb, "For latest updates check https://thunderbolttechnology.net/updates.\n"); in icm_driver_ready()
|