Searched refs:__TB_TUNNEL_PRINT (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | tunnel.h | 144 #define __TB_TUNNEL_PRINT(level, tunnel, fmt, arg...) \ macro 157 __TB_TUNNEL_PRINT(tb_WARN, tunnel, fmt, ##arg) 159 __TB_TUNNEL_PRINT(tb_warn, tunnel, fmt, ##arg) 161 __TB_TUNNEL_PRINT(tb_info, tunnel, fmt, ##arg) 163 __TB_TUNNEL_PRINT(tb_dbg, tunnel, fmt, ##arg)
|