/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
D | mlx5hws_matcher.c | 40 static void hws_matcher_destroy_end_ft(struct mlx5hws_matcher *matcher) in hws_matcher_destroy_end_ft() 45 static int hws_matcher_create_end_ft(struct mlx5hws_matcher *matcher) in hws_matcher_create_end_ft() 58 static int hws_matcher_connect(struct mlx5hws_matcher *matcher) in hws_matcher_connect() 143 static int hws_matcher_disconnect(struct mlx5hws_matcher *matcher) in hws_matcher_disconnect() 206 static void hws_matcher_set_rtc_attr_sz(struct mlx5hws_matcher *matcher, in hws_matcher_set_rtc_attr_sz() 227 static int hws_matcher_create_rtc(struct mlx5hws_matcher *matcher, in hws_matcher_create_rtc() 360 static void hws_matcher_destroy_rtc(struct mlx5hws_matcher *matcher, in hws_matcher_destroy_rtc() 398 struct mlx5hws_matcher *matcher) in hws_matcher_check_attr_sz() 424 struct mlx5hws_matcher *matcher) in hws_matcher_set_pool_attr() 438 static int hws_matcher_check_and_process_at(struct mlx5hws_matcher *matcher, in hws_matcher_check_and_process_at() [all …]
|
D | mlx5hws_rule.c | 6 static void hws_rule_skip(struct mlx5hws_matcher *matcher, in hws_rule_skip() 59 struct mlx5hws_matcher *matcher = rule->matcher; in hws_rule_init_dep_wqe() local 210 struct mlx5hws_matcher *matcher = rule->matcher; in hws_rule_alloc_action_ste_idx() local 231 struct mlx5hws_matcher *matcher = rule->matcher; in hws_rule_free_action_ste_idx() local 292 struct mlx5hws_matcher *matcher = rule->matcher; in hws_rule_create_init() local 358 struct mlx5hws_matcher *matcher = rule->matcher; in hws_rule_create_hws() local 507 struct mlx5hws_matcher *matcher = rule->matcher; in hws_rule_destroy_hws() local 612 struct mlx5hws_matcher *matcher = rule->matcher; in hws_rule_enqueue_precheck_update() local 632 struct mlx5hws_matcher *matcher = rule->matcher; in mlx5hws_rule_move_hws_remove() local 669 struct mlx5hws_matcher *matcher = rule->matcher; in mlx5hws_rule_move_hws_add() local [all …]
|
D | mlx5hws_debug.c | 45 hws_debug_dump_matcher_match_template(struct seq_file *f, struct mlx5hws_matcher *matcher) in hws_debug_dump_matcher_match_template() 70 hws_debug_dump_matcher_action_template(struct seq_file *f, struct mlx5hws_matcher *matcher) in hws_debug_dump_matcher_action_template() 98 hws_debug_dump_matcher_attr(struct seq_file *f, struct mlx5hws_matcher *matcher) in hws_debug_dump_matcher_attr() 117 static int hws_debug_dump_matcher(struct seq_file *f, struct mlx5hws_matcher *matcher) in hws_debug_dump_matcher() 200 struct mlx5hws_matcher *matcher; in hws_debug_dump_table() local
|
D | mlx5hws_matcher.h | 92 static inline bool mlx5hws_matcher_is_resizable(struct mlx5hws_matcher *matcher) in mlx5hws_matcher_is_resizable() 97 static inline bool mlx5hws_matcher_is_in_resize(struct mlx5hws_matcher *matcher) in mlx5hws_matcher_is_in_resize() 102 static inline bool mlx5hws_matcher_is_insert_by_idx(struct mlx5hws_matcher *matcher) in mlx5hws_matcher_is_insert_by_idx()
|
D | mlx5hws_table.c | 293 struct mlx5hws_matcher *matcher; in hws_table_get_last_ft() local 383 struct mlx5hws_matcher *matcher; in mlx5hws_table_connect_to_miss_table() local
|
D | mlx5hws_bwc.h | 16 struct mlx5hws_matcher *matcher; member
|
D | mlx5hws_rule.h | 56 struct mlx5hws_matcher *matcher; member
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_rule.c | 43 static void dr_rule_set_last_ste_miss_addr(struct mlx5dr_matcher *matcher, in dr_rule_set_last_ste_miss_addr() 58 dr_rule_create_collision_htbl(struct mlx5dr_matcher *matcher, in dr_rule_create_collision_htbl() 85 dr_rule_create_collision_entry(struct mlx5dr_matcher *matcher, in dr_rule_create_collision_entry() 192 dr_rule_rehash_handle_collision(struct mlx5dr_matcher *matcher, in dr_rule_rehash_handle_collision() 228 static void dr_rule_rehash_copy_ste_ctrl(struct mlx5dr_matcher *matcher, in dr_rule_rehash_copy_ste_ctrl() 249 dr_rule_rehash_copy_ste(struct mlx5dr_matcher *matcher, in dr_rule_rehash_copy_ste() 317 static int dr_rule_rehash_copy_miss_list(struct mlx5dr_matcher *matcher, in dr_rule_rehash_copy_miss_list() 348 static int dr_rule_rehash_copy_htbl(struct mlx5dr_matcher *matcher, in dr_rule_rehash_copy_htbl() 402 struct mlx5dr_matcher *matcher = rule->matcher; in dr_rule_rehash_htbl() local 535 dr_rule_handle_collision(struct mlx5dr_matcher *matcher, in dr_rule_handle_collision() [all …]
|
D | dr_matcher.c | 383 int mlx5dr_matcher_select_builders(struct mlx5dr_matcher *matcher, in mlx5dr_matcher_select_builders() 402 static int dr_matcher_set_ste_builders(struct mlx5dr_matcher *matcher, in dr_matcher_set_ste_builders() 794 static void dr_matcher_uninit_fdb(struct mlx5dr_matcher *matcher) in dr_matcher_uninit_fdb() 800 static void dr_matcher_uninit(struct mlx5dr_matcher *matcher) in dr_matcher_uninit() 820 static int dr_matcher_set_all_ste_builders(struct mlx5dr_matcher *matcher, in dr_matcher_set_all_ste_builders() 838 static int dr_matcher_init_nic(struct mlx5dr_matcher *matcher, in dr_matcher_init_nic() 878 static int dr_matcher_init_fdb(struct mlx5dr_matcher *matcher) in dr_matcher_init_fdb() 897 static int dr_matcher_copy_param(struct mlx5dr_matcher *matcher, in dr_matcher_copy_param() 941 static int dr_matcher_init(struct mlx5dr_matcher *matcher, in dr_matcher_init() 974 static void dr_matcher_add_to_dbg_list(struct mlx5dr_matcher *matcher) in dr_matcher_add_to_dbg_list() [all …]
|
D | dr_action.c | 677 static int dr_action_get_dest_fw_tbl_addr(struct mlx5dr_matcher *matcher, in dr_action_get_dest_fw_tbl_addr() 707 static int dr_action_get_dest_sw_tbl_addr(struct mlx5dr_matcher *matcher, in dr_action_get_dest_sw_tbl_addr() 737 static int dr_action_get_dest_tbl_addr(struct mlx5dr_matcher *matcher, in dr_action_get_dest_tbl_addr() 756 int mlx5dr_actions_build_ste_arr(struct mlx5dr_matcher *matcher, in mlx5dr_actions_build_ste_arr()
|
D | dr_dbg.c | 744 dr_dump_matcher(struct seq_file *file, struct mlx5dr_matcher *matcher) in dr_dump_matcher() 786 dr_dump_matcher_all(struct seq_file *file, struct mlx5dr_matcher *matcher) in dr_dump_matcher_all() 867 struct mlx5dr_matcher *matcher; in dr_dump_table_all() local
|
D | dr_ste.c | 309 struct mlx5dr_matcher *matcher, in mlx5dr_ste_free() 445 int mlx5dr_ste_create_next_htbl(struct mlx5dr_matcher *matcher, in mlx5dr_ste_create_next_htbl() 746 int mlx5dr_ste_build_ste_arr(struct mlx5dr_matcher *matcher, in mlx5dr_ste_build_ste_arr()
|
D | fs_dr.c | 141 struct mlx5dr_matcher *matcher; in mlx5_cmd_dr_create_flow_group() local
|
D | dr_types.h | 356 struct mlx5dr_matcher *matcher, in mlx5dr_ste_put() 1157 struct mlx5dr_matcher *matcher; member
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | smfs.c | 21 mlx5_smfs_matcher_destroy(struct mlx5dr_matcher *matcher) in mlx5_smfs_matcher_destroy() 51 mlx5_smfs_rule_create(struct mlx5dr_matcher *matcher, struct mlx5_flow_spec *spec, in mlx5_smfs_rule_create()
|