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