Searched refs:query_host_out (Results 1 – 1 of 1) sorted by relevance
1236 const u32 *query_host_out; in mlx5_esw_host_functions_enabled_query() local1241 query_host_out = mlx5_esw_query_functions(esw->dev); in mlx5_esw_host_functions_enabled_query()1242 if (IS_ERR(query_host_out)) in mlx5_esw_host_functions_enabled_query()1243 return PTR_ERR(query_host_out); in mlx5_esw_host_functions_enabled_query()1245 host_pf_info = mlx5_esw_get_host_pf_info(esw->dev, query_host_out); in mlx5_esw_host_functions_enabled_query()1248 kvfree(query_host_out); in mlx5_esw_host_functions_enabled_query()2203 const u32 *query_host_out; in mlx5_esw_hpf_info_init() local2208 query_host_out = mlx5_esw_query_functions(esw->dev); in mlx5_esw_hpf_info_init()2209 if (IS_ERR(query_host_out)) in mlx5_esw_hpf_info_init()2210 return PTR_ERR(query_host_out); in mlx5_esw_hpf_info_init()[all …]