Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmatcher.c459 struct mlx5hws_matcher_resize_data *resize_data; in hws_matcher_resize_init() local
461 resize_data = kzalloc(sizeof(*resize_data), GFP_KERNEL); in hws_matcher_resize_init()
462 if (!resize_data) in hws_matcher_resize_init()
465 resize_data->max_stes = src_matcher->action_ste.max_stes; in hws_matcher_resize_init()
467 resize_data->stc = src_matcher->action_ste.stc; in hws_matcher_resize_init()
468 resize_data->rtc_0_id = src_matcher->action_ste.rtc_0_id; in hws_matcher_resize_init()
469 resize_data->rtc_1_id = src_matcher->action_ste.rtc_1_id; in hws_matcher_resize_init()
470 resize_data->pool = src_matcher->action_ste.max_stes ? in hws_matcher_resize_init()
474 list_add(&resize_data->list_node, &src_matcher->resize_dst->resize_data); in hws_matcher_resize_init()
477 while (!list_empty(&src_matcher->resize_data)) { in hws_matcher_resize_init()
[all …]
Dmatcher.h84 struct list_head resize_data; member