Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmatcher.c633 u8 required_stes, max_stes; in hws_matcher_bind_at() local
649 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() local
1058 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()