Home
last modified time | relevance | path

Searched refs:mlx5dr_action (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dmlx5dr.h11 struct mlx5dr_action;
39 struct mlx5dr_action *dest;
40 struct mlx5dr_action *reformat;
77 struct mlx5dr_action *actions[],
83 struct mlx5dr_action *action);
85 struct mlx5dr_action *
88 struct mlx5dr_action *
91 struct mlx5dr_action *
95 struct mlx5dr_action *
100 struct mlx5dr_action *
[all …]
H A Ddr_action.c587 struct mlx5dr_action *dest_action, in dr_action_handle_cs_recalc()
659 struct mlx5dr_action *actions[], in dr_action_print_sequence()
751 struct mlx5dr_action *actions[], in mlx5dr_actions_build_ste_arr()
761 struct mlx5dr_action *dest_action = NULL; in mlx5dr_actions_build_ste_arr()
774 struct mlx5dr_action *action; in mlx5dr_actions_build_ste_arr()
984 static struct mlx5dr_action *
987 struct mlx5dr_action *action; in dr_action_create_generic()
1006 struct mlx5dr_action *mlx5dr_action_create_drop(void) in mlx5dr_action_create_drop()
1011 struct mlx5dr_action *
1014 struct mlx5dr_action *action; in mlx5dr_action_create_dest_table_num()
[all …]
H A Dfs_dr.h14 struct mlx5dr_action *dr_action;
20 struct mlx5dr_action **dr_actions;
34 struct mlx5dr_action *miss_action;
H A Dfs_dr.c33 struct mlx5dr_action *old_miss_action; in set_miss_action()
34 struct mlx5dr_action *action = NULL; in set_miss_action()
110 struct mlx5dr_action *action = ft->fs_dr_table.miss_action; in mlx5_cmd_dr_destroy_flow_table()
188 static struct mlx5dr_action *create_vport_action(struct mlx5dr_domain *domain, in create_vport_action()
199 static struct mlx5dr_action *create_uplink_action(struct mlx5dr_domain *domain, in create_uplink_action()
208 static struct mlx5dr_action *create_ft_action(struct mlx5dr_domain *domain, in create_ft_action()
218 static struct mlx5dr_action *create_range_action(struct mlx5dr_domain *domain, in create_range_action()
229 static struct mlx5dr_action *create_action_push_vlan(struct mlx5dr_domain *domain, in create_action_push_vlan()
262 struct mlx5dr_action **fs_dr_actions; in mlx5_cmd_dr_create_fte()
263 struct mlx5dr_action *tmp_action; in mlx5_cmd_dr_create_fte()
[all …]
H A Ddr_ste_v1.h34 int dr_ste_v1_alloc_modify_hdr_ptrn_arg(struct mlx5dr_action *action);
35 void dr_ste_v1_free_modify_hdr_ptrn_arg(struct mlx5dr_action *action);
H A Ddr_types.h345 int mlx5dr_ste_alloc_modify_hdr(struct mlx5dr_action *action);
346 void mlx5dr_ste_free_modify_hdr(struct mlx5dr_action *action);
524 struct mlx5dr_action *actions[],
979 struct mlx5dr_action *miss_action;
1076 struct mlx5dr_action **ref_actions;
1084 struct mlx5dr_action *hit_tbl_action;
1085 struct mlx5dr_action *miss_tbl_action;
1110 struct mlx5dr_action *action;
1122 struct mlx5dr_action { struct
1488 struct mlx5dr_action *action);
H A Ddr_ste.h198 int (*alloc_modify_hdr_chunk)(struct mlx5dr_action *action);
199 void (*dealloc_modify_hdr_chunk)(struct mlx5dr_action *action);
H A Ddr_table.c8 struct mlx5dr_action *action) in dr_table_set_miss_action_nic()
47 struct mlx5dr_action *action) in mlx5dr_table_set_miss_action()
H A Ddr_rule.c590 struct mlx5dr_action *actions[]) in dr_rule_add_action_members()
1117 struct mlx5dr_action *actions[]) in dr_rule_create_rule_nic()
1259 struct mlx5dr_action *actions[]) in dr_rule_create_rule_fdb()
1290 struct mlx5dr_action *actions[], in dr_rule_create_rule()
1353 struct mlx5dr_action *actions[], in mlx5dr_rule_create()
H A Ddr_ste.c638 dr_ste_alloc_modify_hdr_chunk(struct mlx5dr_action *action) in dr_ste_alloc_modify_hdr_chunk()
669 static void dr_ste_free_modify_hdr_chunk(struct mlx5dr_action *action) in dr_ste_free_modify_hdr_chunk()
674 int mlx5dr_ste_alloc_modify_hdr(struct mlx5dr_action *action) in mlx5dr_ste_alloc_modify_hdr()
684 void mlx5dr_ste_free_modify_hdr(struct mlx5dr_action *action) in mlx5dr_ste_free_modify_hdr()
H A Ddr_dbg.c110 struct mlx5dr_action *action = action_mem->action; in dr_dump_rule_action_mem()
H A Ddr_ste_v1.c2232 int dr_ste_v1_alloc_modify_hdr_ptrn_arg(struct mlx5dr_action *action) in dr_ste_v1_alloc_modify_hdr_ptrn_arg()
2267 void dr_ste_v1_free_modify_hdr_ptrn_arg(struct mlx5dr_action *action) in dr_ste_v1_free_modify_hdr_ptrn_arg()
H A Ddr_send.c837 struct mlx5dr_action *action) in mlx5dr_send_postsend_action()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dsmfs.h19 struct mlx5dr_action *
22 struct mlx5dr_action *
26 mlx5_smfs_action_destroy(struct mlx5dr_action *action);
30 size_t num_actions, struct mlx5dr_action *actions[],
H A Dsmfs.c32 struct mlx5dr_action *
38 struct mlx5dr_action *
45 mlx5_smfs_action_destroy(struct mlx5dr_action *action) in mlx5_smfs_action_destroy()
52 size_t num_actions, struct mlx5dr_action *actions[], in mlx5_smfs_rule_create()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs_smfs.c34 struct mlx5dr_action *fwd_action;
42 struct mlx5dr_action *count_action;
302 struct mlx5dr_action *actions[5]; in mlx5_ct_fs_smfs_ct_rule_add()