Searched refs:mlx5e_post_act (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
A D | post_act.h | 14 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 *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);
|
A D | post_act.c | 10 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() 109 mlx5e_tc_post_act_add(struct mlx5e_post_act *post_act, struct mlx5_flow_attr *attr) in mlx5e_tc_post_act_add() 154 mlx5e_tc_post_act_unoffload(struct mlx5e_post_act *post_act, in mlx5e_tc_post_act_unoffload() 162 mlx5e_tc_post_act_del(struct mlx5e_post_act *post_act, struct mlx5e_post_act_handle *handle) in mlx5e_tc_post_act_del() 172 mlx5e_tc_post_act_get_ft(struct mlx5e_post_act *post_act) in mlx5e_tc_post_act_get_ft()
|
A D | sample.h | 11 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()
|
A D | post_meter.c | 148 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()
|
A D | post_meter.h | 36 struct mlx5e_post_act *post_act,
|
A D | meter.h | 67 struct mlx5e_post_act *post_action);
|
A D | meter.c | 48 struct mlx5e_post_act *post_act; 517 struct mlx5e_post_act *post_act) in mlx5e_flow_meters_init()
|
A D | sample.c | 31 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.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | tc_ct.h | 99 struct mlx5e_post_act *post_act); 143 struct mlx5e_post_act *post_act) in mlx5_tc_ct_init()
|
A D | fs.h | 10 struct mlx5e_post_act;
|
A D | tc_ct.c | 72 struct mlx5e_post_act *post_act; 2185 struct mlx5e_post_act *post_act) in mlx5_tc_ct_init_check_support() 2234 struct mlx5e_post_act *post_act) in mlx5_tc_ct_init()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_rep.h | 64 struct mlx5e_post_act; 89 struct mlx5e_post_act *post_act;
|
A D | en_tc.c | 91 struct mlx5e_post_act *post_act; 388 static struct mlx5e_post_act * 446 struct mlx5e_post_act *post_act = get_post_action(priv); in mlx5e_tc_add_flow_meter() 3794 struct mlx5e_post_act *post_act = get_post_action(flow->priv); in mlx5e_tc_unoffload_flow_post_acts() 3827 struct mlx5e_post_act *post_act = get_post_action(flow->priv); in mlx5e_tc_offload_flow_post_acts() 3866 struct mlx5e_post_act *post_act = get_post_action(flow->priv); in alloc_flow_post_acts() 4010 struct mlx5e_post_act *post_act; in dec_jump_count()
|
Completed in 30 milliseconds