Searched refs:mlx5_core_is_ec_vf_vport (Results 1 – 4 of 4) sorted by relevance
21 mlx5_core_is_ec_vf_vport(esw->dev, vport_num); in mlx5_esw_devlink_port_supported()49 } else if (mlx5_core_is_ec_vf_vport(esw->dev, vport_num)) { in mlx5_esw_offloads_pf_vf_devlink_port_attrs_set()
357 static inline bool mlx5_core_is_ec_vf_vport(const struct mlx5_core_dev *dev, u16 vport_num) in mlx5_core_is_ec_vf_vport() function
1167 bool ec_vf_func = mlx5_core_is_ec_vf_vport(dev, vport); in mlx5_vport_get_other_func_cap()1183 bool ec_vf_func = mlx5_core_is_ec_vf_vport(dev, vport); in mlx5_vport_set_other_func_cap()
37 bool ec_vf_func = other_vport ? mlx5_core_is_ec_vf_vport(mdev, vport_number) : false; in mlx5dr_cmd_query_gvmi()