Home
last modified time | relevance | path

Searched refs:mlx5_core_ec_vf_vport_base (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/
Dmlx5_core.h347 static inline u16 mlx5_core_ec_vf_vport_base(const struct mlx5_core_dev *dev) in mlx5_core_ec_vf_vport_base() function
354 return mlx5_core_is_ecpf(dev) && mlx5_core_ec_vf_vport_base(dev); in mlx5_core_ec_sriov_enabled()
359 int base_vport = mlx5_core_ec_vf_vport_base(dev); in mlx5_core_is_ec_vf_vport()
370 return ec_vf_func ? vport - mlx5_core_ec_vf_vport_base(dev) + 1 in mlx5_vport_to_func_id()
Dsriov.c109 mlx5_core_ec_vf_vport_base(dev) + vf in mlx5_device_enable_sriov()
Dpci_irq.c51 return mlx5_core_ec_vf_vport_base(dev) + func - 1; in mlx5_core_func_to_vport()
Deswitch.c1780 int ec_vf_base_num = mlx5_core_ec_vf_vport_base(dev); in mlx5_esw_vports_init()