Searched refs:tb_WARN (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/thunderbolt/ |
D | path.c | 413 tb_WARN(path->tb, "trying to deactivate an inactive path\n"); in tb_path_deactivate() 440 tb_WARN(path->tb, "trying to activate already activated path\n"); in tb_path_activate() 518 tb_WARN(path->tb, "path activation failed\n"); in tb_path_activate()
|
D | tb.h | 445 #define tb_WARN(tb, fmt, arg...) dev_WARN(&(tb)->nhi->pdev->dev, fmt, ## arg) macro 456 #define tb_sw_WARN(sw, fmt, arg...) __TB_SW_PRINT(tb_WARN, sw, fmt, ##arg) 468 __TB_PORT_PRINT(tb_WARN, port, fmt, ##arg)
|
D | tunnel.c | 48 __TB_TUNNEL_PRINT(tb_WARN, tunnel, fmt, ##arg)
|