Searched refs:mlx5_eswitch_enable (Results 1 – 4 of 4) sorted by relevance
81 err = mlx5_eswitch_enable(dev->priv.eswitch, MLX5_ESWITCH_LEGACY); in mlx5_device_enable_sriov()
272 int mlx5_eswitch_enable(struct mlx5_eswitch *esw, int mode);605 static inline int mlx5_eswitch_enable(struct mlx5_eswitch *esw, int mode) { return 0; } in mlx5_eswitch_enable() function
1374 err = mlx5_eswitch_enable(esw, MLX5_ESWITCH_OFFLOADS); in esw_offloads_start()1378 err1 = mlx5_eswitch_enable(esw, MLX5_ESWITCH_LEGACY); in esw_offloads_start()2199 err = mlx5_eswitch_enable(esw, MLX5_ESWITCH_LEGACY); in esw_offloads_stop()2202 err1 = mlx5_eswitch_enable(esw, MLX5_ESWITCH_OFFLOADS); in esw_offloads_stop()
1874 int mlx5_eswitch_enable(struct mlx5_eswitch *esw, int mode) in mlx5_eswitch_enable() function