Searched refs:match_hl (Results 1 – 1 of 1) sorted by relevance
2095 u8 *match_hl; in mlx5hws_definer_calc_layout() local2101 match_hl = kzalloc(MLX5_ST_SZ_BYTES(definer_hl), GFP_KERNEL); in mlx5hws_definer_calc_layout()2102 if (!match_hl) in mlx5hws_definer_calc_layout()2108 ret = hws_definer_conv_match_params_to_hl(ctx, mt, match_hl); in mlx5hws_definer_calc_layout()2115 ret = hws_definer_find_best_match_fit(ctx, match_definer, match_hl, in mlx5hws_definer_calc_layout()2128 kfree(match_hl); in mlx5hws_definer_calc_layout()2134 kfree(match_hl); in mlx5hws_definer_calc_layout()