Searched refs:match_hl (Results 1 – 1 of 1) sorted by relevance
1912 u8 *match_hl; in mlx5hws_definer_calc_layout() local1918 match_hl = kzalloc(MLX5_ST_SZ_BYTES(definer_hl), GFP_KERNEL); in mlx5hws_definer_calc_layout()1919 if (!match_hl) in mlx5hws_definer_calc_layout()1925 ret = hws_definer_conv_match_params_to_hl(ctx, mt, match_hl); in mlx5hws_definer_calc_layout()1932 ret = hws_definer_find_best_match_fit(ctx, match_definer, match_hl); in mlx5hws_definer_calc_layout()1944 kfree(match_hl); in mlx5hws_definer_calc_layout()1950 kfree(match_hl); in mlx5hws_definer_calc_layout()