Searched refs:resize_data (Results 1 – 2 of 2) sorted by relevance
459 struct mlx5hws_matcher_resize_data *resize_data; in hws_matcher_resize_init() local461 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 …]
84 struct list_head resize_data; member