Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Drule.c39 if (!mlx5hws_matcher_is_resizable(rule->matcher)) { in hws_rule_update_copy_tag()
134 if (!mlx5hws_matcher_is_resizable(rule->matcher)) in hws_rule_save_resize_info()
154 if (mlx5hws_matcher_is_resizable(rule->matcher) && in mlx5hws_rule_clear_resize_info()
168 if (mlx5hws_matcher_is_resizable(rule->matcher)) in hws_rule_save_delete_info()
187 if (unlikely(!mlx5hws_matcher_is_resizable(rule->matcher))) { in hws_rule_load_delete_info()
558 if (unlikely(!mlx5hws_matcher_is_resizable(rule->matcher) && in hws_rule_enqueue_precheck_update()
H A Dmatcher.h91 static inline bool mlx5hws_matcher_is_resizable(struct mlx5hws_matcher *matcher) in mlx5hws_matcher_is_resizable() function
H A Dmatcher.c1218 if (!mlx5hws_matcher_is_resizable(src_matcher) || in hws_matcher_resize_precheck()
1219 !mlx5hws_matcher_is_resizable(dst_matcher)) { in hws_matcher_resize_precheck()