Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_internal.h42 #define MLX5HWS_ACTION_STE_IDX_ANY 0 macro
H A Dmlx5hws_matcher.c211 struct mlx5hws_pool_chunk *ste = &matcher->action_ste[MLX5HWS_ACTION_STE_IDX_ANY].ste; in hws_matcher_set_rtc_attr_sz()
469 resize_data->max_stes = src_matcher->action_ste[MLX5HWS_ACTION_STE_IDX_ANY].max_stes; in hws_matcher_resize_init()
530 if (resize_data->action_ste[MLX5HWS_ACTION_STE_IDX_ANY].pool) { in hws_matcher_resize_uninit()
973 if (matcher->action_ste[MLX5HWS_ACTION_STE_IDX_ANY].max_stes < required_stes) { in mlx5hws_matcher_attach_at()
976 matcher->action_ste[MLX5HWS_ACTION_STE_IDX_ANY].max_stes); in mlx5hws_matcher_attach_at()
1160 if (src_matcher->action_ste[MLX5HWS_ACTION_STE_IDX_ANY].max_stes > in hws_matcher_resize_precheck()
H A Dmlx5hws_rule.c146 rule->matcher->action_ste[MLX5HWS_ACTION_STE_IDX_ANY].max_stes; in hws_rule_save_resize_info()