Searched refs:tb_WARN (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | path.c | 480 tb_WARN(path->tb, "trying to deactivate an inactive path\n"); in tb_path_deactivate() 508 tb_WARN(path->tb, "trying to activate already activated path\n"); in tb_path_activate() 586 tb_WARN(path->tb, "path activation failed\n"); in tb_path_activate()
|
H A D | tunnel.h | 157 __TB_TUNNEL_PRINT(tb_WARN, tunnel, fmt, ##arg)
|
H A D | tb.h | 688 #define tb_WARN(tb, fmt, arg...) dev_WARN(&(tb)->nhi->pdev->dev, fmt, ## arg) macro 699 #define tb_sw_WARN(sw, fmt, arg...) __TB_SW_PRINT(tb_WARN, sw, fmt, ##arg) 711 __TB_PORT_PRINT(tb_WARN, port, fmt, ##arg)
|