Searched refs:NIX_TM_NODE_ENABLED (Results 1 – 3 of 3) sorted by relevance
519 node->flags &= ~NIX_TM_NODE_ENABLED; in roc_nix_tm_hierarchy_disable()612 node->flags |= NIX_TM_NODE_ENABLED; in roc_nix_tm_hierarchy_enable()658 node->flags |= NIX_TM_NODE_ENABLED; in roc_nix_tm_hierarchy_enable()682 flags = suspend ? (flags & ~NIX_TM_NODE_ENABLED) : in roc_nix_tm_node_suspend_resume()683 (flags | NIX_TM_NODE_ENABLED); in roc_nix_tm_node_suspend_resume()801 node->flags &= ~NIX_TM_NODE_ENABLED; in roc_nix_tm_node_shaper_update()824 node->flags |= NIX_TM_NODE_ENABLED; in roc_nix_tm_node_shaper_update()1003 flags &= ~NIX_TM_NODE_ENABLED; in roc_nix_tm_rlimit_sq()1007 if (!(flags & NIX_TM_NODE_ENABLED)) { in roc_nix_tm_rlimit_sq()1009 flags |= NIX_TM_NODE_ENABLED; in roc_nix_tm_rlimit_sq()
301 if (!(p->flags & NIX_TM_NODE_ENABLED) && in nix_tm_clear_path_xoff()311 p->flags |= NIX_TM_NODE_ENABLED; in nix_tm_clear_path_xoff()519 node->flags |= NIX_TM_NODE_ENABLED; in nix_tm_leaf_data_get()613 if (!node || !(node->flags & NIX_TM_NODE_ENABLED)) { in nix_tm_sq_flush_pre()652 if (!(sibling->flags & NIX_TM_NODE_ENABLED)) in nix_tm_sq_flush_pre()674 node->flags &= ~NIX_TM_NODE_ENABLED; in nix_tm_sq_flush_pre()737 if (!(sibling->flags & NIX_TM_NODE_ENABLED)) in nix_tm_sq_flush_post()
87 #define NIX_TM_NODE_ENABLED BIT_ULL(1) macro