max_hops          466 drivers/firewire/core-card.c 	    root_node->max_hops < ARRAY_SIZE(gap_count_table))
max_hops          467 drivers/firewire/core-card.c 		gap_count = gap_count_table[root_node->max_hops];
max_hops          144 drivers/firewire/core-topology.c 		if (node->ports[i]->max_hops > max_child_hops)
max_hops          145 drivers/firewire/core-topology.c 			max_child_hops = node->ports[i]->max_hops;
max_hops          155 drivers/firewire/core-topology.c 	node->max_hops = max(max_child_hops, depths[0] + depths[1] + 2);
max_hops          439 drivers/firewire/core-topology.c 		node0->max_hops = node1->max_hops;
max_hops          187 drivers/firewire/core.h 	u8 max_hops:4;	/* Max hops in this sub tree */
max_hops           74 net/can/gw.c   static unsigned int max_hops __read_mostly = CGW_DEFAULT_HOPS;
max_hops           75 net/can/gw.c   module_param(max_hops, uint, 0444);
max_hops           76 net/can/gw.c   MODULE_PARM_DESC(max_hops,
max_hops          427 net/can/gw.c   	if (cgw_hops(skb) >= max_hops) {
max_hops          463 net/can/gw.c   		cgw_hops(nskb) = max_hops - gwj->limit_hops + 1;
max_hops          751 net/can/gw.c   		if (*limhops < 1 || *limhops > max_hops)
max_hops         1195 net/can/gw.c   	max_hops = clamp_t(unsigned int, max_hops, CGW_MIN_HOPS, CGW_MAX_HOPS);
max_hops         1198 net/can/gw.c   		max_hops);