Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firewire/
Dcore-topology.c149 int max_child_hops = 0; in update_hop_count() local
156 if (node->ports[i]->max_hops > max_child_hops) in update_hop_count()
157 max_child_hops = node->ports[i]->max_hops; in update_hop_count()
167 node->max_hops = max(max_child_hops, depths[0] + depths[1] + 2); in update_hop_count()