Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_tm.c77 struct otx2_nix_tm_node *child_node; in find_prio_anchor() local
79 TAILQ_FOREACH(child_node, &dev->node_list, node) { in find_prio_anchor()
80 if (!child_node->parent) in find_prio_anchor()
82 if (!(child_node->parent->id == node_id)) in find_prio_anchor()
84 if (child_node->priority == child_node->parent->rr_prio) in find_prio_anchor()
86 return child_node->hw_id - child_node->priority; in find_prio_anchor()
2382 struct otx2_nix_tm_node *tm_node, *child_node; in otx2_nix_tm_node_delete() local
2407 TAILQ_FOREACH(child_node, &dev->node_list, node) { in otx2_nix_tm_node_delete()
2408 if (child_node->parent == tm_node) { in otx2_nix_tm_node_delete()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_sched.c4703 struct ice_sched_node *child_node; in ice_sched_get_node_by_id_type() local
4736 child_node = ice_sched_get_node(pi, id); in ice_sched_get_node_by_id_type()
4737 if (!child_node) in ice_sched_get_node_by_id_type()
4739 node = child_node->parent; in ice_sched_get_node_by_id_type()