Home
last modified time | relevance | path

Searched refs:tb_port_info (Results 1 – 4 of 4) sorted by relevance

/drivers/thunderbolt/
Dtb.c174 tb_port_info(up_port, in tb_activate_pcie_devices()
181 tb_port_info(up_port, in tb_activate_pcie_devices()
187 tb_port_info(up_port, in tb_activate_pcie_devices()
193 tb_port_info(up_port, in tb_activate_pcie_devices()
248 tb_port_info(port, "unplugged\n"); in tb_handle_hotplug()
254 tb_port_info(port, in tb_handle_hotplug()
258 tb_port_info(port, in tb_handle_hotplug()
261 tb_port_info(port, "hotplug: scanning\n"); in tb_handle_hotplug()
264 tb_port_info(port, "hotplug: no switch found\n"); in tb_handle_hotplug()
Dswitch.c108 tb_port_info(port, "is disabled (state: 0)\n"); in tb_wait_for_port()
114 tb_port_info(port, in tb_wait_for_port()
119 tb_port_info(port, "is unplugged (state: 7)\n"); in tb_wait_for_port()
123 tb_port_info(port, in tb_wait_for_port()
132 tb_port_info(port, in tb_wait_for_port()
154 tb_port_info(port, in tb_port_add_nfc_credits()
172 tb_port_info(port, "clearing counter %d\n", counter); in tb_port_clear_counter()
411 tb_port_info(&sw->ports[i], "disabled by eeprom\n"); in tb_switch_alloc()
Dpath.c15 tb_port_info(port, " Hop through port %d to hop %d (%s)\n", in tb_dump_hop()
18 tb_port_info(port, " Weight: %d Priority: %d Credits: %d Drop: %d\n", in tb_dump_hop()
21 tb_port_info(port, " Counter enabled: %d Counter index: %d\n", in tb_dump_hop()
23 tb_port_info(port, " Flow Control (In/Eg): %d/%d Shared Buffer (In/Eg): %d/%d\n", in tb_dump_hop()
26 tb_port_info(port, " Unknown1: %#x Unknown2: %#x Unknown3: %#x\n", in tb_dump_hop()
200 tb_port_info(path->hops[i].in_port, "Writing hop %d, index %d", in tb_path_activate()
Dtb.h215 #define tb_port_info(port, fmt, arg...) \ macro