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