Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/mlx5/
Deswitch.h99 u8 mlx5_eswitch_mode(struct mlx5_eswitch *esw);
102 static inline u8 mlx5_eswitch_mode(struct mlx5_eswitch *esw) in mlx5_eswitch_mode() function
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dib_rep.c113 return mlx5_eswitch_mode(esw); in mlx5_ib_eswitch_mode()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Ddevlink.c224 eswitch_mode = mlx5_eswitch_mode(dev->priv.eswitch); in mlx5_devlink_fs_mode_validate()
Deswitch.c2442 u8 mlx5_eswitch_mode(struct mlx5_eswitch *esw) in mlx5_eswitch_mode() function
2446 EXPORT_SYMBOL_GPL(mlx5_eswitch_mode);
Den_main.c3138 if (!MLX5_ESWITCH_MANAGER(mdev) || mlx5_eswitch_mode(esw) == MLX5_ESWITCH_OFFLOADS) in mlx5e_modify_admin_state()
5499 mlx5_eswitch_mode(mdev->priv.eswitch) == MLX5_ESWITCH_OFFLOADS) { in mlx5e_add()
Den_tc.c274 #define esw_offloads_mode(esw) (mlx5_eswitch_mode(esw) == MLX5_ESWITCH_OFFLOADS)