Searched refs:tb_port_info (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/thunderbolt/ |
D | tb.c | 206 tb_port_info(up_port, in tb_activate_pcie_devices() 213 tb_port_info(up_port, in tb_activate_pcie_devices() 219 tb_port_info(up_port, in tb_activate_pcie_devices() 225 tb_port_info(up_port, in tb_activate_pcie_devices() 283 tb_port_info(port, "unplugged\n"); in tb_handle_hotplug() 289 tb_port_info(port, in tb_handle_hotplug() 293 tb_port_info(port, in tb_handle_hotplug() 296 tb_port_info(port, "hotplug: scanning\n"); in tb_handle_hotplug() 299 tb_port_info(port, "hotplug: no switch found\n"); in tb_handle_hotplug()
|
D | path.c | 16 tb_port_info(port, " Hop through port %d to hop %d (%s)\n", in tb_dump_hop() 19 tb_port_info(port, " Weight: %d Priority: %d Credits: %d Drop: %d\n", in tb_dump_hop() 22 tb_port_info(port, " Counter enabled: %d Counter index: %d\n", in tb_dump_hop() 24 tb_port_info(port, " Flow Control (In/Eg): %d/%d Shared Buffer (In/Eg): %d/%d\n", in tb_dump_hop() 27 tb_port_info(port, " Unknown1: %#x Unknown2: %#x Unknown3: %#x\n", in tb_dump_hop() 201 tb_port_info(path->hops[i].in_port, "Writing hop %d, index %d", in tb_path_activate()
|
D | switch.c | 502 tb_port_info(port, "is disabled (state: 0)\n"); in tb_wait_for_port() 508 tb_port_info(port, in tb_wait_for_port() 513 tb_port_info(port, "is unplugged (state: 7)\n"); in tb_wait_for_port() 517 tb_port_info(port, in tb_wait_for_port() 526 tb_port_info(port, in tb_wait_for_port() 548 tb_port_info(port, in tb_port_add_nfc_credits() 566 tb_port_info(port, "clearing counter %d\n", counter); in tb_port_clear_counter() 1395 tb_port_info(&sw->ports[i], "disabled by eeprom\n"); in tb_switch_add()
|
D | tb.h | 353 #define tb_port_info(port, fmt, arg...) \ macro
|