Searched refs:alloc_hopid (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | tunnel.h | 80 bool alloc_hopid); 84 bool alloc_hopid); 95 bool alloc_hopid);
|
A D | path.c | 104 bool alloc_hopid) in tb_path_discover() argument 161 path->alloc_hopid = alloc_hopid; in tb_path_discover() 186 if (alloc_hopid && tb_port_alloc_in_hopid(p, h, h) < 0) in tb_path_discover() 192 if (alloc_hopid && in tb_path_discover() 276 path->alloc_hopid = true; in tb_path_alloc() 360 if (path->alloc_hopid) { in tb_path_free()
|
A D | tunnel.c | 226 bool alloc_hopid) in tb_tunnel_discover_pci() argument 247 &tunnel->dst_port, "PCIe Up", alloc_hopid); in tb_tunnel_discover_pci() 258 "PCIe Down", alloc_hopid); in tb_tunnel_discover_pci() 1148 bool alloc_hopid) in tb_tunnel_discover_dp() argument 1171 &tunnel->dst_port, "Video", alloc_hopid); in tb_tunnel_discover_dp() 1182 alloc_hopid); in tb_tunnel_discover_dp() 1189 &port, "AUX RX", alloc_hopid); in tb_tunnel_discover_dp() 1740 bool alloc_hopid) in tb_tunnel_discover_usb3() argument 1761 &tunnel->dst_port, "USB3 Down", alloc_hopid); in tb_tunnel_discover_usb3() 1771 "USB3 Up", alloc_hopid); in tb_tunnel_discover_usb3()
|
A D | tb.h | 431 bool alloc_hopid; member 1097 bool alloc_hopid);
|
Completed in 11 milliseconds