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