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