Searched refs:tb_WARN (Results 1 – 3 of 3) sorted by relevance
/drivers/thunderbolt/ |
D | path.c | 56 tb_WARN(path->tb, "trying to free an activated path\n") in tb_path_free() 93 tb_WARN(path->tb, "trying to deactivate an inactive path\n"); in tb_path_deactivate() 120 tb_WARN(path->tb, "trying to activate already activated path\n"); in tb_path_activate() 215 tb_WARN(path->tb, "path activation failed\n"); in tb_path_activate()
|
D | tb.h | 189 #define tb_WARN(tb, fmt, arg...) dev_WARN(&(tb)->nhi->pdev->dev, fmt, ## arg) macro 200 #define tb_sw_WARN(sw, fmt, arg...) __TB_SW_PRINT(tb_WARN, sw, fmt, ##arg) 212 __TB_PORT_PRINT(tb_WARN, port, fmt, ##arg)
|
D | tunnel_pci.c | 25 __TB_TUNNEL_PRINT(tb_WARN, tunnel, fmt, ##arg)
|