Searched refs:new_num_vfs (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c3400 u16 new_num_vfs; local
3402 new_num_vfs = MLX5_GET(query_esw_functions_out, out,
3407 if (new_num_vfs == esw->esw_funcs.num_vfs || host_pf_disabled)
3418 err = mlx5_eswitch_load_vf_vports(esw, new_num_vfs,
3425 esw->esw_funcs.num_vfs = new_num_vfs;

Completed in 228 milliseconds