Home
last modified time | relevance | path

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

/drivers/firewire/
A Dcore-topology.c72 if (node->ports[i]->max_hops > max_child_hops) in update_hop_count()
73 max_child_hops = node->ports[i]->max_hops; in update_hop_count()
83 node->max_hops = max(max_child_hops, depths[0] + depths[1] + 2); in update_hop_count()
387 node0->max_hops = node1->max_hops; in update_tree()
A Dcore-card.c481 root_node->max_hops < ARRAY_SIZE(gap_count_table)) in bm_work()
482 gap_count = gap_count_table[root_node->max_hops]; in bm_work()
A Dcore.h190 u8 max_hops:4; /* Max hops in this sub tree */ member

Completed in 7 milliseconds