Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
Dpath.c50 tb_port_warn(port, "failed to read path at %d\n", hopid); in tb_path_find_dst_port()
134 tb_port_warn(p, "failed to read path at %d\n", h); in tb_path_discover()
176 tb_port_warn(p, "failed to read path at %d\n", h); in tb_path_discover()
204 tb_port_warn(src, "failed to discover path starting at HopID %d\n", in tb_path_discover()
339 tb_port_warn(path->hops[i].in_port, in __tb_path_deallocate_nfc()
404 tb_port_warn(path->hops[i].in_port, in __tb_path_deactivate_hops()
Dtunnel.c155 tb_port_warn(tunnel->dst_port, in tb_tunnel_discover_pci()
391 tb_port_warn(in, "path does not end on a DP adapter, cleaning up\n"); in tb_tunnel_discover_dp()
Dswitch.c536 tb_port_warn(port, in tb_wait_for_port()
1954 tb_port_warn(port, in tb_switch_resume()
1962 tb_port_warn(port, in tb_switch_resume()
Dtb.h469 #define tb_port_warn(port, fmt, arg...) \ macro