Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dmlx5dr.h8 struct mlx5dr_table;
51 struct mlx5dr_table *
54 int mlx5dr_table_destroy(struct mlx5dr_table *table);
56 u32 mlx5dr_table_get_id(struct mlx5dr_table *table);
59 mlx5dr_matcher_create(struct mlx5dr_table *table,
75 int mlx5dr_table_set_miss_action(struct mlx5dr_table *tbl,
82 mlx5dr_action_create_dest_table(struct mlx5dr_table *table);
Ddr_table.c6 int mlx5dr_table_set_miss_action(struct mlx5dr_table *tbl, in mlx5dr_table_set_miss_action()
90 static void dr_table_uninit_fdb(struct mlx5dr_table *tbl) in dr_table_uninit_fdb()
96 static void dr_table_uninit(struct mlx5dr_table *tbl) in dr_table_uninit()
155 static int dr_table_init_fdb(struct mlx5dr_table *tbl) in dr_table_init_fdb()
174 static int dr_table_init(struct mlx5dr_table *tbl) in dr_table_init()
209 static int dr_table_destroy_sw_owned_tbl(struct mlx5dr_table *tbl) in dr_table_destroy_sw_owned_tbl()
216 static int dr_table_create_sw_owned_tbl(struct mlx5dr_table *tbl) in dr_table_create_sw_owned_tbl()
245 struct mlx5dr_table *mlx5dr_table_create(struct mlx5dr_domain *dmn, u32 level, u32 flags) in mlx5dr_table_create()
247 struct mlx5dr_table *tbl; in mlx5dr_table_create()
280 int mlx5dr_table_destroy(struct mlx5dr_table *tbl) in mlx5dr_table_destroy()
[all …]
Dfs_dr.h37 struct mlx5dr_table *dr_table;
Ddr_matcher.c463 struct mlx5dr_table *tbl = matcher->tbl; in dr_matcher_add_to_tbl()
623 struct mlx5dr_table *tbl = matcher->tbl; in dr_matcher_init()
664 mlx5dr_matcher_create(struct mlx5dr_table *tbl, in mlx5dr_matcher_create()
741 struct mlx5dr_table *tbl = matcher->tbl; in dr_matcher_remove_from_tbl()
780 struct mlx5dr_table *tbl = matcher->tbl; in mlx5dr_matcher_destroy()
Ddr_types.h681 struct mlx5dr_table { struct
708 struct mlx5dr_table *tbl; argument
750 struct mlx5dr_table *tbl;
Dfs_dr.c33 struct mlx5dr_table *next_tbl; in set_miss_action()
68 struct mlx5dr_table *tbl; in mlx5_cmd_dr_create_flow_table()
Ddr_action.c985 mlx5dr_action_create_dest_table(struct mlx5dr_table *tbl) in mlx5dr_action_create_dest_table()