Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/firewire/
Dcore-topology.c176 u32 *next_sid, *end, q; in build_tree() local
192 next_sid = count_ports(sid, &port_count, &child_port_count); in build_tree()
194 if (next_sid == NULL) { in build_tree()
272 if ((next_sid == end && parent_count != 0) || in build_tree()
273 (next_sid < end && parent_count != 1)) { in build_tree()
297 sid = next_sid; in build_tree()