Searched refs:child_node (Results 1 – 2 of 2) sorted by relevance
85 struct nix_tm_node *child_node; in nix_tm_find_prio_anchor() local90 TAILQ_FOREACH(child_node, list, node) { in nix_tm_find_prio_anchor()91 if (!child_node->parent) in nix_tm_find_prio_anchor()93 if (!(child_node->parent->id == node_id)) in nix_tm_find_prio_anchor()95 if (child_node->priority == child_node->parent->rr_prio) in nix_tm_find_prio_anchor()97 return child_node->hw_id - child_node->priority; in nix_tm_find_prio_anchor()
4749 struct ice_sched_node *child_node; in ice_sched_get_node_by_id_type() local4782 child_node = ice_sched_get_node(pi, id); in ice_sched_get_node_by_id_type()4783 if (!child_node) in ice_sched_get_node_by_id_type()4785 node = child_node->parent; in ice_sched_get_node_by_id_type()