Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dindir_table.h9 struct mlx5_esw_indir_table *
12 mlx5_esw_indir_table_destroy(struct mlx5_esw_indir_table *indir);
31 static inline struct mlx5_esw_indir_table *
38 mlx5_esw_indir_table_destroy(struct mlx5_esw_indir_table *indir) in mlx5_esw_indir_table_destroy()
H A Dindir_table.c41 struct mlx5_esw_indir_table { struct
46 struct mlx5_esw_indir_table * argument
49 struct mlx5_esw_indir_table *indir = kvzalloc(sizeof(*indir), GFP_KERNEL); in mlx5_esw_indir_table_init()
60 mlx5_esw_indir_table_destroy(struct mlx5_esw_indir_table *indir) in mlx5_esw_indir_table_destroy()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h231 struct mlx5_esw_indir_table;
265 struct mlx5_esw_indir_table *indir;
H A Deswitch_offloads.c3314 struct mlx5_esw_indir_table *indir; in esw_offloads_steering_init()