Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
Dib_rep.c113 return mlx5_eswitch_mode(esw); in mlx5_ib_eswitch_mode()
Dfs.c2138 mlx5_eswitch_mode(dev->mdev->priv.eswitch) != in UVERBS_HANDLER()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Ddevlink.c229 eswitch_mode = mlx5_eswitch_mode(dev->priv.eswitch); in mlx5_devlink_fs_mode_validate()
Deswitch.c2448 u8 mlx5_eswitch_mode(struct mlx5_eswitch *esw) in mlx5_eswitch_mode() function
2452 EXPORT_SYMBOL_GPL(mlx5_eswitch_mode);
Den_main.c3152 if (!MLX5_ESWITCH_MANAGER(mdev) || mlx5_eswitch_mode(esw) == MLX5_ESWITCH_OFFLOADS) in mlx5e_modify_admin_state()
5611 mlx5_eswitch_mode(mdev->priv.eswitch) == MLX5_ESWITCH_OFFLOADS) { in mlx5e_add()
Den_tc.c275 #define esw_offloads_mode(esw) (mlx5_eswitch_mode(esw) == MLX5_ESWITCH_OFFLOADS)