Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
Dpath.c245 num_hops = abs(tb_route_length(tb_route(src->sw)) - in tb_path_alloc()
246 tb_route_length(tb_route(dst->sw))) + 1; in tb_path_alloc()
Dswitch.c1504 depth = tb_route_length(route); in tb_switch_alloc()
1602 sw->config.depth = tb_route_length(route); in tb_switch_alloc_safe_mode()
1635 route, tb_route_length(route), sw->config.upstream_port_number); in tb_switch_configure()
Dtb.h638 static inline int tb_route_length(u64 route) in tb_route_length() function
Dicm.c175 int depth = tb_route_length(route); in get_parent_route()