Searched refs:required_stes (Results 1 – 1 of 1) sorted by relevance
633 u8 required_stes, max_stes; in hws_matcher_bind_at() local649 required_stes = at->num_of_action_stes - (!is_jumbo || at->only_term); in hws_matcher_bind_at()650 max_stes = max(max_stes, required_stes); in hws_matcher_bind_at()1039 u32 required_stes; in mlx5hws_matcher_attach_at() local1058 required_stes = at->num_of_action_stes - (!is_jumbo || at->only_term); in mlx5hws_matcher_attach_at()1059 if (matcher->num_of_action_stes < required_stes) in mlx5hws_matcher_attach_at()1060 matcher->num_of_action_stes = required_stes; in mlx5hws_matcher_attach_at()