Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmatcher.c465 resize_data->max_stes = src_matcher->action_ste.max_stes; in hws_matcher_resize_init()
470 resize_data->pool = src_matcher->action_ste.max_stes ? in hws_matcher_resize_init()
501 if (resize_data->max_stes) { in hws_matcher_resize_uninit()
530 u8 max_stes = 0; in hws_matcher_bind_at() local
546 max_stes = max(max_stes, required_stes); in hws_matcher_bind_at()
552 if (!max_stes) in hws_matcher_bind_at()
555 matcher->action_ste.max_stes = max_stes; in hws_matcher_bind_at()
612 if (!action_ste->max_stes || in hws_matcher_unbind_at()
927 if (matcher->action_ste.max_stes < required_stes) { in mlx5hws_matcher_attach_at()
929 required_stes, matcher->action_ste.max_stes); in mlx5hws_matcher_attach_at()
[all …]
H A Dmatcher.h57 u8 max_stes; member
65 u8 max_stes; member
H A Drule.c206 ste.order = ilog2(roundup_pow_of_two(action_ste->max_stes)); in hws_rule_alloc_action_ste()
215 rule->action_ste.num_stes = matcher->action_ste.max_stes; in hws_rule_alloc_action_ste()
H A Dbwc.c481 ilog2(roundup_pow_of_two(bwc_matcher->matcher->action_ste.max_stes)) + in hws_bwc_matcher_size_maxed_out()