Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_matcher.c463 struct mlx5hws_matcher_resize_data *resize_data; in hws_matcher_resize_init() local
465 resize_data = kzalloc(sizeof(*resize_data), GFP_KERNEL); in hws_matcher_resize_init()
466 if (!resize_data) in hws_matcher_resize_init()
469 resize_data->max_stes = src_matcher->action_ste[MLX5HWS_ACTION_STE_IDX_ANY].max_stes; in hws_matcher_resize_init()
471 resize_data->action_ste[0].stc = src_matcher->action_ste[0].stc; in hws_matcher_resize_init()
472 resize_data->action_ste[0].rtc_0_id = src_matcher->action_ste[0].rtc_0_id; in hws_matcher_resize_init()
473 resize_data->action_ste[0].rtc_1_id = src_matcher->action_ste[0].rtc_1_id; in hws_matcher_resize_init()
474 resize_data->action_ste[0].pool = src_matcher->action_ste[0].max_stes ? in hws_matcher_resize_init()
477 resize_data->action_ste[1].stc = src_matcher->action_ste[1].stc; in hws_matcher_resize_init()
478 resize_data->action_ste[1].rtc_0_id = src_matcher->action_ste[1].rtc_0_id; in hws_matcher_resize_init()
[all …]
Dmlx5hws_matcher.h83 struct list_head resize_data; member