Searched refs:mlx5dr_matcher (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| D | mlx5dr.h | 9 struct mlx5dr_matcher; 55 struct mlx5dr_matcher * 61 int mlx5dr_matcher_destroy(struct mlx5dr_matcher *matcher); 64 mlx5dr_rule_create(struct mlx5dr_matcher *matcher, 142 static inline struct mlx5dr_matcher * 149 mlx5dr_matcher_destroy(struct mlx5dr_matcher *matcher) { return 0; } in mlx5dr_matcher_destroy() 152 mlx5dr_rule_create(struct mlx5dr_matcher *matcher, in mlx5dr_rule_create()
|
| D | dr_matcher.c | 147 int mlx5dr_matcher_select_builders(struct mlx5dr_matcher *matcher, in mlx5dr_matcher_select_builders() 168 static int dr_matcher_set_ste_builders(struct mlx5dr_matcher *matcher, in dr_matcher_set_ste_builders() 440 static int dr_matcher_add_to_tbl(struct mlx5dr_matcher *matcher) in dr_matcher_add_to_tbl() 442 struct mlx5dr_matcher *next_matcher, *prev_matcher, *tmp_matcher; in dr_matcher_add_to_tbl() 463 struct mlx5dr_matcher, in dr_matcher_add_to_tbl() 501 static void dr_matcher_uninit_fdb(struct mlx5dr_matcher *matcher) in dr_matcher_uninit_fdb() 507 static void dr_matcher_uninit(struct mlx5dr_matcher *matcher) in dr_matcher_uninit() 527 static int dr_matcher_init_nic(struct mlx5dr_matcher *matcher, in dr_matcher_init_nic() 573 static int dr_matcher_init_fdb(struct mlx5dr_matcher *matcher) in dr_matcher_init_fdb() 592 static int dr_matcher_init(struct mlx5dr_matcher *matcher, in dr_matcher_init() [all …]
|
| D | dr_rule.c | 40 dr_rule_create_collision_htbl(struct mlx5dr_matcher *matcher, in dr_rule_create_collision_htbl() 67 dr_rule_create_collision_entry(struct mlx5dr_matcher *matcher, in dr_rule_create_collision_entry() 166 dr_rule_rehash_handle_collision(struct mlx5dr_matcher *matcher, in dr_rule_rehash_handle_collision() 198 static void dr_rule_rehash_copy_ste_ctrl(struct mlx5dr_matcher *matcher, in dr_rule_rehash_copy_ste_ctrl() 221 dr_rule_rehash_copy_ste(struct mlx5dr_matcher *matcher, in dr_rule_rehash_copy_ste() 287 static int dr_rule_rehash_copy_miss_list(struct mlx5dr_matcher *matcher, in dr_rule_rehash_copy_miss_list() 318 static int dr_rule_rehash_copy_htbl(struct mlx5dr_matcher *matcher, in dr_rule_rehash_copy_htbl() 363 struct mlx5dr_matcher *matcher = rule->matcher; in dr_rule_rehash_htbl() 492 dr_rule_handle_collision(struct mlx5dr_matcher *matcher, in dr_rule_handle_collision() 659 struct mlx5dr_matcher *matcher = rule->matcher; in dr_rule_handle_action_stes() [all …]
|
| D | dr_types.h | 245 struct mlx5dr_matcher *matcher, 248 struct mlx5dr_matcher *matcher, in mlx5dr_ste_put() 264 int mlx5dr_ste_create_next_htbl(struct mlx5dr_matcher *matcher, 275 int mlx5dr_ste_build_ste_arr(struct mlx5dr_matcher *matcher, 341 int mlx5dr_actions_build_ste_arr(struct mlx5dr_matcher *matcher, 691 struct mlx5dr_matcher { struct 777 struct mlx5dr_matcher *matcher; 813 int mlx5dr_matcher_select_builders(struct mlx5dr_matcher *matcher,
|
| D | fs_dr.h | 33 struct mlx5dr_matcher *dr_matcher;
|
| D | dr_table.c | 9 struct mlx5dr_matcher *last_matcher = NULL; in mlx5dr_table_set_miss_action() 21 struct mlx5dr_matcher, in mlx5dr_table_set_miss_action()
|
| D | fs_dr.c | 137 struct mlx5dr_matcher *matcher; in mlx5_cmd_dr_create_flow_group()
|
| D | dr_ste.c | 450 struct mlx5dr_matcher *matcher, in mlx5dr_ste_free() 598 int mlx5dr_ste_create_next_htbl(struct mlx5dr_matcher *matcher, in mlx5dr_ste_create_next_htbl() 731 int mlx5dr_ste_build_ste_arr(struct mlx5dr_matcher *matcher, in mlx5dr_ste_build_ste_arr()
|
| D | dr_action.c | 635 int mlx5dr_actions_build_ste_arr(struct mlx5dr_matcher *matcher, in mlx5dr_actions_build_ste_arr()
|