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