Home
last modified time | relevance | path

Searched refs:mlx5_esw_vport_alloc (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c1861 int mlx5_esw_vport_alloc(struct mlx5_eswitch *esw, int index, u16 vport_num) in mlx5_esw_vport_alloc() function
1917 err = mlx5_esw_vport_alloc(esw, idx, MLX5_VPORT_PF); in mlx5_esw_vports_init()
1924 err = mlx5_esw_vport_alloc(esw, idx, idx); in mlx5_esw_vports_init()
1935 err = mlx5_esw_vport_alloc(esw, idx, base_sf_num + i); in mlx5_esw_vports_init()
1946 err = mlx5_esw_vport_alloc(esw, idx, base_sf_num + i); in mlx5_esw_vports_init()
1957 err = mlx5_esw_vport_alloc(esw, idx, ec_vf_base_num + i); in mlx5_esw_vports_init()
1966 err = mlx5_esw_vport_alloc(esw, idx, MLX5_VPORT_ECPF); in mlx5_esw_vports_init()
1971 err = mlx5_esw_vport_alloc(esw, idx, MLX5_VPORT_UPLINK); in mlx5_esw_vports_init()
H A Deswitch.h433 int mlx5_esw_vport_alloc(struct mlx5_eswitch *esw, int index, u16 vport_num);
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dadj_vport.c73 err = mlx5_esw_vport_alloc(esw, esw->last_vport_idx++, vport_num); in mlx5_esw_adj_vport_create()