Home
last modified time | relevance | path

Searched refs:mlx5e_post_act (Results 1 – 13 of 13) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dpost_act.h14 struct mlx5e_post_act *
19 mlx5e_tc_post_act_destroy(struct mlx5e_post_act *post_act);
22 mlx5e_tc_post_act_add(struct mlx5e_post_act *post_act, struct mlx5_flow_attr *post_attr);
25 mlx5e_tc_post_act_del(struct mlx5e_post_act *post_act, struct mlx5e_post_act_handle *handle);
28 mlx5e_tc_post_act_offload(struct mlx5e_post_act *post_act,
32 mlx5e_tc_post_act_unoffload(struct mlx5e_post_act *post_act,
36 mlx5e_tc_post_act_get_ft(struct mlx5e_post_act *post_act);
Dpost_act.c10 struct mlx5e_post_act { struct
29 struct mlx5e_post_act * argument
35 struct mlx5e_post_act *post_act; in mlx5e_tc_post_act_init()
69 mlx5e_tc_post_act_destroy(struct mlx5e_post_act *post_act) in mlx5e_tc_post_act_destroy()
80 mlx5e_tc_post_act_offload(struct mlx5e_post_act *post_act, in mlx5e_tc_post_act_offload()
112 mlx5e_tc_post_act_add(struct mlx5e_post_act *post_act, struct mlx5_flow_attr *post_attr) in mlx5e_tc_post_act_add()
152 mlx5e_tc_post_act_unoffload(struct mlx5e_post_act *post_act, in mlx5e_tc_post_act_unoffload()
160 mlx5e_tc_post_act_del(struct mlx5e_post_act *post_act, struct mlx5e_post_act_handle *handle) in mlx5e_tc_post_act_del()
169 mlx5e_tc_post_act_get_ft(struct mlx5e_post_act *post_act) in mlx5e_tc_post_act_get_ft()
Dsample.h11 struct mlx5e_post_act;
37 mlx5e_tc_sample_init(struct mlx5_eswitch *esw, struct mlx5e_post_act *post_act);
56 mlx5e_tc_sample_init(struct mlx5_eswitch *esw, struct mlx5e_post_act *post_act) in mlx5e_tc_sample_init()
Dpost_meter.c148 struct mlx5e_post_act *post_act, in mlx5e_post_meter_rate_rules_create()
251 struct mlx5e_post_act *post_act, in mlx5e_post_meter_rate_create()
336 struct mlx5e_post_act *post_act, in mlx5e_post_meter_mtu_create()
395 struct mlx5e_post_act *post_act, in mlx5e_post_meter_init()
Dpost_meter.h36 struct mlx5e_post_act *post_act,
Dmeter.h67 struct mlx5e_post_act *post_action);
Dmeter.c48 struct mlx5e_post_act *post_act;
517 struct mlx5e_post_act *post_act) in mlx5e_flow_meters_init()
Dsample.c31 struct mlx5e_post_act *post_act;
617 mlx5e_tc_sample_init(struct mlx5_eswitch *esw, struct mlx5e_post_act *post_act) in mlx5e_tc_sample_init()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.h100 struct mlx5e_post_act *post_act);
137 struct mlx5e_post_act *post_act) in mlx5_tc_ct_init()
Dfs.h10 struct mlx5e_post_act;
Dtc_ct.c72 struct mlx5e_post_act *post_act;
2109 struct mlx5e_post_act *post_act) in mlx5_tc_ct_init_check_support()
2158 struct mlx5e_post_act *post_act) in mlx5_tc_ct_init()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.h64 struct mlx5e_post_act;
89 struct mlx5e_post_act *post_act;
Den_tc.c86 struct mlx5e_post_act *post_act;
383 static struct mlx5e_post_act *
441 struct mlx5e_post_act *post_act = get_post_action(priv); in mlx5e_tc_add_flow_meter()
3607 struct mlx5e_post_act *post_act = get_post_action(flow->priv); in mlx5e_tc_unoffload_flow_post_acts()
3638 struct mlx5e_post_act *post_act = get_post_action(flow->priv); in mlx5e_tc_offload_flow_post_acts()
3677 struct mlx5e_post_act *post_act = get_post_action(flow->priv); in alloc_flow_post_acts()
3746 struct mlx5e_post_act *post_act = get_post_action(priv); in set_branch_dest_ft()
3837 struct mlx5e_post_act *post_act; in dec_jump_count()