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