Searched refs:mlx5_esw_vport_alloc (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch.c | 1699 static int mlx5_esw_vport_alloc(struct mlx5_eswitch *esw, in mlx5_esw_vport_alloc() function 1753 err = mlx5_esw_vport_alloc(esw, idx, MLX5_VPORT_PF); in mlx5_esw_vports_init() 1761 err = mlx5_esw_vport_alloc(esw, idx, idx); in mlx5_esw_vports_init() 1770 err = mlx5_esw_vport_alloc(esw, idx, base_sf_num + i); in mlx5_esw_vports_init() 1781 err = mlx5_esw_vport_alloc(esw, idx, base_sf_num + i); in mlx5_esw_vports_init() 1792 err = mlx5_esw_vport_alloc(esw, idx, ec_vf_base_num + i); in mlx5_esw_vports_init() 1801 err = mlx5_esw_vport_alloc(esw, idx, MLX5_VPORT_ECPF); in mlx5_esw_vports_init() 1806 err = mlx5_esw_vport_alloc(esw, idx, MLX5_VPORT_UPLINK); in mlx5_esw_vports_init()
|