Home
last modified time | relevance | path

Searched defs:matcher (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dsmfs.c21 mlx5_smfs_matcher_destroy(struct mlx5dr_matcher *matcher) in mlx5_smfs_matcher_destroy() argument
51 mlx5_smfs_rule_create(struct mlx5dr_matcher *matcher, struct mlx5_flow_spec *spec, in mlx5_smfs_rule_create() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_matcher.c179 int mlx5dr_matcher_select_builders(struct mlx5dr_matcher *matcher, in mlx5dr_matcher_select_builders() argument
198 static int dr_matcher_set_ste_builders(struct mlx5dr_matcher *matcher, in dr_matcher_set_ste_builders() argument
460 dr_matcher_add_to_tbl(struct mlx5dr_matcher *matcher) dr_matcher_add_to_tbl() argument
520 dr_matcher_uninit_fdb(struct mlx5dr_matcher *matcher) dr_matcher_uninit_fdb() argument
526 dr_matcher_uninit(struct mlx5dr_matcher *matcher) dr_matcher_uninit() argument
546 dr_matcher_set_all_ste_builders(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher) dr_matcher_set_all_ste_builders() argument
564 dr_matcher_init_nic(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher) dr_matcher_init_nic() argument
601 dr_matcher_init_fdb(struct mlx5dr_matcher *matcher) dr_matcher_init_fdb() argument
620 dr_matcher_init(struct mlx5dr_matcher *matcher, struct mlx5dr_match_parameters *mask) dr_matcher_init() argument
669 struct mlx5dr_matcher *matcher; mlx5dr_matcher_create() local
738 dr_matcher_remove_from_tbl(struct mlx5dr_matcher *matcher) dr_matcher_remove_from_tbl() argument
778 mlx5dr_matcher_destroy(struct mlx5dr_matcher *matcher) mlx5dr_matcher_destroy() argument
[all...]
H A Dfs_dr.c141 struct mlx5dr_matcher *matcher; in mlx5_cmd_dr_create_flow_group() local
H A Ddr_rule.c40 dr_rule_create_collision_htbl(struct mlx5dr_matcher *matcher, in dr_rule_create_collision_htbl() argument
67 dr_rule_create_collision_entry(struct mlx5dr_matcher *matcher, in dr_rule_create_collision_entry() argument
166 dr_rule_rehash_handle_collision(struct mlx5dr_matcher *matcher, in dr_rule_rehash_handle_collision() argument
198 dr_rule_rehash_copy_ste_ctrl(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste *cur_ste, struct mlx5dr_ste *new_ste) dr_rule_rehash_copy_ste_ctrl() argument
221 dr_rule_rehash_copy_ste(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste *cur_ste, struct mlx5dr_ste_htbl *new_htbl, struct list_head *update_list) dr_rule_rehash_copy_ste() argument
287 dr_rule_rehash_copy_miss_list(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct list_head *cur_miss_list, struct mlx5dr_ste_htbl *new_htbl, struct list_head *update_list) dr_rule_rehash_copy_miss_list() argument
318 dr_rule_rehash_copy_htbl(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste_htbl *cur_htbl, struct mlx5dr_ste_htbl *new_htbl, struct list_head *update_list) dr_rule_rehash_copy_htbl() argument
363 struct mlx5dr_matcher *matcher = rule->matcher; dr_rule_rehash_htbl() local
492 dr_rule_handle_collision(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste *ste, u8 *hw_ste, struct list_head *miss_list, struct list_head *send_list) dr_rule_handle_collision() argument
661 struct mlx5dr_matcher *matcher = rule->matcher; dr_rule_handle_action_stes() local
716 dr_rule_handle_empty_entry(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste_htbl *cur_htbl, struct mlx5dr_ste *ste, u8 ste_location, u8 *hw_ste, struct list_head *miss_list, struct list_head *send_list) dr_rule_handle_empty_entry() argument
775 struct mlx5dr_matcher *matcher = rule->matcher; dr_rule_handle_ste_branch() local
866 dr_rule_verify(struct mlx5dr_matcher *matcher, struct mlx5dr_match_parameters *value, struct mlx5dr_match_param *param) dr_rule_verify() argument
1021 struct mlx5dr_matcher *matcher = rule->matcher; dr_rule_create_rule_nic() local
1171 dr_rule_create_rule(struct mlx5dr_matcher *matcher, struct mlx5dr_match_parameters *value, size_t num_actions, struct mlx5dr_action *actions[], u32 flow_source) dr_rule_create_rule() argument
1232 mlx5dr_rule_create(struct mlx5dr_matcher *matcher, struct mlx5dr_match_parameters *value, size_t num_actions, struct mlx5dr_action *actions[], u32 flow_source) mlx5dr_rule_create() argument
1251 struct mlx5dr_matcher *matcher = rule->matcher; mlx5dr_rule_destroy() local
[all...]
H A Ddr_ste.c595 int mlx5dr_ste_create_next_htbl(struct mlx5dr_matcher *matcher, in mlx5dr_ste_create_next_htbl() argument
735 int mlx5dr_ste_build_ste_arr(struct mlx5dr_matcher *matcher, in mlx5dr_ste_build_ste_arr() argument
465 mlx5dr_ste_free(struct mlx5dr_ste *ste, struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher) mlx5dr_ste_free() argument
H A Ddr_action.c635 int mlx5dr_actions_build_ste_arr(struct mlx5dr_matcher *matcher, in mlx5dr_actions_build_ste_arr() argument
H A Ddr_types.h801 struct mlx5dr_matcher *matcher; member
253 mlx5dr_ste_put(struct mlx5dr_ste *ste, struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher) mlx5dr_ste_put() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_matcher.c383 int mlx5dr_matcher_select_builders(struct mlx5dr_matcher *matcher, in mlx5dr_matcher_select_builders() argument
402 static int dr_matcher_set_ste_builders(struct mlx5dr_matcher *matcher, in dr_matcher_set_ste_builders() argument
794 dr_matcher_uninit_fdb(struct mlx5dr_matcher *matcher) dr_matcher_uninit_fdb() argument
800 dr_matcher_uninit(struct mlx5dr_matcher *matcher) dr_matcher_uninit() argument
820 dr_matcher_set_all_ste_builders(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher) dr_matcher_set_all_ste_builders() argument
838 dr_matcher_init_nic(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher) dr_matcher_init_nic() argument
878 dr_matcher_init_fdb(struct mlx5dr_matcher *matcher) dr_matcher_init_fdb() argument
897 dr_matcher_copy_param(struct mlx5dr_matcher *matcher, struct mlx5dr_match_parameters *mask) dr_matcher_copy_param() argument
941 dr_matcher_init(struct mlx5dr_matcher *matcher, struct mlx5dr_match_parameters *mask) dr_matcher_init() argument
974 dr_matcher_add_to_dbg_list(struct mlx5dr_matcher *matcher) dr_matcher_add_to_dbg_list() argument
981 dr_matcher_remove_from_dbg_list(struct mlx5dr_matcher *matcher) dr_matcher_remove_from_dbg_list() argument
994 struct mlx5dr_matcher *matcher; mlx5dr_matcher_create() local
1091 mlx5dr_matcher_destroy(struct mlx5dr_matcher *matcher) mlx5dr_matcher_destroy() argument
[all...]
H A Dfs_dr.c149 struct mlx5dr_matcher *matcher; in mlx5_cmd_dr_create_flow_group() local
H A Ddr_dbg.c433 dr_dump_matcher(struct seq_file *file, struct mlx5dr_matcher *matcher) in dr_dump_matcher() argument
466 dr_dump_matcher_all(struct seq_file *file, struct mlx5dr_matcher *matcher) dr_dump_matcher_all() argument
530 struct mlx5dr_matcher *matcher; dr_dump_table_all() local
[all...]
H A Ddr_rule.c43 static void dr_rule_set_last_ste_miss_addr(struct mlx5dr_matcher *matcher, in dr_rule_set_last_ste_miss_addr() argument
58 dr_rule_create_collision_htbl(struct mlx5dr_matcher *matcher, in dr_rule_create_collision_htbl() argument
85 dr_rule_create_collision_entry(struct mlx5dr_matcher *matcher, in dr_rule_create_collision_entry() argument
192 dr_rule_rehash_handle_collision(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct list_head *update_list, struct mlx5dr_ste *col_ste, u8 *hw_ste) dr_rule_rehash_handle_collision() argument
228 dr_rule_rehash_copy_ste_ctrl(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste *cur_ste, struct mlx5dr_ste *new_ste) dr_rule_rehash_copy_ste_ctrl() argument
249 dr_rule_rehash_copy_ste(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste *cur_ste, struct mlx5dr_ste_htbl *new_htbl, struct list_head *update_list) dr_rule_rehash_copy_ste() argument
317 dr_rule_rehash_copy_miss_list(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct list_head *cur_miss_list, struct mlx5dr_ste_htbl *new_htbl, struct list_head *update_list) dr_rule_rehash_copy_miss_list() argument
348 dr_rule_rehash_copy_htbl(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste_htbl *cur_htbl, struct mlx5dr_ste_htbl *new_htbl, struct list_head *update_list) dr_rule_rehash_copy_htbl() argument
402 struct mlx5dr_matcher *matcher = rule->matcher; dr_rule_rehash_htbl() local
535 dr_rule_handle_collision(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste *ste, u8 *hw_ste, struct list_head *miss_list, struct list_head *send_list) dr_rule_handle_collision() argument
721 struct mlx5dr_matcher *matcher = rule->matcher; dr_rule_handle_action_stes() local
779 dr_rule_handle_empty_entry(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste_htbl *cur_htbl, struct mlx5dr_ste *ste, u8 ste_location, u8 *hw_ste, struct list_head *miss_list, struct list_head *send_list) dr_rule_handle_empty_entry() argument
840 struct mlx5dr_matcher *matcher = rule->matcher; dr_rule_handle_ste_branch() local
931 dr_rule_verify(struct mlx5dr_matcher *matcher, struct mlx5dr_match_parameters *value, struct mlx5dr_match_param *param) dr_rule_verify() argument
1121 struct mlx5dr_matcher *matcher = rule->matcher; dr_rule_create_rule_nic() local
1287 dr_rule_create_rule(struct mlx5dr_matcher *matcher, struct mlx5dr_match_parameters *value, size_t num_actions, struct mlx5dr_action *actions[], u32 flow_source) dr_rule_create_rule() argument
1350 mlx5dr_rule_create(struct mlx5dr_matcher *matcher, struct mlx5dr_match_parameters *value, size_t num_actions, struct mlx5dr_action *actions[], u32 flow_source) mlx5dr_rule_create() argument
1369 struct mlx5dr_matcher *matcher = rule->matcher; mlx5dr_rule_destroy() local
[all...]
H A Ddr_ste.c445 int mlx5dr_ste_create_next_htbl(struct mlx5dr_matcher *matcher, in mlx5dr_ste_create_next_htbl() argument
746 int mlx5dr_ste_build_ste_arr(struct mlx5dr_matcher *matcher, in mlx5dr_ste_build_ste_arr() argument
308 mlx5dr_ste_free(struct mlx5dr_ste *ste, struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher) mlx5dr_ste_free() argument
H A Ddr_action.c670 static int dr_action_get_dest_fw_tbl_addr(struct mlx5dr_matcher *matcher, in dr_action_get_dest_fw_tbl_addr() argument
700 static int dr_action_get_dest_sw_tbl_addr(struct mlx5dr_matcher *matcher, in dr_action_get_dest_sw_tbl_addr() argument
730 static int dr_action_get_dest_tbl_addr(struct mlx5dr_matcher *matcher, in dr_action_get_dest_tbl_addr() argument
749 int mlx5dr_actions_build_ste_arr(struct mlx5dr_matcher *matcher, in mlx5dr_actions_build_ste_arr() argument
[all...]
H A Ddr_types.h1160 struct mlx5dr_matcher *matcher; member
355 mlx5dr_ste_put(struct mlx5dr_ste *ste, struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher) mlx5dr_ste_put() argument

Completed in 41 milliseconds