Home
last modified time | relevance | path

Searched refs:tb_WARN (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/thunderbolt/
Dpath.c467 tb_WARN(path->tb, "trying to deactivate an inactive path\n"); in tb_path_deactivate()
495 tb_WARN(path->tb, "trying to activate already activated path\n"); in tb_path_activate()
573 tb_WARN(path->tb, "path activation failed\n"); in tb_path_activate()
Dtb.h667 #define tb_WARN(tb, fmt, arg...) dev_WARN(&(tb)->nhi->pdev->dev, fmt, ## arg) macro
678 #define tb_sw_WARN(sw, fmt, arg...) __TB_SW_PRINT(tb_WARN, sw, fmt, ##arg)
690 __TB_PORT_PRINT(tb_WARN, port, fmt, ##arg)
Dtunnel.c62 __TB_TUNNEL_PRINT(tb_WARN, tunnel, fmt, ##arg)