Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/esw/
Dindir_table.h9 struct mlx5_esw_indir_table *
12 mlx5_esw_indir_table_destroy(struct mlx5_esw_indir_table *indir);
33 static inline struct mlx5_esw_indir_table *
40 mlx5_esw_indir_table_destroy(struct mlx5_esw_indir_table *indir) in mlx5_esw_indir_table_destroy()
Dindir_table.c49 struct mlx5_esw_indir_table { struct
54 struct mlx5_esw_indir_table * argument
57 struct mlx5_esw_indir_table *indir = kvzalloc(sizeof(*indir), GFP_KERNEL); in mlx5_esw_indir_table_init()
68 mlx5_esw_indir_table_destroy(struct mlx5_esw_indir_table *indir) in mlx5_esw_indir_table_destroy()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.h197 struct mlx5_esw_indir_table;
232 struct mlx5_esw_indir_table *indir;
Deswitch_offloads.c3129 struct mlx5_esw_indir_table *indir; in esw_offloads_steering_init()