Home
last modified time | relevance | path

Searched refs:tc_act (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dact.c92 struct mlx5e_tc_act *tc_act; in mlx5e_tc_act_post_parse() local
104 tc_act = mlx5e_tc_act_get(act->id, ns_type); in mlx5e_tc_act_post_parse()
105 if (!tc_act || !tc_act->post_parse) in mlx5e_tc_act_post_parse()
108 err = tc_act->post_parse(parse_state, priv, attr); in mlx5e_tc_act_post_parse()
/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c3808 dec_jump_count(struct flow_action_entry *act, struct mlx5e_tc_act *tc_act, in dec_jump_count() argument
3833 if (tc_act->is_terminating_action) { /* the branch ends here */ in dec_jump_count()
3852 parse_branch_ctrl(struct flow_action_entry *act, struct mlx5e_tc_act *tc_act, in parse_branch_ctrl() argument
3861 if (!tc_act->get_branch_ctrl) in parse_branch_ctrl()
3864 tc_act->get_branch_ctrl(act, &cond_true, &cond_false); in parse_branch_ctrl()
3908 struct mlx5e_tc_act *tc_act; in parse_tc_actions() local
3920 tc_act = mlx5e_tc_act_get(act->id, ns_type); in parse_tc_actions()
3921 if (!tc_act) { in parse_tc_actions()
3927 if (tc_act->can_offload && !tc_act->can_offload(parse_state, act, i, attr)) { in parse_tc_actions()
3932 err = tc_act->parse_action(parse_state, act, priv, attr); in parse_tc_actions()
[all …]