Searched refs:__TB_TUNNEL_PRINT (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/thunderbolt/ |
| 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)
|