Searched refs:tb_info (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/thunderbolt/ |
D | tb.h | 669 #define tb_info(tb, fmt, arg...) dev_info(&(tb)->nhi->pdev->dev, fmt, ## arg) macro 680 #define tb_sw_info(sw, fmt, arg...) __TB_SW_PRINT(tb_info, sw, fmt, ##arg) 694 __TB_PORT_PRINT(tb_info, port, fmt, ##arg)
|
D | icm.c | 749 tb_info(tb, "switch at %u.%u was rejected by ICM firmware because topology limit exceeded\n", in icm_fr_device_connected() 1230 tb_info(tb, "switch at %llx was rejected by ICM firmware because topology limit exceeded\n", in __icm_tr_device_connected() 1969 tb_info(tb, "Thunderbolt host controller is in safe mode.\n"); in icm_driver_ready() 1970 tb_info(tb, "You need to update NVM firmware of the controller before it can be used.\n"); in icm_driver_ready() 1971 tb_info(tb, "For latest updates check https://thunderbolttechnology.net/updates.\n"); in icm_driver_ready()
|
D | tunnel.c | 66 __TB_TUNNEL_PRINT(tb_info, tunnel, fmt, ##arg)
|