Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_nix_tm_utils.c85 struct nix_tm_node *child_node; in nix_tm_find_prio_anchor() local
90 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()
/dpdk/drivers/net/ice/base/
H A Dice_sched.c4749 struct ice_sched_node *child_node; in ice_sched_get_node_by_id_type() local
4782 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()