Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/firewire/
Dcore-topology.c138 int max_child_hops = 0; in update_hop_count() local
145 if (node->ports[i]->max_hops > max_child_hops) in update_hop_count()
146 max_child_hops = node->ports[i]->max_hops; in update_hop_count()
156 node->max_hops = max(max_child_hops, depths[0] + depths[1] + 2); in update_hop_count()