Searched refs:mlx5_eswitch_enable (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dsriov.c78 err = mlx5_eswitch_enable(dev->priv.eswitch, num_vfs);
H A Deswitch.h410 int mlx5_eswitch_enable(struct mlx5_eswitch *esw, int num_vfs);
894 static inline int mlx5_eswitch_enable(struct mlx5_eswitch *esw, int num_vfs) { return 0; } function
H A Deswitch.c1512 * mlx5_eswitch_enable - Enable eswitch
1517 * mlx5_eswitch_enable() returns 0 on success or error code on failure.
1519 int mlx5_eswitch_enable(struct mlx5_eswitch *esw, int num_vfs) function

Completed in 273 milliseconds