Home
last modified time | relevance | path

Searched refs:mlx5_eswitch_mode (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/mlx5/
Deswitch.h76 u8 mlx5_eswitch_mode(struct mlx5_eswitch *esw);
79 static inline u8 mlx5_eswitch_mode(struct mlx5_eswitch *esw) in mlx5_eswitch_mode() function
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dib_rep.c113 return mlx5_eswitch_mode(esw); in mlx5_ib_eswitch_mode()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Ddevlink.c125 eswitch_mode = mlx5_eswitch_mode(dev->priv.eswitch); in mlx5_devlink_fs_mode_validate()
Deswitch.c2581 u8 mlx5_eswitch_mode(struct mlx5_eswitch *esw) in mlx5_eswitch_mode() function
2585 EXPORT_SYMBOL_GPL(mlx5_eswitch_mode);
Den_main.c5420 mlx5_eswitch_mode(mdev->priv.eswitch) == MLX5_ESWITCH_OFFLOADS) { in mlx5e_add()