Searched refs:match_hl (Results 1 – 1 of 1) sorted by relevance
1913 u8 *match_hl; in mlx5hws_definer_calc_layout() local1919 match_hl = kzalloc(MLX5_ST_SZ_BYTES(definer_hl), GFP_KERNEL); in mlx5hws_definer_calc_layout()1920 if (!match_hl) in mlx5hws_definer_calc_layout()1926 ret = hws_definer_conv_match_params_to_hl(ctx, mt, match_hl); in mlx5hws_definer_calc_layout()1933 ret = hws_definer_find_best_match_fit(ctx, match_definer, match_hl); in mlx5hws_definer_calc_layout()1945 kfree(match_hl); in mlx5hws_definer_calc_layout()1951 kfree(match_hl); in mlx5hws_definer_calc_layout()