Searched refs:base_vport (Results 1 – 1 of 1) sorted by relevance
377 int base_vport = mlx5_core_ec_vf_vport_base(dev); in mlx5_core_is_ec_vf_vport() local378 int max_vport = base_vport + mlx5_core_max_ec_vfs(dev); in mlx5_core_is_ec_vf_vport()383 return (vport_num >= base_vport && vport_num < max_vport); in mlx5_core_is_ec_vf_vport()