Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmatcher.c461 resize_data = kzalloc(sizeof(*resize_data), GFP_KERNEL); in hws_matcher_resize_init()
462 if (!resize_data) in hws_matcher_resize_init()
474 list_add(&resize_data->list_node, &src_matcher->resize_dst->resize_data); in hws_matcher_resize_init()
478 resize_data = list_first_entry(&src_matcher->resize_data, in hws_matcher_resize_init()
482 list_add(&resize_data->list_node, &src_matcher->resize_dst->resize_data); in hws_matcher_resize_init()
496 resize_data = list_first_entry(&matcher->resize_data, in hws_matcher_resize_uninit()
501 if (resize_data->max_stes) { in hws_matcher_resize_uninit()
508 resize_data->rtc_1_id); in hws_matcher_resize_uninit()
511 resize_data->rtc_0_id); in hws_matcher_resize_uninit()
513 if (resize_data->pool) in hws_matcher_resize_uninit()
[all …]
H A Dmatcher.h84 struct list_head resize_data; member