Searched refs:__TB_TUNNEL_PRINT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | tunnel.c | 42 #define __TB_TUNNEL_PRINT(level, tunnel, fmt, arg...) \ macro 55 __TB_TUNNEL_PRINT(tb_WARN, tunnel, fmt, ##arg) 57 __TB_TUNNEL_PRINT(tb_warn, tunnel, fmt, ##arg) 59 __TB_TUNNEL_PRINT(tb_info, tunnel, fmt, ##arg) 61 __TB_TUNNEL_PRINT(tb_dbg, tunnel, fmt, ##arg)
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tunnel.c | 61 #define __TB_TUNNEL_PRINT(level, tunnel, fmt, arg...) \ macro 74 __TB_TUNNEL_PRINT(tb_WARN, tunnel, fmt, ##arg) 76 __TB_TUNNEL_PRINT(tb_warn, tunnel, fmt, ##arg) 78 __TB_TUNNEL_PRINT(tb_info, tunnel, fmt, ##arg) 80 __TB_TUNNEL_PRINT(tb_dbg, tunnel, fmt, ##arg)
|
Completed in 5 milliseconds