Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dsriov.c81 err = mlx5_eswitch_enable(dev->priv.eswitch, MLX5_ESWITCH_LEGACY); in mlx5_device_enable_sriov()
Deswitch.h272 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
Deswitch_offloads.c1374 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()
Deswitch.c1874 int mlx5_eswitch_enable(struct mlx5_eswitch *esw, int mode) in mlx5_eswitch_enable() function