Searched refs:__TB_PORT_PRINT (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | tb.h | 704 #define __TB_PORT_PRINT(level, _port, fmt, arg...) \ macro 711 __TB_PORT_PRINT(tb_WARN, port, fmt, ##arg) 713 __TB_PORT_PRINT(tb_warn, port, fmt, ##arg) 715 __TB_PORT_PRINT(tb_info, port, fmt, ##arg) 717 __TB_PORT_PRINT(tb_dbg, port, fmt, ##arg)
|