Home
last modified time | relevance | path

Searched refs:tb_info (Results 1 – 5 of 5) sorted by relevance

/drivers/thunderbolt/
Dswitch.c45 tb_info(tb, in tb_dump_port()
50 tb_info(tb, " Max hop id (in/out): %d/%d\n", in tb_dump_port()
52 tb_info(tb, " Max counters: %d\n", port->max_counters); in tb_dump_port()
53 tb_info(tb, " NFC Credits: %#x\n", port->nfc_credits); in tb_dump_port()
214 tb_info(tb, in tb_dump_switch()
218 tb_info(tb, " Max Port Number: %d\n", sw->max_port_number); in tb_dump_switch()
219 tb_info(tb, " Config:\n"); in tb_dump_switch()
220 tb_info(tb, in tb_dump_switch()
225 tb_info(tb, in tb_dump_switch()
243 tb_info(tb, "resetting switch at %llx\n", route); in tb_switch_reset()
[all …]
Dtb.c400 tb_info(tb, "suspending...\n"); in thunderbolt_suspend()
406 tb_info(tb, "suspend finished\n"); in thunderbolt_suspend()
412 tb_info(tb, "resuming...\n"); in thunderbolt_resume()
429 tb_info(tb, "tunnels restarted, sleeping for 100ms\n"); in thunderbolt_resume()
435 tb_info(tb, "resume finished\n"); in thunderbolt_resume()
Dtb.h191 #define tb_info(tb, fmt, arg...) dev_info(&(tb)->nhi->pdev->dev, fmt, ## arg) macro
202 #define tb_sw_info(sw, fmt, arg...) __TB_SW_PRINT(tb_info, sw, fmt, ##arg)
216 __TB_PORT_PRINT(tb_info, port, fmt, ##arg)
Dpath.c96 tb_info(path->tb, in tb_path_deactivate()
124 tb_info(path->tb, in tb_path_activate()
212 tb_info(path->tb, "path activation complete\n"); in tb_path_activate()
Dtunnel_pci.c29 __TB_TUNNEL_PRINT(tb_info, tunnel, fmt, ##arg)