Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_table.c6 int mlx5dr_table_set_miss_action(struct mlx5dr_table *tbl, in mlx5dr_table_set_miss_action()
93 static void dr_table_uninit_fdb(struct mlx5dr_table *tbl) in dr_table_uninit_fdb()
99 static void dr_table_uninit(struct mlx5dr_table *tbl) in dr_table_uninit()
158 static int dr_table_init_fdb(struct mlx5dr_table *tbl) in dr_table_init_fdb()
177 static int dr_table_init(struct mlx5dr_table *tbl) in dr_table_init()
212 static int dr_table_destroy_sw_owned_tbl(struct mlx5dr_table *tbl) in dr_table_destroy_sw_owned_tbl()
219 static int dr_table_create_sw_owned_tbl(struct mlx5dr_table *tbl) in dr_table_create_sw_owned_tbl()
248 struct mlx5dr_table *mlx5dr_table_create(struct mlx5dr_domain *dmn, u32 level, u32 flags) in mlx5dr_table_create()
250 struct mlx5dr_table *tbl; in mlx5dr_table_create()
283 int mlx5dr_table_destroy(struct mlx5dr_table *tbl) in mlx5dr_table_destroy()
[all …]
Dmlx5dr.h8 struct mlx5dr_table;
53 struct mlx5dr_table *
56 int mlx5dr_table_destroy(struct mlx5dr_table *table);
58 u32 mlx5dr_table_get_id(struct mlx5dr_table *table);
61 mlx5dr_matcher_create(struct mlx5dr_table *table,
77 int mlx5dr_table_set_miss_action(struct mlx5dr_table *tbl,
84 mlx5dr_action_create_dest_table(struct mlx5dr_table *table);
Dfs_dr.h37 struct mlx5dr_table *dr_table;
Ddr_matcher.c706 struct mlx5dr_table *tbl = matcher->tbl; in dr_matcher_add_to_tbl()
866 struct mlx5dr_table *tbl = matcher->tbl; in dr_matcher_init()
907 mlx5dr_matcher_create(struct mlx5dr_table *tbl, in mlx5dr_matcher_create()
984 struct mlx5dr_table *tbl = matcher->tbl; in dr_matcher_remove_from_tbl()
1023 struct mlx5dr_table *tbl = matcher->tbl; in mlx5dr_matcher_destroy()
Dfs_dr.c33 struct mlx5dr_table *next_tbl; in set_miss_action()
67 struct mlx5dr_table *tbl; in mlx5_cmd_dr_create_flow_table()
Ddr_types.h863 struct mlx5dr_table { struct
890 struct mlx5dr_table *tbl; argument
938 struct mlx5dr_table *tbl;
Ddr_action.c827 mlx5dr_action_create_dest_table(struct mlx5dr_table *tbl) in mlx5dr_action_create_dest_table()