Searched refs:nix_tm_is_leaf (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_nix_tm_ops.c | 611 if (!nix_tm_is_leaf(nix, node->lvl)) in roc_nix_tm_hierarchy_enable() 620 if (!nix_tm_is_leaf(nix, node->lvl)) in roc_nix_tm_hierarchy_enable() 646 if (!nix_tm_is_leaf(nix, node->lvl)) in roc_nix_tm_hierarchy_enable() 766 if (!node || nix_tm_is_leaf(nix, node->lvl)) in roc_nix_tm_node_shaper_update() 870 if (nix_tm_is_leaf(nix, node->lvl)) { in roc_nix_tm_node_parent_update() 989 if (!node || !nix_tm_is_leaf(nix, node->lvl) || !node->parent || in roc_nix_tm_rlimit_sq()
|
| H A D | roc_nix_tm.c | 217 if (hw_lvl == NIX_TXSCH_LVL_CNT && !nix_tm_is_leaf(nix, lvl)) in nix_tm_node_add() 221 if (nix_tm_is_leaf(nix, lvl) && priority != 0) in nix_tm_node_add() 245 if (!nix_tm_is_leaf(nix, lvl)) { in nix_tm_node_add() 296 if (!nix_tm_is_leaf(nix, node->lvl)) in nix_tm_clear_path_xoff() 507 if (!node || !nix_tm_is_leaf(nix, node->lvl) || !node->parent || in nix_tm_leaf_data_get() 1623 if (!nix_tm_is_leaf(nix, node->lvl) && in nix_tm_free_resources()
|
| H A D | roc_nix_tm_mark.c | 94 if (nix_tm_is_leaf(nix, tm_node->lvl)) in nix_tm_update_red_algo()
|
| H A D | roc_nix_priv.h | 319 nix_tm_is_leaf(struct nix *nix, int lvl) in nix_tm_is_leaf() function
|
| H A D | roc_nix_tm_utils.c | 1228 return nix_tm_is_leaf(roc_nix_to_nix_priv(roc_nix), lvl); in roc_nix_tm_lvl_is_leaf()
|