Searched refs:alloc_hopid (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | tunnel.h | 80 bool alloc_hopid); 86 bool alloc_hopid); 97 bool alloc_hopid);
|
H 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()
|
H A D | tunnel.c | 266 bool alloc_hopid) in tb_tunnel_discover_pci() argument 287 &tunnel->dst_port, "PCIe Up", alloc_hopid); in tb_tunnel_discover_pci() 298 "PCIe Down", alloc_hopid); in tb_tunnel_discover_pci() 1338 bool alloc_hopid) in tb_tunnel_discover_dp() argument 1361 &tunnel->dst_port, "Video", alloc_hopid); in tb_tunnel_discover_dp() 1372 alloc_hopid); in tb_tunnel_discover_dp() 1379 &port, "AUX RX", alloc_hopid); in tb_tunnel_discover_dp() 1945 bool alloc_hopid) in tb_tunnel_discover_usb3() argument 1966 &tunnel->dst_port, "USB3 Down", alloc_hopid); in tb_tunnel_discover_usb3() 1976 "USB3 Up", alloc_hopid); in tb_tunnel_discover_usb3()
|
H A D | tb.h | 425 bool alloc_hopid; member 1131 bool alloc_hopid);
|