Searched refs:mlx5_eswitch_enable_locked (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | eswitch.h | 344 int mlx5_eswitch_enable_locked(struct mlx5_eswitch *esw, int mode, int num_vfs);
|
| D | eswitch_offloads.c | 2116 err = mlx5_eswitch_enable_locked(esw, MLX5_ESWITCH_OFFLOADS, in esw_offloads_start() 2121 err1 = mlx5_eswitch_enable_locked(esw, MLX5_ESWITCH_LEGACY, in esw_offloads_start() 3221 err = mlx5_eswitch_enable_locked(esw, MLX5_ESWITCH_LEGACY, in esw_offloads_stop() 3225 err1 = mlx5_eswitch_enable_locked(esw, MLX5_ESWITCH_OFFLOADS, in esw_offloads_stop()
|
| D | eswitch.c | 1244 int mlx5_eswitch_enable_locked(struct mlx5_eswitch *esw, int mode, int num_vfs) in mlx5_eswitch_enable_locked() function 1316 ret = mlx5_eswitch_enable_locked(esw, MLX5_ESWITCH_LEGACY, num_vfs); in mlx5_eswitch_enable()
|